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