blob: 6023e984bd065cda0b384f4ccc0251477f157acb [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
Tadashi G. Takaoka327763e2011-05-30 20:05:50 +090027 latin:keyWidth="8.282%p"
Tadashi G. Takaoka842b3d42010-11-23 11:54:33 -080028 >
29 <Key
30 latin:keyStyle="tabKeyStyle"
Tadashi G. Takaoka13d5f662011-11-21 19:55:38 -080031 latin:keyLabelFlags="alignLeft"
Tadashi G. Takaoka426723a2011-07-18 17:14:50 -070032 latin:keyWidth="7.969%p" />
Tadashi G. Takaoka842b3d42010-11-23 11:54:33 -080033 <Key
34 latin:keyLabel="a"
Tadashi G. Takaoka623ac182011-08-31 21:14:15 +090035 latin:moreKeys="@string/more_keys_for_a" />
Tadashi G. Takaoka842b3d42010-11-23 11:54:33 -080036 <Key
37 latin:keyLabel="z"
Tadashi G. Takaoka623ac182011-08-31 21:14:15 +090038 latin:moreKeys="@string/more_keys_for_z" />
Tadashi G. Takaoka842b3d42010-11-23 11:54:33 -080039 <Key
40 latin:keyLabel="e"
Tadashi G. Takaoka623ac182011-08-31 21:14:15 +090041 latin:moreKeys="@string/more_keys_for_e" />
Tadashi G. Takaoka842b3d42010-11-23 11:54:33 -080042 <Key
43 latin:keyLabel="r"
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. Takaoka623ac182011-08-31 21:14:15 +090047 latin:moreKeys="@string/more_keys_for_t" />
Tadashi G. Takaoka842b3d42010-11-23 11:54:33 -080048 <Key
49 latin:keyLabel="y"
Tadashi G. Takaoka623ac182011-08-31 21:14:15 +090050 latin:moreKeys="@string/more_keys_for_y" />
Tadashi G. Takaoka842b3d42010-11-23 11:54:33 -080051 <Key
52 latin:keyLabel="u"
Tadashi G. Takaoka623ac182011-08-31 21:14:15 +090053 latin:moreKeys="@string/more_keys_for_u" />
Tadashi G. Takaoka842b3d42010-11-23 11:54:33 -080054 <Key
55 latin:keyLabel="i"
Tadashi G. Takaoka623ac182011-08-31 21:14:15 +090056 latin:moreKeys="@string/more_keys_for_i" />
Tadashi G. Takaoka842b3d42010-11-23 11:54:33 -080057 <Key
58 latin:keyLabel="o"
Tadashi G. Takaoka623ac182011-08-31 21:14:15 +090059 latin:moreKeys="@string/more_keys_for_o" />
Tadashi G. Takaoka842b3d42010-11-23 11:54:33 -080060 <Key
Tadashi G. Takaoka15c99e92012-01-30 11:14:45 +090061 latin:keyLabel="p" />
Tadashi G. Takaoka842b3d42010-11-23 11:54:33 -080062 <Key
63 latin:keyStyle="deleteKeyStyle"
Tadashi G. Takaoka327763e2011-05-30 20:05:50 +090064 latin:keyXPos="-9.219%p"
Tadashi G. Takaoka426723a2011-07-18 17:14:50 -070065 latin:keyWidth="fillBoth" />
Tadashi G. Takaoka842b3d42010-11-23 11:54:33 -080066 </Row>
67 <Row
Tadashi G. Takaoka327763e2011-05-30 20:05:50 +090068 latin:keyWidth="8.125%p"
Tadashi G. Takaoka842b3d42010-11-23 11:54:33 -080069 >
70 <Key
71 latin:keyStyle="toSymbolKeyStyle"
Tadashi G. Takaoka13d5f662011-11-21 19:55:38 -080072 latin:keyLabelFlags="alignLeft"
Tadashi G. Takaoka426723a2011-07-18 17:14:50 -070073 latin:keyWidth="10.167%p" />
Tadashi G. Takaoka842b3d42010-11-23 11:54:33 -080074 <Key
Tadashi G. Takaoka15c99e92012-01-30 11:14:45 +090075 latin:keyLabel="q" />
Tadashi G. Takaoka842b3d42010-11-23 11:54:33 -080076 <Key
77 latin:keyLabel="s"
Tadashi G. Takaoka623ac182011-08-31 21:14:15 +090078 latin:moreKeys="@string/more_keys_for_s" />
Tadashi G. Takaoka842b3d42010-11-23 11:54:33 -080079 <Key
80 latin:keyLabel="d"
Tadashi G. Takaoka623ac182011-08-31 21:14:15 +090081 latin:moreKeys="@string/more_keys_for_d" />
Tadashi G. Takaoka842b3d42010-11-23 11:54:33 -080082 <Key
83 latin:keyLabel="f" />
84 <Key
85 latin:keyLabel="g"
Tadashi G. Takaoka623ac182011-08-31 21:14:15 +090086 latin:moreKeys="@string/more_keys_for_g" />
Tadashi G. Takaoka842b3d42010-11-23 11:54:33 -080087 <Key
88 latin:keyLabel="h" />
89 <Key
90 latin:keyLabel="j" />
91 <Key
Tadashi G. Takaoka79b965e2011-01-27 11:54:03 +090092 latin:keyLabel="k"
Tadashi G. Takaoka623ac182011-08-31 21:14:15 +090093 latin:moreKeys="@string/more_keys_for_k" />
Tadashi G. Takaoka842b3d42010-11-23 11:54:33 -080094 <Key
95 latin:keyLabel="l"
Tadashi G. Takaoka623ac182011-08-31 21:14:15 +090096 latin:moreKeys="@string/more_keys_for_l" />
Tadashi G. Takaoka842b3d42010-11-23 11:54:33 -080097 <Key
Tadashi G. Takaoka426723a2011-07-18 17:14:50 -070098 latin:keyLabel="m" />
Tadashi G. Takaoka842b3d42010-11-23 11:54:33 -080099 <Key
Tadashi G. Takaoka7a39bd42012-02-07 17:07:23 +0900100 latin:keyStyle="enterKeyStyle"
Tadashi G. Takaoka327763e2011-05-30 20:05:50 +0900101 latin:keyXPos="-15.704%p"
Tadashi G. Takaoka426723a2011-07-18 17:14:50 -0700102 latin:keyWidth="fillBoth" />
Tadashi G. Takaoka842b3d42010-11-23 11:54:33 -0800103 </Row>
104 <Row
Tadashi G. Takaoka327763e2011-05-30 20:05:50 +0900105 latin:keyWidth="8.047%p"
Tadashi G. Takaoka842b3d42010-11-23 11:54:33 -0800106 >
107 <Key
108 latin:keyStyle="shiftKeyStyle"
Tadashi G. Takaoka426723a2011-07-18 17:14:50 -0700109 latin:keyWidth="13.829%p" />
Tadashi G. Takaoka842b3d42010-11-23 11:54:33 -0800110 <Key
Tadashi G. Takaoka15c99e92012-01-30 11:14:45 +0900111 latin:keyLabel="w" />
Tadashi G. Takaoka842b3d42010-11-23 11:54:33 -0800112 <Key
113 latin:keyLabel="x" />
114 <Key
115 latin:keyLabel="c"
Tadashi G. Takaoka623ac182011-08-31 21:14:15 +0900116 latin:moreKeys="@string/more_keys_for_c" />
Tadashi G. Takaoka842b3d42010-11-23 11:54:33 -0800117 <Key
118 latin:keyLabel="v"
Tadashi G. Takaoka623ac182011-08-31 21:14:15 +0900119 latin:moreKeys="@string/more_keys_for_v" />
Tadashi G. Takaoka842b3d42010-11-23 11:54:33 -0800120 <Key
121 latin:keyLabel="b" />
122 <Key
123 latin:keyLabel="n"
Tadashi G. Takaoka623ac182011-08-31 21:14:15 +0900124 latin:moreKeys="@string/more_keys_for_n" />
Tadashi G. Takaoka842b3d42010-11-23 11:54:33 -0800125 <Key
126 latin:keyLabel="\'"
Tadashi G. Takaoka520a2972011-06-25 19:38:55 +0900127 latin:keyHintLabel=":"
Tadashi G. Takaoka71c695d2012-02-01 19:43:58 +0900128 latin:moreKeys=":"
129 latin:keyStyle="hasShiftedLetterHintStyle" />
Tadashi G. Takaoka3db07d02012-01-27 21:07:37 +0900130 <include
Tadashi G. Takaokad1630a32012-01-27 23:31:30 +0900131 latin:keyboardLayout="@xml/keys_comma_period" />
Tadashi G. Takaoka842b3d42010-11-23 11:54:33 -0800132 <Key
133 latin:keyStyle="shiftKeyStyle"
Tadashi G. Takaoka327763e2011-05-30 20:05:50 +0900134 latin:keyXPos="-13.750%p"
Tadashi G. Takaoka426723a2011-07-18 17:14:50 -0700135 latin:keyWidth="fillBoth" />
Tadashi G. Takaoka842b3d42010-11-23 11:54:33 -0800136 </Row>
137 <include
Tadashi G. Takaokad1630a32012-01-27 23:31:30 +0900138 latin:keyboardLayout="@xml/row_qwerty4" />
Tadashi G. Takaoka842b3d42010-11-23 11:54:33 -0800139</merge>