blob: b7a0936b455a6dacca394e1c6f64ef71a6adea02 [file] [log] [blame]
Tadashi G. Takaoka842b3d42010-11-23 11:54:33 -08001<?xml version="1.0" encoding="utf-8"?>
2<!--
3/*
4**
5** Copyright 2010, 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
Tadashi G. Takaokad1630a32012-01-27 23:31:30 +090025 latin:keyboardLayout="@xml/key_styles_common" />
Tadashi G. Takaoka842b3d42010-11-23 11:54:33 -080026 <Row
27 latin:keyWidth="10%p"
Tadashi G. Takaoka842b3d42010-11-23 11:54:33 -080028 >
29 <Key
30 latin:keyLabel="a"
Tadashi G. Takaoka520a2972011-06-25 19:38:55 +090031 latin:keyHintLabel="1"
Tadashi G. Takaoka623ac182011-08-31 21:14:15 +090032 latin:moreKeys="@string/more_keys_for_a" />
Tadashi G. Takaoka842b3d42010-11-23 11:54:33 -080033 <Key
34 latin:keyLabel="z"
Tadashi G. Takaoka520a2972011-06-25 19:38:55 +090035 latin:keyHintLabel="2"
Tadashi G. Takaoka623ac182011-08-31 21:14:15 +090036 latin:moreKeys="@string/more_keys_for_z" />
Tadashi G. Takaoka842b3d42010-11-23 11:54:33 -080037 <Key
38 latin:keyLabel="e"
Tadashi G. Takaoka520a2972011-06-25 19:38:55 +090039 latin:keyHintLabel="3"
Tadashi G. Takaoka623ac182011-08-31 21:14:15 +090040 latin:moreKeys="@string/more_keys_for_e" />
Tadashi G. Takaoka842b3d42010-11-23 11:54:33 -080041 <Key
42 latin:keyLabel="r"
Tadashi G. Takaoka520a2972011-06-25 19:38:55 +090043 latin:keyHintLabel="4"
Tadashi G. Takaoka623ac182011-08-31 21:14:15 +090044 latin:moreKeys="@string/more_keys_for_r" />
Tadashi G. Takaoka842b3d42010-11-23 11:54:33 -080045 <Key
46 latin:keyLabel="t"
Tadashi G. Takaoka520a2972011-06-25 19:38:55 +090047 latin:keyHintLabel="5"
Tadashi G. Takaoka623ac182011-08-31 21:14:15 +090048 latin:moreKeys="@string/more_keys_for_t" />
Tadashi G. Takaoka842b3d42010-11-23 11:54:33 -080049 <Key
50 latin:keyLabel="y"
Tadashi G. Takaoka520a2972011-06-25 19:38:55 +090051 latin:keyHintLabel="6"
Tadashi G. Takaoka623ac182011-08-31 21:14:15 +090052 latin:moreKeys="@string/more_keys_for_y" />
Tadashi G. Takaoka842b3d42010-11-23 11:54:33 -080053 <Key
54 latin:keyLabel="u"
Tadashi G. Takaoka520a2972011-06-25 19:38:55 +090055 latin:keyHintLabel="7"
Tadashi G. Takaoka623ac182011-08-31 21:14:15 +090056 latin:moreKeys="@string/more_keys_for_u" />
Tadashi G. Takaoka842b3d42010-11-23 11:54:33 -080057 <Key
58 latin:keyLabel="i"
Tadashi G. Takaoka520a2972011-06-25 19:38:55 +090059 latin:keyHintLabel="8"
Tadashi G. Takaoka623ac182011-08-31 21:14:15 +090060 latin:moreKeys="@string/more_keys_for_i" />
Tadashi G. Takaoka842b3d42010-11-23 11:54:33 -080061 <Key
62 latin:keyLabel="o"
Tadashi G. Takaoka520a2972011-06-25 19:38:55 +090063 latin:keyHintLabel="9"
Tadashi G. Takaoka623ac182011-08-31 21:14:15 +090064 latin:moreKeys="@string/more_keys_for_o" />
Tadashi G. Takaoka842b3d42010-11-23 11:54:33 -080065 <Key
66 latin:keyLabel="p"
Tadashi G. Takaoka520a2972011-06-25 19:38:55 +090067 latin:keyHintLabel="0"
Tadashi G. Takaoka623ac182011-08-31 21:14:15 +090068 latin:moreKeys="@string/more_keys_for_p"
Tadashi G. Takaoka426723a2011-07-18 17:14:50 -070069 latin:keyWidth="fillRight" />
Tadashi G. Takaoka842b3d42010-11-23 11:54:33 -080070 </Row>
71 <Row
72 latin:keyWidth="10%p"
73 >
74 <Key
75 latin:keyLabel="q"
Tadashi G. Takaoka623ac182011-08-31 21:14:15 +090076 latin:moreKeys="@string/more_keys_for_q" />
Tadashi G. Takaoka842b3d42010-11-23 11:54:33 -080077 <Key
78 latin:keyLabel="s"
Tadashi G. Takaoka623ac182011-08-31 21:14:15 +090079 latin:moreKeys="@string/more_keys_for_s" />
Tadashi G. Takaoka842b3d42010-11-23 11:54:33 -080080 <Key
81 latin:keyLabel="d"
Tadashi G. Takaoka623ac182011-08-31 21:14:15 +090082 latin:moreKeys="@string/more_keys_for_d" />
Tadashi G. Takaoka842b3d42010-11-23 11:54:33 -080083 <Key
84 latin:keyLabel="f" />
85 <Key
86 latin:keyLabel="g"
Tadashi G. Takaoka623ac182011-08-31 21:14:15 +090087 latin:moreKeys="@string/more_keys_for_g" />
Tadashi G. Takaoka842b3d42010-11-23 11:54:33 -080088 <Key
89 latin:keyLabel="h" />
90 <Key
91 latin:keyLabel="j" />
92 <Key
Tadashi G. Takaoka79b965e2011-01-27 11:54:03 +090093 latin:keyLabel="k"
Tadashi G. Takaoka623ac182011-08-31 21:14:15 +090094 latin:moreKeys="@string/more_keys_for_k" />
Tadashi G. Takaoka842b3d42010-11-23 11:54:33 -080095 <Key
96 latin:keyLabel="l"
Tadashi G. Takaoka623ac182011-08-31 21:14:15 +090097 latin:moreKeys="@string/more_keys_for_l" />
Tadashi G. Takaoka842b3d42010-11-23 11:54:33 -080098 <Key
99 latin:keyLabel="m"
Tadashi G. Takaoka426723a2011-07-18 17:14:50 -0700100 latin:keyWidth="fillRight" />
Tadashi G. Takaoka842b3d42010-11-23 11:54:33 -0800101 </Row>
102 <Row
103 latin:keyWidth="10%p"
104 >
105 <Key
106 latin:keyStyle="shiftKeyStyle"
107 latin:keyWidth="15%p"
Tadashi G. Takaoka426723a2011-07-18 17:14:50 -0700108 latin:visualInsetsRight="1%p" />
Tadashi G. Takaoka842b3d42010-11-23 11:54:33 -0800109 <Key
110 latin:keyLabel="w"
Tadashi G. Takaoka623ac182011-08-31 21:14:15 +0900111 latin:moreKeys="@string/more_keys_for_w" />
Tadashi G. Takaoka842b3d42010-11-23 11:54:33 -0800112 <Key
113 latin:keyLabel="x" />
114 <Key
115 latin:keyLabel="c"
Tadashi G. Takaoka9b6d1d52010-12-14 15:31:47 +0900116
Tadashi G. Takaoka623ac182011-08-31 21:14:15 +0900117 latin:moreKeys="@string/more_keys_for_c" />
Tadashi G. Takaoka842b3d42010-11-23 11:54:33 -0800118 <Key
119 latin:keyLabel="v"
Tadashi G. Takaoka623ac182011-08-31 21:14:15 +0900120 latin:moreKeys="@string/more_keys_for_v" />
Tadashi G. Takaoka842b3d42010-11-23 11:54:33 -0800121 <Key
122 latin:keyLabel="b" />
123 <Key
124 latin:keyLabel="n"
Tadashi G. Takaoka623ac182011-08-31 21:14:15 +0900125 latin:moreKeys="@string/more_keys_for_n" />
Tadashi G. Takaoka842b3d42010-11-23 11:54:33 -0800126 <Key
Tadashi G. Takaokab05c9132011-05-13 12:36:49 +0900127 latin:keyLabel="\'"
Tadashi G. Takaoka9d5601e2011-08-31 15:26:32 +0900128 latin:moreKeys="‘,’,‚,‛" />
Tadashi G. Takaoka842b3d42010-11-23 11:54:33 -0800129 <Key
130 latin:keyStyle="deleteKeyStyle"
Tadashi G. Takaoka327763e2011-05-30 20:05:50 +0900131 latin:keyWidth="fillRight"
Tadashi G. Takaoka426723a2011-07-18 17:14:50 -0700132 latin:visualInsetsLeft="1%p" />
Tadashi G. Takaoka842b3d42010-11-23 11:54:33 -0800133 </Row>
134 <include
Tadashi G. Takaokad1630a32012-01-27 23:31:30 +0900135 latin:keyboardLayout="@xml/row_qwerty4" />
Tadashi G. Takaoka842b3d42010-11-23 11:54:33 -0800136</merge>