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" |
Tadashi G. Takaoka | 58bfa35 | 2010-10-19 17:08:54 +0900 | [diff] [blame] | 23 | latin:horizontalGap="@dimen/key_horizontal_gap" |
| 24 | latin:verticalGap="@dimen/key_bottom_gap" |
satok | 4fc510a | 2010-10-01 19:40:44 +0900 | [diff] [blame] | 25 | latin:keyHeight="@dimen/key_height" |
Tadashi G. Takaoka | b1fcbec | 2010-09-27 17:07:09 +0900 | [diff] [blame] | 26 | > |
Tadashi G. Takaoka | b514d3f | 2010-09-28 09:39:19 +0900 | [diff] [blame] | 27 | <!-- This row is intentionally not marked as a top row --> |
Tadashi G. Takaoka | 7c25ad4 | 2010-11-20 16:17:04 -0800 | [diff] [blame^] | 28 | <Row |
| 29 | latin:keyWidth="8.272%p" |
| 30 | > |
Tadashi G. Takaoka | b1fcbec | 2010-09-27 17:07:09 +0900 | [diff] [blame] | 31 | <Key |
satok | 4fc510a | 2010-10-01 19:40:44 +0900 | [diff] [blame] | 32 | latin:codes="@integer/key_tab" |
Tadashi G. Takaoka | cd39f2a | 2010-11-20 08:03:24 -0800 | [diff] [blame] | 33 | latin:keyLabel="@string/label_tab_key" |
| 34 | latin:keyLabelOption="fontItalic|alignLeft|alignBottom" |
Tadashi G. Takaoka | 7c25ad4 | 2010-11-20 16:17:04 -0800 | [diff] [blame^] | 35 | latin:keyWidth="7.949%p" |
Tadashi G. Takaoka | 66e306d | 2010-10-02 15:17:27 +0900 | [diff] [blame] | 36 | latin:isModifier="true" |
satok | 4fc510a | 2010-10-01 19:40:44 +0900 | [diff] [blame] | 37 | latin:keyEdgeFlags="left" /> |
Tadashi G. Takaoka | b1fcbec | 2010-09-27 17:07:09 +0900 | [diff] [blame] | 38 | <Key |
Tadashi G. Takaoka | f12023c | 2010-11-12 09:50:19 -0800 | [diff] [blame] | 39 | latin:keyLabel="1" |
| 40 | latin:popupKeyboard="@xml/kbd_popup_template" |
| 41 | latin:popupCharacters="¹½⅓¼⅛" /> |
Tadashi G. Takaoka | b1fcbec | 2010-09-27 17:07:09 +0900 | [diff] [blame] | 42 | <Key |
Tadashi G. Takaoka | f12023c | 2010-11-12 09:50:19 -0800 | [diff] [blame] | 43 | latin:keyLabel="2" |
| 44 | latin:popupKeyboard="@xml/kbd_popup_template" |
| 45 | latin:popupCharacters="²⅔" /> |
Tadashi G. Takaoka | b1fcbec | 2010-09-27 17:07:09 +0900 | [diff] [blame] | 46 | <Key |
Tadashi G. Takaoka | f12023c | 2010-11-12 09:50:19 -0800 | [diff] [blame] | 47 | latin:keyLabel="3" |
| 48 | latin:popupKeyboard="@xml/kbd_popup_template" |
| 49 | latin:popupCharacters="³¾⅜" /> |
Tadashi G. Takaoka | b1fcbec | 2010-09-27 17:07:09 +0900 | [diff] [blame] | 50 | <Key |
Tadashi G. Takaoka | f12023c | 2010-11-12 09:50:19 -0800 | [diff] [blame] | 51 | latin:keyLabel="4" |
| 52 | latin:popupKeyboard="@xml/kbd_popup_template" |
| 53 | latin:popupCharacters="⁴" /> |
Tadashi G. Takaoka | b1fcbec | 2010-09-27 17:07:09 +0900 | [diff] [blame] | 54 | <Key |
Tadashi G. Takaoka | f12023c | 2010-11-12 09:50:19 -0800 | [diff] [blame] | 55 | latin:keyLabel="5" |
| 56 | latin:popupKeyboard="@xml/kbd_popup_template" |
| 57 | latin:popupCharacters="⅝" /> |
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="6" /> |
Tadashi G. Takaoka | b1fcbec | 2010-09-27 17:07:09 +0900 | [diff] [blame] | 60 | <Key |
Tadashi G. Takaoka | f12023c | 2010-11-12 09:50:19 -0800 | [diff] [blame] | 61 | latin:keyLabel="7" |
| 62 | latin:popupKeyboard="@xml/kbd_popup_template" |
| 63 | latin:popupCharacters="⅞" /> |
Tadashi G. Takaoka | b1fcbec | 2010-09-27 17:07:09 +0900 | [diff] [blame] | 64 | <Key |
satok | 4fc510a | 2010-10-01 19:40:44 +0900 | [diff] [blame] | 65 | latin:keyLabel="8" /> |
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="9" /> |
Tadashi G. Takaoka | b1fcbec | 2010-09-27 17:07:09 +0900 | [diff] [blame] | 68 | <Key |
Tadashi G. Takaoka | f12023c | 2010-11-12 09:50:19 -0800 | [diff] [blame] | 69 | latin:keyLabel="0" |
| 70 | latin:popupKeyboard="@xml/kbd_popup_template" |
| 71 | latin:popupCharacters="ⁿ∅" /> |
Tadashi G. Takaoka | b1fcbec | 2010-09-27 17:07:09 +0900 | [diff] [blame] | 72 | <Key |
satok | 4fc510a | 2010-10-01 19:40:44 +0900 | [diff] [blame] | 73 | latin:codes="@integer/key_delete" |
| 74 | latin:keyIcon="@drawable/sym_keyboard_delete" |
| 75 | latin:iconPreview="@drawable/sym_keyboard_feedback_delete" |
Tadashi G. Takaoka | 7c25ad4 | 2010-11-20 16:17:04 -0800 | [diff] [blame^] | 76 | latin:keyWidth="9.331%p" |
satok | 4fc510a | 2010-10-01 19:40:44 +0900 | [diff] [blame] | 77 | latin:isModifier="true" |
| 78 | latin:isRepeatable="true" |
| 79 | latin:keyEdgeFlags="right" /> |
Tadashi G. Takaoka | b1fcbec | 2010-09-27 17:07:09 +0900 | [diff] [blame] | 80 | </Row> |
Tadashi G. Takaoka | 7c25ad4 | 2010-11-20 16:17:04 -0800 | [diff] [blame^] | 81 | <Row |
| 82 | latin:keyWidth="8.157%p" |
| 83 | > |
Tadashi G. Takaoka | b1fcbec | 2010-09-27 17:07:09 +0900 | [diff] [blame] | 84 | <Key |
satok | 4fc510a | 2010-10-01 19:40:44 +0900 | [diff] [blame] | 85 | latin:codes="@integer/key_symbol" |
| 86 | latin:keyLabel="@string/label_alpha_key" |
Tadashi G. Takaoka | cd39f2a | 2010-11-20 08:03:24 -0800 | [diff] [blame] | 87 | latin:keyLabelOption="fontItalic|alignLeft|alignBottom" |
Tadashi G. Takaoka | 7c25ad4 | 2010-11-20 16:17:04 -0800 | [diff] [blame^] | 88 | latin:keyWidth="11.167%p" |
satok | 4fc510a | 2010-10-01 19:40:44 +0900 | [diff] [blame] | 89 | latin:isModifier="true" |
| 90 | latin:keyEdgeFlags="left" /> |
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:keyLabel="#" /> |
Tadashi G. Takaoka | b1fcbec | 2010-09-27 17:07:09 +0900 | [diff] [blame] | 93 | <Key |
Tadashi G. Takaoka | f12023c | 2010-11-12 09:50:19 -0800 | [diff] [blame] | 94 | latin:keyLabel="$" |
| 95 | latin:popupKeyboard="@xml/kbd_popup_template" |
| 96 | latin:popupCharacters="¢£€¥₣₤₱" /> |
Tadashi G. Takaoka | b1fcbec | 2010-09-27 17:07:09 +0900 | [diff] [blame] | 97 | <Key |
Tadashi G. Takaoka | f12023c | 2010-11-12 09:50:19 -0800 | [diff] [blame] | 98 | latin:keyLabel="%" |
| 99 | latin:popupKeyboard="@xml/kbd_popup_template" |
| 100 | latin:popupCharacters="‰" /> |
Tadashi G. Takaoka | b1fcbec | 2010-09-27 17:07:09 +0900 | [diff] [blame] | 101 | <Key |
satok | 4fc510a | 2010-10-01 19:40:44 +0900 | [diff] [blame] | 102 | latin:keyLabel="&" /> |
Tadashi G. Takaoka | b1fcbec | 2010-09-27 17:07:09 +0900 | [diff] [blame] | 103 | <Key |
Tadashi G. Takaoka | f12023c | 2010-11-12 09:50:19 -0800 | [diff] [blame] | 104 | latin:keyLabel="*" |
| 105 | latin:popupKeyboard="@xml/kbd_popup_template" |
| 106 | latin:popupCharacters="†‡★" /> |
Tadashi G. Takaoka | b1fcbec | 2010-09-27 17:07:09 +0900 | [diff] [blame] | 107 | <Key |
Tadashi G. Takaoka | f12023c | 2010-11-12 09:50:19 -0800 | [diff] [blame] | 108 | latin:keyLabel="-" |
| 109 | latin:popupKeyboard="@xml/kbd_popup_template" |
| 110 | latin:popupCharacters="_–—" /> |
Tadashi G. Takaoka | b1fcbec | 2010-09-27 17:07:09 +0900 | [diff] [blame] | 111 | <Key |
Tadashi G. Takaoka | f12023c | 2010-11-12 09:50:19 -0800 | [diff] [blame] | 112 | latin:keyLabel="+" |
| 113 | latin:popupKeyboard="@xml/kbd_popup_template" |
| 114 | latin:popupCharacters="±" /> |
Tadashi G. Takaoka | b1fcbec | 2010-09-27 17:07:09 +0900 | [diff] [blame] | 115 | <Key |
Tadashi G. Takaoka | f12023c | 2010-11-12 09:50:19 -0800 | [diff] [blame] | 116 | latin:keyLabel="(" |
| 117 | latin:popupKeyboard="@xml/kbd_popup_template" |
| 118 | latin:popupCharacters="[{<" /> |
Tadashi G. Takaoka | b1fcbec | 2010-09-27 17:07:09 +0900 | [diff] [blame] | 119 | <Key |
Tadashi G. Takaoka | f12023c | 2010-11-12 09:50:19 -0800 | [diff] [blame] | 120 | latin:keyLabel=")" |
| 121 | latin:popupKeyboard="@xml/kbd_popup_template" |
| 122 | latin:popupCharacters="]}>" /> |
Tadashi G. Takaoka | b1fcbec | 2010-09-27 17:07:09 +0900 | [diff] [blame] | 123 | <Key |
satok | 4fc510a | 2010-10-01 19:40:44 +0900 | [diff] [blame] | 124 | latin:codes="@integer/key_return" |
Tadashi G. Takaoka | cd39f2a | 2010-11-20 08:03:24 -0800 | [diff] [blame] | 125 | latin:keyLabel="@string/label_return_key" |
| 126 | latin:keyLabelOption="fontItalic|alignRight|alignBottom" |
Tadashi G. Takaoka | 7c25ad4 | 2010-11-20 16:17:04 -0800 | [diff] [blame^] | 127 | latin:keyWidth="15.750%p" |
satok | 4fc510a | 2010-10-01 19:40:44 +0900 | [diff] [blame] | 128 | latin:isModifier="true" |
| 129 | latin:keyEdgeFlags="right" /> |
Tadashi G. Takaoka | b1fcbec | 2010-09-27 17:07:09 +0900 | [diff] [blame] | 130 | </Row> |
Tadashi G. Takaoka | 7c25ad4 | 2010-11-20 16:17:04 -0800 | [diff] [blame^] | 131 | <Row |
| 132 | latin:keyWidth="8.042%p" |
| 133 | > |
Tadashi G. Takaoka | b1fcbec | 2010-09-27 17:07:09 +0900 | [diff] [blame] | 134 | <Key |
satok | 4fc510a | 2010-10-01 19:40:44 +0900 | [diff] [blame] | 135 | latin:codes="@integer/key_shift" |
Tadashi G. Takaoka | 66e306d | 2010-10-02 15:17:27 +0900 | [diff] [blame] | 136 | latin:keyLabel="@string/label_more_key" |
Tadashi G. Takaoka | cd39f2a | 2010-11-20 08:03:24 -0800 | [diff] [blame] | 137 | latin:keyLabelOption="fontItalic|alignLeft|alignBottom" |
Tadashi G. Takaoka | 7c25ad4 | 2010-11-20 16:17:04 -0800 | [diff] [blame^] | 138 | latin:keyWidth="15.192%p" |
satok | 4fc510a | 2010-10-01 19:40:44 +0900 | [diff] [blame] | 139 | latin:isModifier="true" |
| 140 | latin:isSticky="true" |
| 141 | latin:keyEdgeFlags="left" /> |
Tadashi G. Takaoka | b1fcbec | 2010-09-27 17:07:09 +0900 | [diff] [blame] | 142 | <Key |
Tadashi G. Takaoka | 7c25ad4 | 2010-11-20 16:17:04 -0800 | [diff] [blame^] | 143 | latin:keyLabel="<" |
Tadashi G. Takaoka | f12023c | 2010-11-12 09:50:19 -0800 | [diff] [blame] | 144 | latin:popupKeyboard="@xml/kbd_popup_template" |
Tadashi G. Takaoka | 7c25ad4 | 2010-11-20 16:17:04 -0800 | [diff] [blame^] | 145 | latin:popupCharacters="≤«‹" /> |
Tadashi G. Takaoka | b1fcbec | 2010-09-27 17:07:09 +0900 | [diff] [blame] | 146 | <Key |
Tadashi G. Takaoka | 7c25ad4 | 2010-11-20 16:17:04 -0800 | [diff] [blame^] | 147 | latin:keyLabel=">" |
| 148 | latin:popupKeyboard="@xml/kbd_popup_template" |
| 149 | latin:popupCharacters="≥»›" /> |
| 150 | <Key |
| 151 | latin:keyLabel="[" /> |
| 152 | <Key |
| 153 | latin:keyLabel="]" /> |
| 154 | <Key |
| 155 | latin:keyLabel="=" /> |
Tadashi G. Takaoka | b1fcbec | 2010-09-27 17:07:09 +0900 | [diff] [blame] | 156 | <Key |
satok | 4fc510a | 2010-10-01 19:40:44 +0900 | [diff] [blame] | 157 | latin:keyLabel=":" /> |
Tadashi G. Takaoka | b1fcbec | 2010-09-27 17:07:09 +0900 | [diff] [blame] | 158 | <Key |
satok | 4fc510a | 2010-10-01 19:40:44 +0900 | [diff] [blame] | 159 | latin:keyLabel=";" /> |
Tadashi G. Takaoka | b1fcbec | 2010-09-27 17:07:09 +0900 | [diff] [blame] | 160 | <Key |
Tadashi G. Takaoka | f12023c | 2010-11-12 09:50:19 -0800 | [diff] [blame] | 161 | latin:keyLabel="!" |
| 162 | latin:popupKeyboard="@xml/kbd_popup_template" |
| 163 | latin:popupCharacters="¡" /> |
Tadashi G. Takaoka | e302b19 | 2010-11-09 07:32:47 +0900 | [diff] [blame] | 164 | <Key |
Tadashi G. Takaoka | f12023c | 2010-11-12 09:50:19 -0800 | [diff] [blame] | 165 | latin:keyLabel="\?" |
| 166 | latin:popupKeyboard="@xml/kbd_popup_template" |
| 167 | latin:popupCharacters="¿" /> |
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:codes="@integer/key_shift" |
Tadashi G. Takaoka | 66e306d | 2010-10-02 15:17:27 +0900 | [diff] [blame] | 170 | latin:keyLabel="@string/label_more_key" |
satok | 4fc510a | 2010-10-01 19:40:44 +0900 | [diff] [blame] | 171 | latin:iconPreview="@drawable/sym_keyboard_feedback_shift" |
Tadashi G. Takaoka | cd39f2a | 2010-11-20 08:03:24 -0800 | [diff] [blame] | 172 | latin:keyLabelOption="fontItalic|alignRight|alignBottom" |
Tadashi G. Takaoka | 7c25ad4 | 2010-11-20 16:17:04 -0800 | [diff] [blame^] | 173 | latin:keyWidth="12.430%p" |
satok | 4fc510a | 2010-10-01 19:40:44 +0900 | [diff] [blame] | 174 | latin:isModifier="true" |
| 175 | latin:isSticky="true" |
| 176 | latin:keyEdgeFlags="right" /> |
Tadashi G. Takaoka | b1fcbec | 2010-09-27 17:07:09 +0900 | [diff] [blame] | 177 | </Row> |
Tadashi G. Takaoka | b514d3f | 2010-09-28 09:39:19 +0900 | [diff] [blame] | 178 | <!-- This row is intentionally not marked as a bottom row --> |
Tadashi G. Takaoka | 7c25ad4 | 2010-11-20 16:17:04 -0800 | [diff] [blame^] | 179 | <Row |
| 180 | latin:keyWidth="8.042%p" |
| 181 | > |
Tadashi G. Takaoka | 58bfa35 | 2010-10-19 17:08:54 +0900 | [diff] [blame] | 182 | <Spacer |
Tadashi G. Takaoka | 7c25ad4 | 2010-11-20 16:17:04 -0800 | [diff] [blame^] | 183 | latin:horizontalGap="16.404%p" /> |
| 184 | <Key |
| 185 | latin:keyLabel="/" /> |
| 186 | <Key |
| 187 | latin:keyLabel="\@" /> |
Tadashi G. Takaoka | b1fcbec | 2010-09-27 17:07:09 +0900 | [diff] [blame] | 188 | <Key |
satok | 4fc510a | 2010-10-01 19:40:44 +0900 | [diff] [blame] | 189 | latin:codes="@integer/key_space" |
| 190 | latin:keyIcon="@drawable/sym_keyboard_space" |
| 191 | latin:iconPreview="@drawable/sym_keyboard_feedback_space" |
Tadashi G. Takaoka | 7c25ad4 | 2010-11-20 16:17:04 -0800 | [diff] [blame^] | 192 | latin:keyWidth="37.454%p" |
satok | 4fc510a | 2010-10-01 19:40:44 +0900 | [diff] [blame] | 193 | latin:isModifier="true" /> |
Tadashi G. Takaoka | 7c25ad4 | 2010-11-20 16:17:04 -0800 | [diff] [blame^] | 194 | <Key |
| 195 | latin:keyLabel=""" |
| 196 | latin:popupKeyboard="@xml/kbd_popup_template" |
| 197 | latin:popupCharacters="“”«»˝" /> |
| 198 | <Key |
| 199 | latin:keyLabel="_" /> |
Tadashi G. Takaoka | b1fcbec | 2010-09-27 17:07:09 +0900 | [diff] [blame] | 200 | </Row> |
| 201 | </Keyboard> |