• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1<?xml version="1.0" encoding="utf-8"?>
2<!--
3/*
4**
5** Copyright 2011, The Android Open Source Project
6**
7** Licensed under the Apache License, Version 2.0 (the "License");
8** you may not use this file except in compliance with the License.
9** You may obtain a copy of the License at
10**
11**     http://www.apache.org/licenses/LICENSE-2.0
12**
13** Unless required by applicable law or agreed to in writing, software
14** distributed under the License is distributed on an "AS IS" BASIS,
15** WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
16** See the License for the specific language governing permissions and
17** limitations under the License.
18*/
19-->
20
21<merge
22    xmlns:latin="http://schemas.android.com/apk/res/com.android.inputmethod.latin"
23>
24    <include
25        latin:keyboardLayout="@xml/kbd_key_styles" />
26    <Row
27        latin:keyWidth="9.0%p"
28    >
29        <include
30            latin:keyboardLayout="@xml/kbd_row4_apostrophe_dash" />
31        <Key
32            latin:keyLabel="ק" />
33        <Key
34            latin:keyLabel="ר" />
35        <Key
36            latin:keyLabel="א" />
37        <Key
38            latin:keyLabel="ט" />
39        <Key
40            latin:keyLabel="ו" />
41        <Key
42            latin:keyLabel="ן" />
43        <Key
44            latin:keyLabel="ם" />
45        <Key
46            latin:keyLabel="פ" />
47        <Key
48            latin:keyStyle="deleteKeyStyle"
49            latin:keyXPos="-12.000%p"
50            latin:keyWidth="fillBoth" />
51    </Row>
52    <Row
53        latin:keyWidth="9.0%p"
54    >
55        <Key
56            latin:keyLabel="ש"
57            latin:keyXPos="4.500%p" />
58        <Key
59            latin:keyLabel="ד" />
60        <Key
61            latin:keyLabel="ג"
62            latin:moreKeys="ג׳" />
63        <Key
64            latin:keyLabel="כ" />
65        <Key
66            latin:keyLabel="ע" />
67        <Key
68            latin:keyLabel="י"
69            latin:moreKeys="ײַ" />
70        <Key
71            latin:keyLabel="ח"
72            latin:moreKeys="ח׳" />
73        <Key
74            latin:keyLabel="ל" />
75        <Key
76            latin:keyLabel="ך" />
77        <Key
78            latin:keyLabel="ף" />
79    </Row>
80    <Row
81        latin:keyWidth="8.9%p"
82    >
83        <!-- kbd_row3_smiley -->
84        <switch>
85            <case
86                latin:mode="email"
87            >
88                <Key
89                    latin:keyLabel="\@"
90                    latin:keyWidth="10.0%p" />
91            </case>
92            <case
93                latin:mode="url"
94            >
95                <Key
96                    latin:keyLabel="-"
97                    latin:keyLabelOption="hasUppercaseLetter"
98                    latin:keyHintLabel="_"
99                    latin:moreKeys="_"
100                    latin:keyWidth="10.0%p" />
101            </case>
102            <case
103                latin:imeAction="actionSearch"
104            >
105                <Key
106                    latin:keyLabel=":"
107                    latin:keyLabelOption="hasUppercaseLetter"
108                    latin:keyHintLabel="+"
109                    latin:moreKeys="+"
110                    latin:keyWidth="10.0%p" />
111            </case>
112            <default>
113                <Key
114                    latin:keyStyle="smileyKeyStyle"
115                    latin:keyWidth="10.0%p" />
116            </default>
117        </switch>
118        <Key
119            latin:keyLabel="ז"
120            latin:moreKeys="ז׳" />
121        <Key
122            latin:keyLabel="ס" />
123        <Key
124            latin:keyLabel="ב" />
125        <Key
126            latin:keyLabel="ה" />
127        <Key
128            latin:keyLabel="נ" />
129        <Key
130            latin:keyLabel="מ" />
131        <Key
132            latin:keyLabel="צ"
133            latin:moreKeys="צ׳" />
134        <Key
135            latin:keyLabel="ת"
136            latin:moreKeys="ת׳" />
137        <Key
138            latin:keyLabel="ץ"
139            latin:moreKeys="ץ׳" />
140        <Key
141            latin:keyStyle="returnKeyStyle"
142            latin:keyXPos="-10.400%p"
143            latin:keyWidth="fillBoth" />
144    </Row>
145    <include
146        latin:keyboardLayout="@xml/kbd_qwerty_row4" />
147</merge>
148