blob: 4cdc53947cb4ed38ec0b054552ed0449253cbf29 [file] [log] [blame]
The Android Open Source Project923bf412009-03-13 15:11:42 -07001<?xml version="1.0" encoding="utf-8"?>
2<!--
3/*
4**
5** Copyright 2008, 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
Tadashi G. Takaokaed8eabc2010-09-16 13:10:14 +090021<Keyboard
satok4fc510a2010-10-01 19:40:44 +090022 xmlns:latin="http://schemas.android.com/apk/res/com.android.inputmethod.latin"
23 latin:keyWidth="10%p"
24 latin:horizontalGap="0px"
25 latin:verticalGap="0px"
26 latin:keyHeight="@dimen/key_height"
Tadashi G. Takaokaed8eabc2010-09-16 13:10:14 +090027>
28 <Row
satok4fc510a2010-10-01 19:40:44 +090029 latin:rowEdgeFlags="top"
The Android Open Source Project923bf412009-03-13 15:11:42 -070030 >
Tadashi G. Takaokaed8eabc2010-09-16 13:10:14 +090031 <Key
satok4fc510a2010-10-01 19:40:44 +090032 latin:keyLabel="1"
33 latin:popupKeyboard="@xml/kbd_popup_template"
34 latin:popupCharacters="¹½⅓¼⅛"
35 latin:keyEdgeFlags="left" />
Tadashi G. Takaokaed8eabc2010-09-16 13:10:14 +090036 <Key
satok4fc510a2010-10-01 19:40:44 +090037 latin:keyLabel="2"
38 latin:popupKeyboard="@xml/kbd_popup_template"
39 latin:popupCharacters="²⅔" />
Tadashi G. Takaokaed8eabc2010-09-16 13:10:14 +090040 <Key
satok4fc510a2010-10-01 19:40:44 +090041 latin:keyLabel="3"
42 latin:popupKeyboard="@xml/kbd_popup_template"
43 latin:popupCharacters="³¾⅜" />
Tadashi G. Takaokaed8eabc2010-09-16 13:10:14 +090044 <Key
satok4fc510a2010-10-01 19:40:44 +090045 latin:keyLabel="4"
46 latin:popupKeyboard="@xml/kbd_popup_template"
47 latin:popupCharacters="⁴" />
Tadashi G. Takaokaed8eabc2010-09-16 13:10:14 +090048 <Key
satok4fc510a2010-10-01 19:40:44 +090049 latin:keyLabel="5"
50 latin:popupKeyboard="@xml/kbd_popup_template"
51 latin:popupCharacters="⅝" />
Tadashi G. Takaokaed8eabc2010-09-16 13:10:14 +090052 <Key
satok4fc510a2010-10-01 19:40:44 +090053 latin:keyLabel="6" />
Tadashi G. Takaokaed8eabc2010-09-16 13:10:14 +090054 <Key
satok4fc510a2010-10-01 19:40:44 +090055 latin:keyLabel="7"
56 latin:popupKeyboard="@xml/kbd_popup_template"
57 latin:popupCharacters="⅞" />
Tadashi G. Takaokaed8eabc2010-09-16 13:10:14 +090058 <Key
satok4fc510a2010-10-01 19:40:44 +090059 latin:keyLabel="8" />
Tadashi G. Takaokaed8eabc2010-09-16 13:10:14 +090060 <Key
satok4fc510a2010-10-01 19:40:44 +090061 latin:keyLabel="9" />
Tadashi G. Takaokaed8eabc2010-09-16 13:10:14 +090062 <Key
satok4fc510a2010-10-01 19:40:44 +090063 latin:keyLabel="0"
64 latin:popupKeyboard="@xml/kbd_popup_template"
65 latin:popupCharacters="ⁿ∅"
66 latin:keyEdgeFlags="right" />
The Android Open Source Project923bf412009-03-13 15:11:42 -070067 </Row>
The Android Open Source Project923bf412009-03-13 15:11:42 -070068 <Row>
Tadashi G. Takaokaed8eabc2010-09-16 13:10:14 +090069 <Key
satok4fc510a2010-10-01 19:40:44 +090070 latin:keyLabel="\@"
71 latin:keyEdgeFlags="left" />
Tadashi G. Takaokaed8eabc2010-09-16 13:10:14 +090072 <Key
satok4fc510a2010-10-01 19:40:44 +090073 latin:keyLabel="\#" />
Tadashi G. Takaokaed8eabc2010-09-16 13:10:14 +090074 <Key
satok4fc510a2010-10-01 19:40:44 +090075 latin:keyLabel="$"
76 latin:popupKeyboard="@xml/kbd_popup_template"
77 latin:popupCharacters="¢£€¥₣₤₱" />
Tadashi G. Takaokaed8eabc2010-09-16 13:10:14 +090078 <Key
satok4fc510a2010-10-01 19:40:44 +090079 latin:keyLabel="%"
80 latin:popupKeyboard="@xml/kbd_popup_template"
81 latin:popupCharacters="‰" />
Tadashi G. Takaokaed8eabc2010-09-16 13:10:14 +090082 <Key
satok4fc510a2010-10-01 19:40:44 +090083 latin:keyLabel="&amp;" />
Tadashi G. Takaokaed8eabc2010-09-16 13:10:14 +090084 <Key
satok4fc510a2010-10-01 19:40:44 +090085 latin:keyLabel="*"
86 latin:popupKeyboard="@xml/kbd_popup_template"
87 latin:popupCharacters="†‡★" />
Tadashi G. Takaokaed8eabc2010-09-16 13:10:14 +090088 <Key
satok4fc510a2010-10-01 19:40:44 +090089 latin:keyLabel="-"
90 latin:popupKeyboard="@xml/kbd_popup_template"
91 latin:popupCharacters="_–—" />
Tadashi G. Takaokaed8eabc2010-09-16 13:10:14 +090092 <Key
satok4fc510a2010-10-01 19:40:44 +090093 latin:keyLabel="+"
94 latin:popupKeyboard="@xml/kbd_popup_template"
95 latin:popupCharacters="±" />
Tadashi G. Takaokaed8eabc2010-09-16 13:10:14 +090096 <Key
satok4fc510a2010-10-01 19:40:44 +090097 latin:keyLabel="("
98 latin:popupKeyboard="@xml/kbd_popup_template"
99 latin:popupCharacters="[{&lt;" />
Tadashi G. Takaokaed8eabc2010-09-16 13:10:14 +0900100 <Key
satok4fc510a2010-10-01 19:40:44 +0900101 latin:keyLabel=")"
102 latin:popupKeyboard="@xml/kbd_popup_template"
103 latin:popupCharacters="]}&gt;"
104 latin:keyEdgeFlags="right" />
The Android Open Source Project923bf412009-03-13 15:11:42 -0700105 </Row>
The Android Open Source Project923bf412009-03-13 15:11:42 -0700106 <Row>
Tadashi G. Takaokaed8eabc2010-09-16 13:10:14 +0900107 <Key
satok4fc510a2010-10-01 19:40:44 +0900108 latin:codes="@integer/key_shift"
109 latin:keyLabel="@string/label_alt_key"
110 latin:keyWidth="15%p"
111 latin:isModifier="true"
112 latin:isSticky="true"
113 latin:keyEdgeFlags="left" />
Tadashi G. Takaokaed8eabc2010-09-16 13:10:14 +0900114 <Key
satok4fc510a2010-10-01 19:40:44 +0900115 latin:keyLabel="!"
116 latin:popupKeyboard="@xml/kbd_popup_template"
117 latin:popupCharacters="¡" />
Tadashi G. Takaokaed8eabc2010-09-16 13:10:14 +0900118 <Key
satok4fc510a2010-10-01 19:40:44 +0900119 latin:keyLabel="&quot;"
120 latin:popupKeyboard="@xml/kbd_popup_template"
121 latin:popupCharacters="“”«»˝" />
Tadashi G. Takaokaed8eabc2010-09-16 13:10:14 +0900122 <Key
satok4fc510a2010-10-01 19:40:44 +0900123 latin:keyLabel="\'"
124 latin:popupKeyboard="@xml/kbd_popup_template"
125 latin:popupCharacters="‘’" />
Tadashi G. Takaokaed8eabc2010-09-16 13:10:14 +0900126 <Key
satok4fc510a2010-10-01 19:40:44 +0900127 latin:keyLabel=":" />
Tadashi G. Takaokaed8eabc2010-09-16 13:10:14 +0900128 <Key
satok4fc510a2010-10-01 19:40:44 +0900129 latin:keyLabel=";" />
Tadashi G. Takaokaed8eabc2010-09-16 13:10:14 +0900130 <Key
satok4fc510a2010-10-01 19:40:44 +0900131 latin:keyLabel="/" />
Tadashi G. Takaokaed8eabc2010-09-16 13:10:14 +0900132 <Key
satok4fc510a2010-10-01 19:40:44 +0900133 latin:keyLabel="\?"
134 latin:popupKeyboard="@xml/kbd_popup_template"
135 latin:popupCharacters="¿" />
Tadashi G. Takaokaed8eabc2010-09-16 13:10:14 +0900136 <Key
satok4fc510a2010-10-01 19:40:44 +0900137 latin:codes="@integer/key_delete"
138 latin:keyIcon="@drawable/sym_keyboard_delete"
139 latin:iconPreview="@drawable/sym_keyboard_feedback_delete"
140 latin:keyWidth="15%p"
141 latin:isModifier="true"
142 latin:isRepeatable="true"
143 latin:keyEdgeFlags="right" />
The Android Open Source Project923bf412009-03-13 15:11:42 -0700144 </Row>
Ken Wakasa1508c0e2010-09-15 13:37:52 +0900145 <Row
satok4fc510a2010-10-01 19:40:44 +0900146 latin:keyboardMode="@+id/mode_symbols"
147 latin:rowEdgeFlags="bottom"
Ken Wakasa1508c0e2010-09-15 13:37:52 +0900148 >
Tadashi G. Takaokaed8eabc2010-09-16 13:10:14 +0900149 <Key
satok4fc510a2010-10-01 19:40:44 +0900150 latin:codes="@integer/key_symbol"
151 latin:keyLabel="@string/label_alpha_key"
152 latin:keyWidth="20%p"
153 latin:isModifier="true"
154 latin:keyEdgeFlags="left" />
Tadashi G. Takaokaed8eabc2010-09-16 13:10:14 +0900155 <Key
satok4fc510a2010-10-01 19:40:44 +0900156 latin:codes="@integer/key_f1"
157 latin:isModifier="true" />
Tadashi G. Takaokaed8eabc2010-09-16 13:10:14 +0900158 <Key
satok4fc510a2010-10-01 19:40:44 +0900159 latin:codes="@integer/key_space"
160 latin:keyIcon="@drawable/sym_keyboard_space"
161 latin:iconPreview="@drawable/sym_keyboard_feedback_space"
162 latin:keyWidth="40%p"
163 latin:isModifier="true" />
Tadashi G. Takaokaed8eabc2010-09-16 13:10:14 +0900164 <Key
satok4fc510a2010-10-01 19:40:44 +0900165 latin:keyLabel="."
166 latin:popupKeyboard="@xml/popup_punctuation"
167 latin:isModifier="true" />
Tadashi G. Takaokaed8eabc2010-09-16 13:10:14 +0900168 <Key
satok4fc510a2010-10-01 19:40:44 +0900169 latin:codes="@integer/key_return"
170 latin:keyIcon="@drawable/sym_keyboard_return"
171 latin:iconPreview="@drawable/sym_keyboard_feedback_return"
172 latin:keyWidth="20%p"
173 latin:isModifier="true"
174 latin:keyEdgeFlags="right" />
Ken Wakasa1508c0e2010-09-15 13:37:52 +0900175 </Row>
Ken Wakasa1508c0e2010-09-15 13:37:52 +0900176 <Row
satok4fc510a2010-10-01 19:40:44 +0900177 latin:keyboardMode="@+id/mode_symbols_with_settings_key"
178 latin:rowEdgeFlags="bottom"
Ken Wakasa1508c0e2010-09-15 13:37:52 +0900179 >
Tadashi G. Takaokaed8eabc2010-09-16 13:10:14 +0900180 <Key
satok4fc510a2010-10-01 19:40:44 +0900181 latin:codes="@integer/key_symbol"
182 latin:keyLabel="@string/label_alpha_key"
183 latin:keyWidth="15%p"
184 latin:isModifier="true"
185 latin:keyEdgeFlags="left" />
Tadashi G. Takaokaed8eabc2010-09-16 13:10:14 +0900186 <Key
satok4fc510a2010-10-01 19:40:44 +0900187 latin:codes="@integer/key_settings"
188 latin:keyIcon="@drawable/sym_keyboard_settings"
189 latin:iconPreview="@drawable/sym_keyboard_feedback_settings"
190 latin:isModifier="true" />
Tadashi G. Takaokaed8eabc2010-09-16 13:10:14 +0900191 <Key
satok4fc510a2010-10-01 19:40:44 +0900192 latin:codes="@integer/key_f1"
193 latin:isModifier="true" />
Tadashi G. Takaokaed8eabc2010-09-16 13:10:14 +0900194 <Key
satok4fc510a2010-10-01 19:40:44 +0900195 latin:codes="@integer/key_space"
196 latin:keyIcon="@drawable/sym_keyboard_space"
197 latin:iconPreview="@drawable/sym_keyboard_feedback_space"
198 latin:keyWidth="30%p"
199 latin:isModifier="true" />
Tadashi G. Takaokaed8eabc2010-09-16 13:10:14 +0900200 <Key
satok4fc510a2010-10-01 19:40:44 +0900201 latin:keyLabel="."
202 latin:popupKeyboard="@xml/popup_punctuation"
203 latin:isModifier="true" />
Tadashi G. Takaokaed8eabc2010-09-16 13:10:14 +0900204 <Key
satok4fc510a2010-10-01 19:40:44 +0900205 latin:codes="@integer/key_return"
206 latin:keyIcon="@drawable/sym_keyboard_return"
207 latin:iconPreview="@drawable/sym_keyboard_feedback_return"
208 latin:keyWidth="25%p"
209 latin:isModifier="true"
210 latin:keyEdgeFlags="right" />
The Android Open Source Project923bf412009-03-13 15:11:42 -0700211 </Row>
Daniel Sandler46984562009-10-29 13:28:46 -0400212</Keyboard>