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" |
Tadashi G. Takaoka | 66e306d | 2010-10-02 15:17:27 +0900 | [diff] [blame^] | 33 | latin:isModifier="true" |
satok | 4fc510a | 2010-10-01 19:40:44 +0900 | [diff] [blame] | 34 | latin:keyEdgeFlags="left" /> |
Tadashi G. Takaoka | b1fcbec | 2010-09-27 17:07:09 +0900 | [diff] [blame] | 35 | <Key |
satok | 4fc510a | 2010-10-01 19:40:44 +0900 | [diff] [blame] | 36 | latin:keyLabel="q" |
Tadashi G. Takaoka | 66e306d | 2010-10-02 15:17:27 +0900 | [diff] [blame^] | 37 | latin:keyHintIcon="@drawable/keyboard_hint_1" |
satok | 4fc510a | 2010-10-01 19:40:44 +0900 | [diff] [blame] | 38 | latin:popupKeyboard="@xml/kbd_popup_template" |
| 39 | latin:popupCharacters="@string/alternates_for_q" /> |
Tadashi G. Takaoka | b1fcbec | 2010-09-27 17:07:09 +0900 | [diff] [blame] | 40 | <Key |
satok | 4fc510a | 2010-10-01 19:40:44 +0900 | [diff] [blame] | 41 | latin:keyLabel="w" |
Tadashi G. Takaoka | 66e306d | 2010-10-02 15:17:27 +0900 | [diff] [blame^] | 42 | latin:keyHintIcon="@drawable/keyboard_hint_2" |
satok | 4fc510a | 2010-10-01 19:40:44 +0900 | [diff] [blame] | 43 | latin:popupKeyboard="@xml/kbd_popup_template" |
| 44 | latin:popupCharacters="@string/alternates_for_w" /> |
Tadashi G. Takaoka | b1fcbec | 2010-09-27 17:07:09 +0900 | [diff] [blame] | 45 | <Key |
satok | 4fc510a | 2010-10-01 19:40:44 +0900 | [diff] [blame] | 46 | latin:keyLabel="e" |
Tadashi G. Takaoka | 66e306d | 2010-10-02 15:17:27 +0900 | [diff] [blame^] | 47 | latin:keyHintIcon="@drawable/keyboard_hint_3" |
satok | 4fc510a | 2010-10-01 19:40:44 +0900 | [diff] [blame] | 48 | latin:popupKeyboard="@xml/kbd_popup_template" |
| 49 | latin:popupCharacters="@string/alternates_for_e" /> |
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="r" |
Tadashi G. Takaoka | 66e306d | 2010-10-02 15:17:27 +0900 | [diff] [blame^] | 52 | latin:keyHintIcon="@drawable/keyboard_hint_4" |
satok | 4fc510a | 2010-10-01 19:40:44 +0900 | [diff] [blame] | 53 | latin:popupKeyboard="@xml/kbd_popup_template" |
| 54 | latin:popupCharacters="@string/alternates_for_r" /> |
Tadashi G. Takaoka | b1fcbec | 2010-09-27 17:07:09 +0900 | [diff] [blame] | 55 | <Key |
satok | 4fc510a | 2010-10-01 19:40:44 +0900 | [diff] [blame] | 56 | latin:keyLabel="t" |
Tadashi G. Takaoka | 66e306d | 2010-10-02 15:17:27 +0900 | [diff] [blame^] | 57 | latin:keyHintIcon="@drawable/keyboard_hint_5" |
satok | 4fc510a | 2010-10-01 19:40:44 +0900 | [diff] [blame] | 58 | latin:popupKeyboard="@xml/kbd_popup_template" |
| 59 | latin:popupCharacters="@string/alternates_for_t" /> |
Tadashi G. Takaoka | b1fcbec | 2010-09-27 17:07:09 +0900 | [diff] [blame] | 60 | <Key |
satok | 4fc510a | 2010-10-01 19:40:44 +0900 | [diff] [blame] | 61 | latin:keyLabel="y" |
Tadashi G. Takaoka | 66e306d | 2010-10-02 15:17:27 +0900 | [diff] [blame^] | 62 | latin:keyHintIcon="@drawable/keyboard_hint_6" |
satok | 4fc510a | 2010-10-01 19:40:44 +0900 | [diff] [blame] | 63 | latin:popupKeyboard="@xml/kbd_popup_template" |
| 64 | latin:popupCharacters="@string/alternates_for_y" /> |
Tadashi G. Takaoka | b1fcbec | 2010-09-27 17:07:09 +0900 | [diff] [blame] | 65 | <Key |
satok | 4fc510a | 2010-10-01 19:40:44 +0900 | [diff] [blame] | 66 | latin:keyLabel="u" |
Tadashi G. Takaoka | 66e306d | 2010-10-02 15:17:27 +0900 | [diff] [blame^] | 67 | latin:keyHintIcon="@drawable/keyboard_hint_7" |
satok | 4fc510a | 2010-10-01 19:40:44 +0900 | [diff] [blame] | 68 | latin:popupKeyboard="@xml/kbd_popup_template" |
| 69 | latin:popupCharacters="@string/alternates_for_u" /> |
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="i" |
Tadashi G. Takaoka | 66e306d | 2010-10-02 15:17:27 +0900 | [diff] [blame^] | 72 | latin:keyHintIcon="@drawable/keyboard_hint_8" |
satok | 4fc510a | 2010-10-01 19:40:44 +0900 | [diff] [blame] | 73 | latin:popupKeyboard="@xml/kbd_popup_template" |
| 74 | latin:popupCharacters="@string/alternates_for_i" /> |
Tadashi G. Takaoka | b1fcbec | 2010-09-27 17:07:09 +0900 | [diff] [blame] | 75 | <Key |
satok | 4fc510a | 2010-10-01 19:40:44 +0900 | [diff] [blame] | 76 | latin:keyLabel="o" |
Tadashi G. Takaoka | 66e306d | 2010-10-02 15:17:27 +0900 | [diff] [blame^] | 77 | latin:keyHintIcon="@drawable/keyboard_hint_9" |
satok | 4fc510a | 2010-10-01 19:40:44 +0900 | [diff] [blame] | 78 | latin:popupKeyboard="@xml/kbd_popup_template" |
| 79 | latin:popupCharacters="@string/alternates_for_o" /> |
Tadashi G. Takaoka | b1fcbec | 2010-09-27 17:07:09 +0900 | [diff] [blame] | 80 | <Key |
satok | 4fc510a | 2010-10-01 19:40:44 +0900 | [diff] [blame] | 81 | latin:keyLabel="p" |
Tadashi G. Takaoka | 66e306d | 2010-10-02 15:17:27 +0900 | [diff] [blame^] | 82 | latin:keyHintIcon="@drawable/keyboard_hint_0" |
satok | 4fc510a | 2010-10-01 19:40:44 +0900 | [diff] [blame] | 83 | latin:popupKeyboard="@xml/kbd_popup_template" |
| 84 | latin:popupCharacters="@string/alternates_for_p" /> |
Tadashi G. Takaoka | b1fcbec | 2010-09-27 17:07:09 +0900 | [diff] [blame] | 85 | <Key |
satok | 4fc510a | 2010-10-01 19:40:44 +0900 | [diff] [blame] | 86 | latin:keyLabel="=" |
Tadashi G. Takaoka | 66e306d | 2010-10-02 15:17:27 +0900 | [diff] [blame^] | 87 | latin:temporaryShiftKeyLabel="+" |
| 88 | latin:keyHintIcon="@drawable/keyboard_hint_plus" |
satok | 4fc510a | 2010-10-01 19:40:44 +0900 | [diff] [blame] | 89 | latin:popupKeyboard="@xml/kbd_popup_template" |
| 90 | latin:popupCharacters="+" /> |
Tadashi G. Takaoka | b1fcbec | 2010-09-27 17:07:09 +0900 | [diff] [blame] | 91 | <Key |
satok | 4fc510a | 2010-10-01 19:40:44 +0900 | [diff] [blame] | 92 | latin:codes="@integer/key_delete" |
| 93 | latin:keyIcon="@drawable/sym_keyboard_delete" |
| 94 | latin:iconPreview="@drawable/sym_keyboard_feedback_delete" |
| 95 | latin:keyWidth="10.5%p" |
| 96 | latin:isModifier="true" |
| 97 | latin:isRepeatable="true" |
| 98 | latin:keyEdgeFlags="right" /> |
Tadashi G. Takaoka | b1fcbec | 2010-09-27 17:07:09 +0900 | [diff] [blame] | 99 | </Row> |
| 100 | <Row> |
| 101 | <Key |
satok | 4fc510a | 2010-10-01 19:40:44 +0900 | [diff] [blame] | 102 | latin:codes="@integer/key_symbol" |
| 103 | latin:keyLabel="@string/label_symbol_key" |
| 104 | latin:keyWidth="8.75%p" |
| 105 | latin:isModifier="true" |
| 106 | latin:keyEdgeFlags="left" /> |
Tadashi G. Takaoka | b1fcbec | 2010-09-27 17:07:09 +0900 | [diff] [blame] | 107 | <Key |
satok | 4fc510a | 2010-10-01 19:40:44 +0900 | [diff] [blame] | 108 | latin:keyLabel="a" |
| 109 | latin:popupKeyboard="@xml/kbd_popup_template" |
| 110 | latin:popupCharacters="@string/alternates_for_a" /> |
Tadashi G. Takaoka | b1fcbec | 2010-09-27 17:07:09 +0900 | [diff] [blame] | 111 | <Key |
satok | 4fc510a | 2010-10-01 19:40:44 +0900 | [diff] [blame] | 112 | latin:keyLabel="s" |
| 113 | latin:popupKeyboard="@xml/kbd_popup_template" |
| 114 | latin:popupCharacters="@string/alternates_for_s" /> |
Tadashi G. Takaoka | b1fcbec | 2010-09-27 17:07:09 +0900 | [diff] [blame] | 115 | <Key |
satok | 4fc510a | 2010-10-01 19:40:44 +0900 | [diff] [blame] | 116 | latin:keyLabel="d" |
| 117 | latin:popupKeyboard="@xml/kbd_popup_template" |
| 118 | latin:popupCharacters="@string/alternates_for_d" /> |
Tadashi G. Takaoka | b1fcbec | 2010-09-27 17:07:09 +0900 | [diff] [blame] | 119 | <Key |
satok | 4fc510a | 2010-10-01 19:40:44 +0900 | [diff] [blame] | 120 | latin:keyLabel="f" /> |
Tadashi G. Takaoka | b1fcbec | 2010-09-27 17:07:09 +0900 | [diff] [blame] | 121 | <Key |
satok | 4fc510a | 2010-10-01 19:40:44 +0900 | [diff] [blame] | 122 | latin:keyLabel="g" |
| 123 | latin:popupKeyboard="@xml/kbd_popup_template" |
| 124 | latin:popupCharacters="@string/alternates_for_g" /> |
Tadashi G. Takaoka | b1fcbec | 2010-09-27 17:07:09 +0900 | [diff] [blame] | 125 | <Key |
satok | 4fc510a | 2010-10-01 19:40:44 +0900 | [diff] [blame] | 126 | latin:keyLabel="h" /> |
Tadashi G. Takaoka | b1fcbec | 2010-09-27 17:07:09 +0900 | [diff] [blame] | 127 | <Key |
satok | 4fc510a | 2010-10-01 19:40:44 +0900 | [diff] [blame] | 128 | latin:keyLabel="j" /> |
Tadashi G. Takaoka | b1fcbec | 2010-09-27 17:07:09 +0900 | [diff] [blame] | 129 | <Key |
satok | 4fc510a | 2010-10-01 19:40:44 +0900 | [diff] [blame] | 130 | latin:keyLabel="k" /> |
Tadashi G. Takaoka | b1fcbec | 2010-09-27 17:07:09 +0900 | [diff] [blame] | 131 | <Key |
satok | 4fc510a | 2010-10-01 19:40:44 +0900 | [diff] [blame] | 132 | latin:keyLabel="l" |
| 133 | latin:popupKeyboard="@xml/kbd_popup_template" |
| 134 | latin:popupCharacters="@string/alternates_for_l" /> |
Tadashi G. Takaoka | b1fcbec | 2010-09-27 17:07:09 +0900 | [diff] [blame] | 135 | <Key |
satok | 4fc510a | 2010-10-01 19:40:44 +0900 | [diff] [blame] | 136 | latin:keyLabel=";" |
Tadashi G. Takaoka | 66e306d | 2010-10-02 15:17:27 +0900 | [diff] [blame^] | 137 | latin:temporaryShiftKeyLabel=":" |
| 138 | latin:keyHintIcon="@drawable/keyboard_hint_colon" |
satok | 4fc510a | 2010-10-01 19:40:44 +0900 | [diff] [blame] | 139 | latin:popupKeyboard="@xml/kbd_popup_template" |
| 140 | latin:popupCharacters=":" /> |
Tadashi G. Takaoka | b1fcbec | 2010-09-27 17:07:09 +0900 | [diff] [blame] | 141 | <Key |
satok | 4fc510a | 2010-10-01 19:40:44 +0900 | [diff] [blame] | 142 | latin:keyLabel="\'" |
Tadashi G. Takaoka | 66e306d | 2010-10-02 15:17:27 +0900 | [diff] [blame^] | 143 | latin:temporaryShiftKeyLabel=""" |
| 144 | latin:keyHintIcon="@drawable/keyboard_hint_quote" |
satok | 4fc510a | 2010-10-01 19:40:44 +0900 | [diff] [blame] | 145 | latin:popupKeyboard="@xml/kbd_popup_template" |
| 146 | latin:popupCharacters=""" /> |
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:codes="@integer/key_return" |
| 149 | latin:keyIcon="@drawable/sym_keyboard_return" |
| 150 | latin:iconPreview="@drawable/sym_keyboard_feedback_return" |
| 151 | latin:keyWidth="8.75%p" |
| 152 | latin:isModifier="true" |
| 153 | latin:keyEdgeFlags="right" /> |
Tadashi G. Takaoka | b1fcbec | 2010-09-27 17:07:09 +0900 | [diff] [blame] | 154 | </Row> |
| 155 | <Row> |
| 156 | <Key |
satok | 4fc510a | 2010-10-01 19:40:44 +0900 | [diff] [blame] | 157 | latin:codes="@integer/key_shift" |
| 158 | latin:keyIcon="@drawable/sym_keyboard_shift" |
| 159 | latin:iconPreview="@drawable/sym_keyboard_feedback_shift" |
| 160 | latin:keyWidth="12.5%p" |
| 161 | latin:isModifier="true" |
| 162 | latin:isSticky="true" |
| 163 | latin:keyEdgeFlags="left" /> |
Tadashi G. Takaoka | b1fcbec | 2010-09-27 17:07:09 +0900 | [diff] [blame] | 164 | <Key |
satok | 4fc510a | 2010-10-01 19:40:44 +0900 | [diff] [blame] | 165 | latin:keyLabel="z" |
| 166 | latin:popupKeyboard="@xml/kbd_popup_template" |
| 167 | latin:popupCharacters="@string/alternates_for_z" /> |
Tadashi G. Takaoka | b1fcbec | 2010-09-27 17:07:09 +0900 | [diff] [blame] | 168 | <Key |
satok | 4fc510a | 2010-10-01 19:40:44 +0900 | [diff] [blame] | 169 | latin:keyLabel="x" /> |
Tadashi G. Takaoka | b1fcbec | 2010-09-27 17:07:09 +0900 | [diff] [blame] | 170 | <Key |
satok | 4fc510a | 2010-10-01 19:40:44 +0900 | [diff] [blame] | 171 | latin:keyLabel="c" |
| 172 | latin:popupKeyboard="@xml/kbd_popup_template" |
| 173 | latin:popupCharacters="@string/alternates_for_c" /> |
Tadashi G. Takaoka | b1fcbec | 2010-09-27 17:07:09 +0900 | [diff] [blame] | 174 | <Key |
satok | 4fc510a | 2010-10-01 19:40:44 +0900 | [diff] [blame] | 175 | latin:keyLabel="v" |
| 176 | latin:popupKeyboard="@xml/kbd_popup_template" |
| 177 | latin:popupCharacters="@string/alternates_for_v" /> |
Tadashi G. Takaoka | b1fcbec | 2010-09-27 17:07:09 +0900 | [diff] [blame] | 178 | <Key |
satok | 4fc510a | 2010-10-01 19:40:44 +0900 | [diff] [blame] | 179 | latin:keyLabel="b" /> |
Tadashi G. Takaoka | b1fcbec | 2010-09-27 17:07:09 +0900 | [diff] [blame] | 180 | <Key |
satok | 4fc510a | 2010-10-01 19:40:44 +0900 | [diff] [blame] | 181 | latin:keyLabel="n" |
| 182 | latin:popupKeyboard="@xml/kbd_popup_template" |
| 183 | latin:popupCharacters="@string/alternates_for_n" /> |
Tadashi G. Takaoka | b1fcbec | 2010-09-27 17:07:09 +0900 | [diff] [blame] | 184 | <Key |
satok | 4fc510a | 2010-10-01 19:40:44 +0900 | [diff] [blame] | 185 | latin:keyLabel="m" /> |
Tadashi G. Takaoka | b1fcbec | 2010-09-27 17:07:09 +0900 | [diff] [blame] | 186 | <Key |
satok | 4fc510a | 2010-10-01 19:40:44 +0900 | [diff] [blame] | 187 | latin:keyLabel="," |
Tadashi G. Takaoka | 66e306d | 2010-10-02 15:17:27 +0900 | [diff] [blame^] | 188 | latin:temporaryShiftKeyLabel="*" |
| 189 | latin:keyHintIcon="@drawable/keyboard_hint_star" |
satok | 4fc510a | 2010-10-01 19:40:44 +0900 | [diff] [blame] | 190 | latin:popupKeyboard="@xml/kbd_popup_template" |
| 191 | latin:popupCharacters="*" /> |
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="." |
Tadashi G. Takaoka | 66e306d | 2010-10-02 15:17:27 +0900 | [diff] [blame^] | 194 | latin:temporaryShiftKeyLabel="!" |
| 195 | latin:keyHintIcon="@drawable/keyboard_hint_exclamation" |
satok | 4fc510a | 2010-10-01 19:40:44 +0900 | [diff] [blame] | 196 | latin:popupKeyboard="@xml/kbd_popup_template" |
| 197 | latin:popupCharacters="!" /> |
Tadashi G. Takaoka | b1fcbec | 2010-09-27 17:07:09 +0900 | [diff] [blame] | 198 | <Key |
satok | 4fc510a | 2010-10-01 19:40:44 +0900 | [diff] [blame] | 199 | latin:keyLabel="/" |
Tadashi G. Takaoka | 66e306d | 2010-10-02 15:17:27 +0900 | [diff] [blame^] | 200 | latin:temporaryShiftKeyLabel="\?" |
| 201 | latin:keyHintIcon="@drawable/keyboard_hint_question" |
satok | 4fc510a | 2010-10-01 19:40:44 +0900 | [diff] [blame] | 202 | latin:popupKeyboard="@xml/kbd_popup_template" |
| 203 | latin:popupCharacters="\?" /> |
Tadashi G. Takaoka | b1fcbec | 2010-09-27 17:07:09 +0900 | [diff] [blame] | 204 | <Key |
satok | 4fc510a | 2010-10-01 19:40:44 +0900 | [diff] [blame] | 205 | latin:codes="@integer/key_shift" |
| 206 | latin:keyIcon="@drawable/sym_keyboard_shift" |
| 207 | latin:iconPreview="@drawable/sym_keyboard_feedback_shift" |
| 208 | latin:keyWidth="12.5%p" |
| 209 | latin:isModifier="true" |
| 210 | latin:isSticky="true" |
| 211 | latin:keyEdgeFlags="right" /> |
Tadashi G. Takaoka | b1fcbec | 2010-09-27 17:07:09 +0900 | [diff] [blame] | 212 | </Row> |
Tadashi G. Takaoka | b514d3f | 2010-09-28 09:39:19 +0900 | [diff] [blame] | 213 | <Row> |
| 214 | <!-- This row is intentionally not marked as a bottom row --> |
Tadashi G. Takaoka | b1fcbec | 2010-09-27 17:07:09 +0900 | [diff] [blame] | 215 | <Key |
satok | 4fc510a | 2010-10-01 19:40:44 +0900 | [diff] [blame] | 216 | latin:keyLabel="(" |
Tadashi G. Takaoka | 66e306d | 2010-10-02 15:17:27 +0900 | [diff] [blame^] | 217 | latin:temporaryShiftKeyLabel="<" |
| 218 | latin:keyHintIcon="@drawable/keyboard_hint_smaller" |
satok | 4fc510a | 2010-10-01 19:40:44 +0900 | [diff] [blame] | 219 | latin:popupKeyboard="@xml/kbd_popup_template" |
| 220 | latin:popupCharacters="<" |
| 221 | latin:horizontalGap="16.25%p" /> |
Tadashi G. Takaoka | b1fcbec | 2010-09-27 17:07:09 +0900 | [diff] [blame] | 222 | <Key |
satok | 4fc510a | 2010-10-01 19:40:44 +0900 | [diff] [blame] | 223 | latin:keyLabel=")" |
Tadashi G. Takaoka | 66e306d | 2010-10-02 15:17:27 +0900 | [diff] [blame^] | 224 | latin:temporaryShiftKeyLabel=">" |
| 225 | latin:keyHintIcon="@drawable/keyboard_hint_greater" |
satok | 4fc510a | 2010-10-01 19:40:44 +0900 | [diff] [blame] | 226 | latin:popupKeyboard="@xml/kbd_popup_template" |
| 227 | latin:popupCharacters=">" /> |
Tadashi G. Takaoka | b1fcbec | 2010-09-27 17:07:09 +0900 | [diff] [blame] | 228 | <Key |
satok | 4fc510a | 2010-10-01 19:40:44 +0900 | [diff] [blame] | 229 | latin:codes="@integer/key_space" |
| 230 | latin:keyIcon="@drawable/sym_keyboard_space" |
| 231 | latin:iconPreview="@drawable/sym_keyboard_feedback_space" |
| 232 | latin:keyWidth="37.5%p" |
| 233 | latin:isModifier="true" /> |
Tadashi G. Takaoka | b1fcbec | 2010-09-27 17:07:09 +0900 | [diff] [blame] | 234 | <Key |
satok | 4fc510a | 2010-10-01 19:40:44 +0900 | [diff] [blame] | 235 | latin:keyLabel="_" |
Tadashi G. Takaoka | 66e306d | 2010-10-02 15:17:27 +0900 | [diff] [blame^] | 236 | latin:temporaryShiftKeyLabel="\@" |
| 237 | latin:keyHintIcon="@drawable/keyboard_hint_at" |
satok | 4fc510a | 2010-10-01 19:40:44 +0900 | [diff] [blame] | 238 | latin:popupKeyboard="@xml/kbd_popup_template" |
| 239 | latin:popupCharacters="\@" /> |
Tadashi G. Takaoka | b1fcbec | 2010-09-27 17:07:09 +0900 | [diff] [blame] | 240 | <Key |
satok | 4fc510a | 2010-10-01 19:40:44 +0900 | [diff] [blame] | 241 | latin:keyLabel="-" |
Tadashi G. Takaoka | 66e306d | 2010-10-02 15:17:27 +0900 | [diff] [blame^] | 242 | latin:temporaryShiftKeyLabel="#" |
| 243 | latin:keyHintIcon="@drawable/keyboard_hint_doublecross" |
satok | 4fc510a | 2010-10-01 19:40:44 +0900 | [diff] [blame] | 244 | latin:popupKeyboard="@xml/kbd_popup_template" |
| 245 | latin:popupCharacters="#" /> |
Tadashi G. Takaoka | b1fcbec | 2010-09-27 17:07:09 +0900 | [diff] [blame] | 246 | </Row> |
| 247 | </Keyboard> |