• 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="8.282%p"
28    >
29        <Key
30            latin:keyStyle="tabKeyStyle"
31            latin:keyLabelOption="alignLeft"
32            latin:keyWidth="7.969%p" />
33        <include
34            latin:keyboardLayout="@xml/kbd_row4_apostrophe_dash" />
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:keyLabel="ם" />
49        <Key
50            latin:keyLabel="פ" />
51        <Key
52            latin:keyStyle="deleteKeyStyle"
53            latin:keyXPos="-12.000%p"
54            latin:keyWidth="fillBoth" />
55    </Row>
56    <Row
57        latin:keyWidth="8.125%p"
58    >
59        <Key
60            latin:keyStyle="toSymbolKeyStyle"
61            latin:keyLabelOption="alignLeft"
62            latin:keyWidth="11.172%p" />
63        <Key
64            latin:keyLabel="ש" />
65        <Key
66            latin:keyLabel="ד" />
67        <Key
68            latin:keyLabel="ג"
69            latin:moreKeys="ג׳" />
70        <Key
71            latin:keyLabel="כ" />
72        <Key
73            latin:keyLabel="ע" />
74        <Key
75            latin:keyLabel="י"
76            latin:moreKeys="ײַ" />
77        <Key
78            latin:keyLabel="ח"
79            latin:moreKeys="ח׳" />
80        <Key
81            latin:keyLabel="ל" />
82        <Key
83            latin:keyLabel="ך" />
84        <Key
85            latin:keyLabel="ף" />
86    </Row>
87    <Row
88        latin:keyWidth="8.047%p"
89    >
90        <Key
91            latin:keyLabel="ז"
92            latin:moreKeys="ז׳"
93            latin:keyXPos="13.829%p" />
94        <Key
95            latin:keyLabel="ס" />
96        <Key
97            latin:keyLabel="ב" />
98        <Key
99            latin:keyLabel="ה" />
100        <Key
101            latin:keyLabel="נ" />
102        <Key
103            latin:keyLabel="מ" />
104        <Key
105            latin:keyLabel="צ"
106            latin:moreKeys="צ׳" />
107        <Key
108            latin:keyLabel="ת"
109            latin:moreKeys="ת׳" />
110        <Key
111            latin:keyLabel="ץ"
112            latin:moreKeys="ץ׳" />
113        <Key
114            latin:keyStyle="returnKeyStyle"
115            latin:keyXPos="-10.400%p"
116            latin:keyWidth="fillBoth" />
117    </Row>
118    <include
119        latin:keyboardLayout="@xml/kbd_qwerty_row4" />
120</merge>
121