Tadashi G. Takaoka | b1fcbec | 2010-09-27 17:07:09 +0900 | [diff] [blame] | 1 | <?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 | <Keyboard |
satok | 4fc510a | 2010-10-01 19:40:44 +0900 | [diff] [blame] | 22 | xmlns:latin="http://schemas.android.com/apk/res/com.android.inputmethod.latin" |
| 23 | latin:keyWidth="7.5%p" |
| 24 | latin:horizontalGap="0px" |
| 25 | latin:verticalGap="0px" |
| 26 | latin:keyHeight="@dimen/key_height" |
Tadashi G. Takaoka | b1fcbec | 2010-09-27 17:07:09 +0900 | [diff] [blame] | 27 | > |
| 28 | <Row> |
Tadashi G. Takaoka | b514d3f | 2010-09-28 09:39:19 +0900 | [diff] [blame] | 29 | <!-- This row is intentionally not marked as a top row --> |
Tadashi G. Takaoka | b1fcbec | 2010-09-27 17:07:09 +0900 | [diff] [blame] | 30 | <Key |
satok | 4fc510a | 2010-10-01 19:40:44 +0900 | [diff] [blame] | 31 | latin:codes="@integer/key_tab" |
| 32 | latin:keyLabel="Tab" |
| 33 | latin:keyEdgeFlags="left" /> |
Tadashi G. Takaoka | b1fcbec | 2010-09-27 17:07:09 +0900 | [diff] [blame] | 34 | <Key |
satok | 4fc510a | 2010-10-01 19:40:44 +0900 | [diff] [blame] | 35 | latin:keyLabel="q" |
| 36 | latin:popupKeyboard="@xml/kbd_popup_template" |
| 37 | latin:popupCharacters="@string/alternates_for_q" /> |
Tadashi G. Takaoka | b1fcbec | 2010-09-27 17:07:09 +0900 | [diff] [blame] | 38 | <Key |
satok | 4fc510a | 2010-10-01 19:40:44 +0900 | [diff] [blame] | 39 | latin:keyLabel="w" |
| 40 | latin:popupKeyboard="@xml/kbd_popup_template" |
| 41 | latin:popupCharacters="@string/alternates_for_w" /> |
Tadashi G. Takaoka | b1fcbec | 2010-09-27 17:07:09 +0900 | [diff] [blame] | 42 | <Key |
satok | 4fc510a | 2010-10-01 19:40:44 +0900 | [diff] [blame] | 43 | latin:keyLabel="e" |
| 44 | latin:popupKeyboard="@xml/kbd_popup_template" |
| 45 | latin:popupCharacters="@string/alternates_for_e" /> |
Tadashi G. Takaoka | b1fcbec | 2010-09-27 17:07:09 +0900 | [diff] [blame] | 46 | <Key |
satok | 4fc510a | 2010-10-01 19:40:44 +0900 | [diff] [blame] | 47 | latin:keyLabel="r" |
| 48 | latin:popupKeyboard="@xml/kbd_popup_template" |
| 49 | latin:popupCharacters="@string/alternates_for_r" /> |
Tadashi G. Takaoka | b1fcbec | 2010-09-27 17:07:09 +0900 | [diff] [blame] | 50 | <Key |
satok | 4fc510a | 2010-10-01 19:40:44 +0900 | [diff] [blame] | 51 | latin:keyLabel="t" |
| 52 | latin:popupKeyboard="@xml/kbd_popup_template" |
| 53 | latin:popupCharacters="@string/alternates_for_t" /> |
Tadashi G. Takaoka | b1fcbec | 2010-09-27 17:07:09 +0900 | [diff] [blame] | 54 | <Key |
satok | 4fc510a | 2010-10-01 19:40:44 +0900 | [diff] [blame] | 55 | latin:keyLabel="y" |
| 56 | latin:popupKeyboard="@xml/kbd_popup_template" |
| 57 | latin:popupCharacters="@string/alternates_for_y" /> |
Tadashi G. Takaoka | b1fcbec | 2010-09-27 17:07:09 +0900 | [diff] [blame] | 58 | <Key |
satok | 4fc510a | 2010-10-01 19:40:44 +0900 | [diff] [blame] | 59 | latin:keyLabel="u" |
| 60 | latin:popupKeyboard="@xml/kbd_popup_template" |
| 61 | latin:popupCharacters="@string/alternates_for_u" /> |
Tadashi G. Takaoka | b1fcbec | 2010-09-27 17:07:09 +0900 | [diff] [blame] | 62 | <Key |
satok | 4fc510a | 2010-10-01 19:40:44 +0900 | [diff] [blame] | 63 | latin:keyLabel="i" |
| 64 | latin:popupKeyboard="@xml/kbd_popup_template" |
| 65 | latin:popupCharacters="@string/alternates_for_i" /> |
Tadashi G. Takaoka | b1fcbec | 2010-09-27 17:07:09 +0900 | [diff] [blame] | 66 | <Key |
satok | 4fc510a | 2010-10-01 19:40:44 +0900 | [diff] [blame] | 67 | latin:keyLabel="o" |
| 68 | latin:popupKeyboard="@xml/kbd_popup_template" |
| 69 | latin:popupCharacters="@string/alternates_for_o" /> |
Tadashi G. Takaoka | b1fcbec | 2010-09-27 17:07:09 +0900 | [diff] [blame] | 70 | <Key |
satok | 4fc510a | 2010-10-01 19:40:44 +0900 | [diff] [blame] | 71 | latin:keyLabel="p" |
| 72 | latin:popupKeyboard="@xml/kbd_popup_template" |
| 73 | latin:popupCharacters="@string/alternates_for_p" /> |
Tadashi G. Takaoka | b1fcbec | 2010-09-27 17:07:09 +0900 | [diff] [blame] | 74 | <Key |
satok | 4fc510a | 2010-10-01 19:40:44 +0900 | [diff] [blame] | 75 | latin:keyLabel="=" |
| 76 | latin:popupKeyboard="@xml/kbd_popup_template" |
| 77 | latin:popupCharacters="+" /> |
Tadashi G. Takaoka | b1fcbec | 2010-09-27 17:07:09 +0900 | [diff] [blame] | 78 | <Key |
satok | 4fc510a | 2010-10-01 19:40:44 +0900 | [diff] [blame] | 79 | latin:codes="@integer/key_delete" |
| 80 | latin:keyIcon="@drawable/sym_keyboard_delete" |
| 81 | latin:iconPreview="@drawable/sym_keyboard_feedback_delete" |
| 82 | latin:keyWidth="10.5%p" |
| 83 | latin:isModifier="true" |
| 84 | latin:isRepeatable="true" |
| 85 | latin:keyEdgeFlags="right" /> |
Tadashi G. Takaoka | b1fcbec | 2010-09-27 17:07:09 +0900 | [diff] [blame] | 86 | </Row> |
| 87 | <Row> |
| 88 | <Key |
satok | 4fc510a | 2010-10-01 19:40:44 +0900 | [diff] [blame] | 89 | latin:codes="@integer/key_symbol" |
| 90 | latin:keyLabel="@string/label_symbol_key" |
| 91 | latin:keyWidth="8.75%p" |
| 92 | latin:isModifier="true" |
| 93 | latin:keyEdgeFlags="left" /> |
Tadashi G. Takaoka | b1fcbec | 2010-09-27 17:07:09 +0900 | [diff] [blame] | 94 | <Key |
satok | 4fc510a | 2010-10-01 19:40:44 +0900 | [diff] [blame] | 95 | latin:keyLabel="a" |
| 96 | latin:popupKeyboard="@xml/kbd_popup_template" |
| 97 | latin:popupCharacters="@string/alternates_for_a" /> |
Tadashi G. Takaoka | b1fcbec | 2010-09-27 17:07:09 +0900 | [diff] [blame] | 98 | <Key |
satok | 4fc510a | 2010-10-01 19:40:44 +0900 | [diff] [blame] | 99 | latin:keyLabel="s" |
| 100 | latin:popupKeyboard="@xml/kbd_popup_template" |
| 101 | latin:popupCharacters="@string/alternates_for_s" /> |
Tadashi G. Takaoka | b1fcbec | 2010-09-27 17:07:09 +0900 | [diff] [blame] | 102 | <Key |
satok | 4fc510a | 2010-10-01 19:40:44 +0900 | [diff] [blame] | 103 | latin:keyLabel="d" |
| 104 | latin:popupKeyboard="@xml/kbd_popup_template" |
| 105 | latin:popupCharacters="@string/alternates_for_d" /> |
Tadashi G. Takaoka | b1fcbec | 2010-09-27 17:07:09 +0900 | [diff] [blame] | 106 | <Key |
satok | 4fc510a | 2010-10-01 19:40:44 +0900 | [diff] [blame] | 107 | latin:keyLabel="f" /> |
Tadashi G. Takaoka | b1fcbec | 2010-09-27 17:07:09 +0900 | [diff] [blame] | 108 | <Key |
satok | 4fc510a | 2010-10-01 19:40:44 +0900 | [diff] [blame] | 109 | latin:keyLabel="g" |
| 110 | latin:popupKeyboard="@xml/kbd_popup_template" |
| 111 | latin:popupCharacters="@string/alternates_for_g" /> |
Tadashi G. Takaoka | b1fcbec | 2010-09-27 17:07:09 +0900 | [diff] [blame] | 112 | <Key |
satok | 4fc510a | 2010-10-01 19:40:44 +0900 | [diff] [blame] | 113 | latin:keyLabel="h" /> |
Tadashi G. Takaoka | b1fcbec | 2010-09-27 17:07:09 +0900 | [diff] [blame] | 114 | <Key |
satok | 4fc510a | 2010-10-01 19:40:44 +0900 | [diff] [blame] | 115 | latin:keyLabel="j" /> |
Tadashi G. Takaoka | b1fcbec | 2010-09-27 17:07:09 +0900 | [diff] [blame] | 116 | <Key |
satok | 4fc510a | 2010-10-01 19:40:44 +0900 | [diff] [blame] | 117 | latin:keyLabel="k" /> |
Tadashi G. Takaoka | b1fcbec | 2010-09-27 17:07:09 +0900 | [diff] [blame] | 118 | <Key |
satok | 4fc510a | 2010-10-01 19:40:44 +0900 | [diff] [blame] | 119 | latin:keyLabel="l" |
| 120 | latin:popupKeyboard="@xml/kbd_popup_template" |
| 121 | latin:popupCharacters="@string/alternates_for_l" /> |
Tadashi G. Takaoka | b1fcbec | 2010-09-27 17:07:09 +0900 | [diff] [blame] | 122 | <Key |
satok | 4fc510a | 2010-10-01 19:40:44 +0900 | [diff] [blame] | 123 | latin:keyLabel=";" |
| 124 | latin:popupKeyboard="@xml/kbd_popup_template" |
| 125 | latin:popupCharacters=":" /> |
Tadashi G. Takaoka | b1fcbec | 2010-09-27 17:07:09 +0900 | [diff] [blame] | 126 | <Key |
satok | 4fc510a | 2010-10-01 19:40:44 +0900 | [diff] [blame] | 127 | latin:keyLabel="\'" |
| 128 | latin:popupKeyboard="@xml/kbd_popup_template" |
| 129 | latin:popupCharacters=""" /> |
Tadashi G. Takaoka | b1fcbec | 2010-09-27 17:07:09 +0900 | [diff] [blame] | 130 | <Key |
satok | 4fc510a | 2010-10-01 19:40:44 +0900 | [diff] [blame] | 131 | latin:codes="@integer/key_return" |
| 132 | latin:keyIcon="@drawable/sym_keyboard_return" |
| 133 | latin:iconPreview="@drawable/sym_keyboard_feedback_return" |
| 134 | latin:keyWidth="8.75%p" |
| 135 | latin:isModifier="true" |
| 136 | latin:keyEdgeFlags="right" /> |
Tadashi G. Takaoka | b1fcbec | 2010-09-27 17:07:09 +0900 | [diff] [blame] | 137 | </Row> |
| 138 | <Row> |
| 139 | <Key |
satok | 4fc510a | 2010-10-01 19:40:44 +0900 | [diff] [blame] | 140 | latin:codes="@integer/key_shift" |
| 141 | latin:keyIcon="@drawable/sym_keyboard_shift" |
| 142 | latin:iconPreview="@drawable/sym_keyboard_feedback_shift" |
| 143 | latin:keyWidth="12.5%p" |
| 144 | latin:isModifier="true" |
| 145 | latin:isSticky="true" |
| 146 | latin:keyEdgeFlags="left" /> |
Tadashi G. Takaoka | b1fcbec | 2010-09-27 17:07:09 +0900 | [diff] [blame] | 147 | <Key |
satok | 4fc510a | 2010-10-01 19:40:44 +0900 | [diff] [blame] | 148 | latin:keyLabel="z" |
| 149 | latin:popupKeyboard="@xml/kbd_popup_template" |
| 150 | latin:popupCharacters="@string/alternates_for_z" /> |
Tadashi G. Takaoka | b1fcbec | 2010-09-27 17:07:09 +0900 | [diff] [blame] | 151 | <Key |
satok | 4fc510a | 2010-10-01 19:40:44 +0900 | [diff] [blame] | 152 | latin:keyLabel="x" /> |
Tadashi G. Takaoka | b1fcbec | 2010-09-27 17:07:09 +0900 | [diff] [blame] | 153 | <Key |
satok | 4fc510a | 2010-10-01 19:40:44 +0900 | [diff] [blame] | 154 | latin:keyLabel="c" |
| 155 | latin:popupKeyboard="@xml/kbd_popup_template" |
| 156 | latin:popupCharacters="@string/alternates_for_c" /> |
Tadashi G. Takaoka | b1fcbec | 2010-09-27 17:07:09 +0900 | [diff] [blame] | 157 | <Key |
satok | 4fc510a | 2010-10-01 19:40:44 +0900 | [diff] [blame] | 158 | latin:keyLabel="v" |
| 159 | latin:popupKeyboard="@xml/kbd_popup_template" |
| 160 | latin:popupCharacters="@string/alternates_for_v" /> |
Tadashi G. Takaoka | b1fcbec | 2010-09-27 17:07:09 +0900 | [diff] [blame] | 161 | <Key |
satok | 4fc510a | 2010-10-01 19:40:44 +0900 | [diff] [blame] | 162 | latin:keyLabel="b" /> |
Tadashi G. Takaoka | b1fcbec | 2010-09-27 17:07:09 +0900 | [diff] [blame] | 163 | <Key |
satok | 4fc510a | 2010-10-01 19:40:44 +0900 | [diff] [blame] | 164 | latin:keyLabel="n" |
| 165 | latin:popupKeyboard="@xml/kbd_popup_template" |
| 166 | latin:popupCharacters="@string/alternates_for_n" /> |
Tadashi G. Takaoka | b1fcbec | 2010-09-27 17:07:09 +0900 | [diff] [blame] | 167 | <Key |
satok | 4fc510a | 2010-10-01 19:40:44 +0900 | [diff] [blame] | 168 | latin:keyLabel="m" /> |
Tadashi G. Takaoka | b1fcbec | 2010-09-27 17:07:09 +0900 | [diff] [blame] | 169 | <Key |
satok | 4fc510a | 2010-10-01 19:40:44 +0900 | [diff] [blame] | 170 | latin:keyLabel="," |
| 171 | latin:popupKeyboard="@xml/kbd_popup_template" |
| 172 | latin:popupCharacters="*" /> |
Tadashi G. Takaoka | b1fcbec | 2010-09-27 17:07:09 +0900 | [diff] [blame] | 173 | <Key |
satok | 4fc510a | 2010-10-01 19:40:44 +0900 | [diff] [blame] | 174 | latin:keyLabel="." |
| 175 | latin:popupKeyboard="@xml/kbd_popup_template" |
| 176 | latin:popupCharacters="!" /> |
Tadashi G. Takaoka | b1fcbec | 2010-09-27 17:07:09 +0900 | [diff] [blame] | 177 | <Key |
satok | 4fc510a | 2010-10-01 19:40:44 +0900 | [diff] [blame] | 178 | latin:keyLabel="/" |
| 179 | latin:popupKeyboard="@xml/kbd_popup_template" |
| 180 | latin:popupCharacters="\?" /> |
Tadashi G. Takaoka | b1fcbec | 2010-09-27 17:07:09 +0900 | [diff] [blame] | 181 | <Key |
satok | 4fc510a | 2010-10-01 19:40:44 +0900 | [diff] [blame] | 182 | latin:codes="@integer/key_shift" |
| 183 | latin:keyIcon="@drawable/sym_keyboard_shift" |
| 184 | latin:iconPreview="@drawable/sym_keyboard_feedback_shift" |
| 185 | latin:keyWidth="12.5%p" |
| 186 | latin:isModifier="true" |
| 187 | latin:isSticky="true" |
| 188 | latin:keyEdgeFlags="right" /> |
Tadashi G. Takaoka | b1fcbec | 2010-09-27 17:07:09 +0900 | [diff] [blame] | 189 | </Row> |
Tadashi G. Takaoka | b514d3f | 2010-09-28 09:39:19 +0900 | [diff] [blame] | 190 | <Row> |
| 191 | <!-- This row is intentionally not marked as a bottom row --> |
Tadashi G. Takaoka | b1fcbec | 2010-09-27 17:07:09 +0900 | [diff] [blame] | 192 | <Key |
satok | 4fc510a | 2010-10-01 19:40:44 +0900 | [diff] [blame] | 193 | latin:keyLabel="(" |
| 194 | latin:popupKeyboard="@xml/kbd_popup_template" |
| 195 | latin:popupCharacters="<" |
| 196 | latin:horizontalGap="16.25%p" /> |
Tadashi G. Takaoka | b1fcbec | 2010-09-27 17:07:09 +0900 | [diff] [blame] | 197 | <Key |
satok | 4fc510a | 2010-10-01 19:40:44 +0900 | [diff] [blame] | 198 | latin:keyLabel=")" |
| 199 | latin:popupKeyboard="@xml/kbd_popup_template" |
| 200 | latin:popupCharacters=">" /> |
Tadashi G. Takaoka | b1fcbec | 2010-09-27 17:07:09 +0900 | [diff] [blame] | 201 | <Key |
satok | 4fc510a | 2010-10-01 19:40:44 +0900 | [diff] [blame] | 202 | latin:codes="@integer/key_space" |
| 203 | latin:keyIcon="@drawable/sym_keyboard_space" |
| 204 | latin:iconPreview="@drawable/sym_keyboard_feedback_space" |
| 205 | latin:keyWidth="37.5%p" |
| 206 | latin:isModifier="true" /> |
Tadashi G. Takaoka | b1fcbec | 2010-09-27 17:07:09 +0900 | [diff] [blame] | 207 | <Key |
satok | 4fc510a | 2010-10-01 19:40:44 +0900 | [diff] [blame] | 208 | latin:keyLabel="_" |
| 209 | latin:popupKeyboard="@xml/kbd_popup_template" |
| 210 | latin:popupCharacters="\@" /> |
Tadashi G. Takaoka | b1fcbec | 2010-09-27 17:07:09 +0900 | [diff] [blame] | 211 | <Key |
satok | 4fc510a | 2010-10-01 19:40:44 +0900 | [diff] [blame] | 212 | latin:keyLabel="-" |
| 213 | latin:popupKeyboard="@xml/kbd_popup_template" |
| 214 | latin:popupCharacters="#" /> |
Tadashi G. Takaoka | b1fcbec | 2010-09-27 17:07:09 +0900 | [diff] [blame] | 215 | </Row> |
| 216 | </Keyboard> |