blob: 102853320eb451547bd9e494897c1ac4515c6e75 [file] [log] [blame]
Tadashi G. Takaokab1fcbec2010-09-27 17:07:09 +09001<?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
satok4fc510a2010-10-01 19:40:44 +090022 xmlns:latin="http://schemas.android.com/apk/res/com.android.inputmethod.latin"
Tadashi G. Takaokae302b192010-11-09 07:32:47 +090023 latin:keyWidth="8.2%p"
Tadashi G. Takaoka58bfa352010-10-19 17:08:54 +090024 latin:horizontalGap="@dimen/key_horizontal_gap"
25 latin:verticalGap="@dimen/key_bottom_gap"
satok4fc510a2010-10-01 19:40:44 +090026 latin:keyHeight="@dimen/key_height"
Tadashi G. Takaokab1fcbec2010-09-27 17:07:09 +090027>
Tadashi G. Takaokab514d3f2010-09-28 09:39:19 +090028 <!-- This row is intentionally not marked as a top row -->
Tadashi G. Takaoka4d3a4dc2010-10-09 01:06:26 +090029 <Row>
Tadashi G. Takaokab1fcbec2010-09-27 17:07:09 +090030 <Key
satok4fc510a2010-10-01 19:40:44 +090031 latin:codes="@integer/key_tab"
32 latin:keyLabel="Tab"
Tadashi G. Takaoka58bfa352010-10-19 17:08:54 +090033 latin:keyWidth="7.0%p"
Tadashi G. Takaoka66e306d2010-10-02 15:17:27 +090034 latin:isModifier="true"
satok4fc510a2010-10-01 19:40:44 +090035 latin:keyEdgeFlags="left" />
Tadashi G. Takaokab1fcbec2010-09-27 17:07:09 +090036 <Key
Tadashi G. Takaokaf12023c2010-11-12 09:50:19 -080037 latin:keyLabel="1"
38 latin:popupKeyboard="@xml/kbd_popup_template"
39 latin:popupCharacters="¹½⅓¼⅛" />
Tadashi G. Takaokab1fcbec2010-09-27 17:07:09 +090040 <Key
Tadashi G. Takaokaf12023c2010-11-12 09:50:19 -080041 latin:keyLabel="2"
42 latin:popupKeyboard="@xml/kbd_popup_template"
43 latin:popupCharacters="²⅔" />
Tadashi G. Takaokab1fcbec2010-09-27 17:07:09 +090044 <Key
Tadashi G. Takaokaf12023c2010-11-12 09:50:19 -080045 latin:keyLabel="3"
46 latin:popupKeyboard="@xml/kbd_popup_template"
47 latin:popupCharacters="³¾⅜" />
Tadashi G. Takaokab1fcbec2010-09-27 17:07:09 +090048 <Key
Tadashi G. Takaokaf12023c2010-11-12 09:50:19 -080049 latin:keyLabel="4"
50 latin:popupKeyboard="@xml/kbd_popup_template"
51 latin:popupCharacters="⁴" />
Tadashi G. Takaokab1fcbec2010-09-27 17:07:09 +090052 <Key
Tadashi G. Takaokaf12023c2010-11-12 09:50:19 -080053 latin:keyLabel="5"
54 latin:popupKeyboard="@xml/kbd_popup_template"
55 latin:popupCharacters="⅝" />
Tadashi G. Takaokab1fcbec2010-09-27 17:07:09 +090056 <Key
satok4fc510a2010-10-01 19:40:44 +090057 latin:keyLabel="6" />
Tadashi G. Takaokab1fcbec2010-09-27 17:07:09 +090058 <Key
Tadashi G. Takaokaf12023c2010-11-12 09:50:19 -080059 latin:keyLabel="7"
60 latin:popupKeyboard="@xml/kbd_popup_template"
61 latin:popupCharacters="⅞" />
Tadashi G. Takaokab1fcbec2010-09-27 17:07:09 +090062 <Key
satok4fc510a2010-10-01 19:40:44 +090063 latin:keyLabel="8" />
Tadashi G. Takaokab1fcbec2010-09-27 17:07:09 +090064 <Key
satok4fc510a2010-10-01 19:40:44 +090065 latin:keyLabel="9" />
Tadashi G. Takaokab1fcbec2010-09-27 17:07:09 +090066 <Key
Tadashi G. Takaokaf12023c2010-11-12 09:50:19 -080067 latin:keyLabel="0"
68 latin:popupKeyboard="@xml/kbd_popup_template"
69 latin:popupCharacters="ⁿ∅" />
Tadashi G. Takaokab1fcbec2010-09-27 17:07:09 +090070 <Key
satok4fc510a2010-10-01 19:40:44 +090071 latin:codes="@integer/key_delete"
72 latin:keyIcon="@drawable/sym_keyboard_delete"
73 latin:iconPreview="@drawable/sym_keyboard_feedback_delete"
Tadashi G. Takaokae302b192010-11-09 07:32:47 +090074 latin:keyWidth="11.0%p"
satok4fc510a2010-10-01 19:40:44 +090075 latin:isModifier="true"
76 latin:isRepeatable="true"
77 latin:keyEdgeFlags="right" />
Tadashi G. Takaokab1fcbec2010-09-27 17:07:09 +090078 </Row>
79 <Row>
80 <Key
satok4fc510a2010-10-01 19:40:44 +090081 latin:codes="@integer/key_symbol"
82 latin:keyLabel="@string/label_alpha_key"
Tadashi G. Takaokae302b192010-11-09 07:32:47 +090083 latin:keyWidth="9.7%p"
satok4fc510a2010-10-01 19:40:44 +090084 latin:isModifier="true"
85 latin:keyEdgeFlags="left" />
Tadashi G. Takaokab1fcbec2010-09-27 17:07:09 +090086 <Key
satok4fc510a2010-10-01 19:40:44 +090087 latin:keyLabel="\@" />
Tadashi G. Takaokab1fcbec2010-09-27 17:07:09 +090088 <Key
satok4fc510a2010-10-01 19:40:44 +090089 latin:keyLabel="#" />
Tadashi G. Takaokab1fcbec2010-09-27 17:07:09 +090090 <Key
Tadashi G. Takaokaf12023c2010-11-12 09:50:19 -080091 latin:keyLabel="$"
92 latin:popupKeyboard="@xml/kbd_popup_template"
93 latin:popupCharacters="¢£€¥₣₤₱" />
Tadashi G. Takaokab1fcbec2010-09-27 17:07:09 +090094 <Key
Tadashi G. Takaokaf12023c2010-11-12 09:50:19 -080095 latin:keyLabel="%"
96 latin:popupKeyboard="@xml/kbd_popup_template"
97 latin:popupCharacters="‰" />
Tadashi G. Takaokab1fcbec2010-09-27 17:07:09 +090098 <Key
satok4fc510a2010-10-01 19:40:44 +090099 latin:keyLabel="&amp;" />
Tadashi G. Takaokab1fcbec2010-09-27 17:07:09 +0900100 <Key
Tadashi G. Takaokaf12023c2010-11-12 09:50:19 -0800101 latin:keyLabel="*"
102 latin:popupKeyboard="@xml/kbd_popup_template"
103 latin:popupCharacters="†‡★" />
Tadashi G. Takaokab1fcbec2010-09-27 17:07:09 +0900104 <Key
Tadashi G. Takaokaf12023c2010-11-12 09:50:19 -0800105 latin:keyLabel="-"
106 latin:popupKeyboard="@xml/kbd_popup_template"
107 latin:popupCharacters="_–—" />
Tadashi G. Takaokab1fcbec2010-09-27 17:07:09 +0900108 <Key
Tadashi G. Takaokaf12023c2010-11-12 09:50:19 -0800109 latin:keyLabel="+"
110 latin:popupKeyboard="@xml/kbd_popup_template"
111 latin:popupCharacters="±" />
Tadashi G. Takaokab1fcbec2010-09-27 17:07:09 +0900112 <Key
Tadashi G. Takaokaf12023c2010-11-12 09:50:19 -0800113 latin:keyLabel="("
114 latin:popupKeyboard="@xml/kbd_popup_template"
115 latin:popupCharacters="[{&lt;" />
Tadashi G. Takaokab1fcbec2010-09-27 17:07:09 +0900116 <Key
Tadashi G. Takaokaf12023c2010-11-12 09:50:19 -0800117 latin:keyLabel=")"
118 latin:popupKeyboard="@xml/kbd_popup_template"
119 latin:popupCharacters="]}&gt;" />
Tadashi G. Takaokab1fcbec2010-09-27 17:07:09 +0900120 <Key
satok4fc510a2010-10-01 19:40:44 +0900121 latin:codes="@integer/key_return"
122 latin:keyIcon="@drawable/sym_keyboard_return"
123 latin:iconPreview="@drawable/sym_keyboard_feedback_return"
Tadashi G. Takaokae302b192010-11-09 07:32:47 +0900124 latin:keyWidth="8.3%p"
satok4fc510a2010-10-01 19:40:44 +0900125 latin:isModifier="true"
126 latin:keyEdgeFlags="right" />
Tadashi G. Takaokab1fcbec2010-09-27 17:07:09 +0900127 </Row>
128 <Row>
129 <Key
satok4fc510a2010-10-01 19:40:44 +0900130 latin:codes="@integer/key_shift"
Tadashi G. Takaoka66e306d2010-10-02 15:17:27 +0900131 latin:keyLabel="@string/label_more_key"
satok4fc510a2010-10-01 19:40:44 +0900132 latin:iconPreview="@drawable/sym_keyboard_feedback_shift"
Tadashi G. Takaokae302b192010-11-09 07:32:47 +0900133 latin:keyWidth="13.1%p"
satok4fc510a2010-10-01 19:40:44 +0900134 latin:isModifier="true"
135 latin:isSticky="true"
136 latin:keyEdgeFlags="left" />
Tadashi G. Takaokab1fcbec2010-09-27 17:07:09 +0900137 <Key
Tadashi G. Takaokaf12023c2010-11-12 09:50:19 -0800138 latin:keyLabel="&quot;"
139 latin:popupKeyboard="@xml/kbd_popup_template"
140 latin:popupCharacters="“”«»˝" />
Tadashi G. Takaokab1fcbec2010-09-27 17:07:09 +0900141 <Key
satok4fc510a2010-10-01 19:40:44 +0900142 latin:keyLabel="\'" />
Tadashi G. Takaokab1fcbec2010-09-27 17:07:09 +0900143 <Key
satok4fc510a2010-10-01 19:40:44 +0900144 latin:keyLabel=":" />
Tadashi G. Takaokab1fcbec2010-09-27 17:07:09 +0900145 <Key
satok4fc510a2010-10-01 19:40:44 +0900146 latin:keyLabel=";" />
Tadashi G. Takaokab1fcbec2010-09-27 17:07:09 +0900147 <Key
satok4fc510a2010-10-01 19:40:44 +0900148 latin:keyLabel="/" />
Tadashi G. Takaokab1fcbec2010-09-27 17:07:09 +0900149 <Key
satok4fc510a2010-10-01 19:40:44 +0900150 latin:keyLabel="," />
Tadashi G. Takaokab1fcbec2010-09-27 17:07:09 +0900151 <Key
satok4fc510a2010-10-01 19:40:44 +0900152 latin:keyLabel="." />
Tadashi G. Takaokab1fcbec2010-09-27 17:07:09 +0900153 <Key
Tadashi G. Takaokaf12023c2010-11-12 09:50:19 -0800154 latin:keyLabel="!"
155 latin:popupKeyboard="@xml/kbd_popup_template"
156 latin:popupCharacters="¡" />
Tadashi G. Takaokae302b192010-11-09 07:32:47 +0900157 <Key
Tadashi G. Takaokaf12023c2010-11-12 09:50:19 -0800158 latin:keyLabel="\?"
159 latin:popupKeyboard="@xml/kbd_popup_template"
160 latin:popupCharacters="¿" />
Tadashi G. Takaokab1fcbec2010-09-27 17:07:09 +0900161 <Key
satok4fc510a2010-10-01 19:40:44 +0900162 latin:codes="@integer/key_shift"
Tadashi G. Takaoka66e306d2010-10-02 15:17:27 +0900163 latin:keyLabel="@string/label_more_key"
satok4fc510a2010-10-01 19:40:44 +0900164 latin:iconPreview="@drawable/sym_keyboard_feedback_shift"
Tadashi G. Takaokae302b192010-11-09 07:32:47 +0900165 latin:keyWidth="13.1%p"
satok4fc510a2010-10-01 19:40:44 +0900166 latin:isModifier="true"
167 latin:isSticky="true"
168 latin:keyEdgeFlags="right" />
Tadashi G. Takaokab1fcbec2010-09-27 17:07:09 +0900169 </Row>
Tadashi G. Takaokab514d3f2010-09-28 09:39:19 +0900170 <!-- This row is intentionally not marked as a bottom row -->
Tadashi G. Takaoka4d3a4dc2010-10-09 01:06:26 +0900171 <Row>
Tadashi G. Takaoka58bfa352010-10-19 17:08:54 +0900172 <Spacer
Tadashi G. Takaokae302b192010-11-09 07:32:47 +0900173 latin:horizontalGap="31.5%p" />
Tadashi G. Takaokab1fcbec2010-09-27 17:07:09 +0900174 <Key
satok4fc510a2010-10-01 19:40:44 +0900175 latin:codes="@integer/key_space"
176 latin:keyIcon="@drawable/sym_keyboard_space"
177 latin:iconPreview="@drawable/sym_keyboard_feedback_space"
Tadashi G. Takaokae302b192010-11-09 07:32:47 +0900178 latin:keyWidth="37.0%p"
satok4fc510a2010-10-01 19:40:44 +0900179 latin:isModifier="true" />
Tadashi G. Takaokab1fcbec2010-09-27 17:07:09 +0900180 </Row>
181</Keyboard>