blob: 354558e9d6576b42266bd1bea7b3a6ee3b5c2fc6 [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"
Tadashi G. Takaokacd39f2a2010-11-20 08:03:24 -080032 latin:keyLabel="@string/label_tab_key"
33 latin:keyLabelOption="fontItalic|alignLeft|alignBottom"
Tadashi G. Takaoka58bfa352010-10-19 17:08:54 +090034 latin:keyWidth="7.0%p"
Tadashi G. Takaoka66e306d2010-10-02 15:17:27 +090035 latin:isModifier="true"
satok4fc510a2010-10-01 19:40:44 +090036 latin:keyEdgeFlags="left" />
Tadashi G. Takaokab1fcbec2010-09-27 17:07:09 +090037 <Key
Tadashi G. Takaokaf12023c2010-11-12 09:50:19 -080038 latin:keyLabel="1"
39 latin:popupKeyboard="@xml/kbd_popup_template"
40 latin:popupCharacters="¹½⅓¼⅛" />
Tadashi G. Takaokab1fcbec2010-09-27 17:07:09 +090041 <Key
Tadashi G. Takaokaf12023c2010-11-12 09:50:19 -080042 latin:keyLabel="2"
43 latin:popupKeyboard="@xml/kbd_popup_template"
44 latin:popupCharacters="²⅔" />
Tadashi G. Takaokab1fcbec2010-09-27 17:07:09 +090045 <Key
Tadashi G. Takaokaf12023c2010-11-12 09:50:19 -080046 latin:keyLabel="3"
47 latin:popupKeyboard="@xml/kbd_popup_template"
48 latin:popupCharacters="³¾⅜" />
Tadashi G. Takaokab1fcbec2010-09-27 17:07:09 +090049 <Key
Tadashi G. Takaokaf12023c2010-11-12 09:50:19 -080050 latin:keyLabel="4"
51 latin:popupKeyboard="@xml/kbd_popup_template"
52 latin:popupCharacters="⁴" />
Tadashi G. Takaokab1fcbec2010-09-27 17:07:09 +090053 <Key
Tadashi G. Takaokaf12023c2010-11-12 09:50:19 -080054 latin:keyLabel="5"
55 latin:popupKeyboard="@xml/kbd_popup_template"
56 latin:popupCharacters="⅝" />
Tadashi G. Takaokab1fcbec2010-09-27 17:07:09 +090057 <Key
satok4fc510a2010-10-01 19:40:44 +090058 latin:keyLabel="6" />
Tadashi G. Takaokab1fcbec2010-09-27 17:07:09 +090059 <Key
Tadashi G. Takaokaf12023c2010-11-12 09:50:19 -080060 latin:keyLabel="7"
61 latin:popupKeyboard="@xml/kbd_popup_template"
62 latin:popupCharacters="⅞" />
Tadashi G. Takaokab1fcbec2010-09-27 17:07:09 +090063 <Key
satok4fc510a2010-10-01 19:40:44 +090064 latin:keyLabel="8" />
Tadashi G. Takaokab1fcbec2010-09-27 17:07:09 +090065 <Key
satok4fc510a2010-10-01 19:40:44 +090066 latin:keyLabel="9" />
Tadashi G. Takaokab1fcbec2010-09-27 17:07:09 +090067 <Key
Tadashi G. Takaokaf12023c2010-11-12 09:50:19 -080068 latin:keyLabel="0"
69 latin:popupKeyboard="@xml/kbd_popup_template"
70 latin:popupCharacters="ⁿ∅" />
Tadashi G. Takaokab1fcbec2010-09-27 17:07:09 +090071 <Key
satok4fc510a2010-10-01 19:40:44 +090072 latin:codes="@integer/key_delete"
73 latin:keyIcon="@drawable/sym_keyboard_delete"
74 latin:iconPreview="@drawable/sym_keyboard_feedback_delete"
Tadashi G. Takaokae302b192010-11-09 07:32:47 +090075 latin:keyWidth="11.0%p"
satok4fc510a2010-10-01 19:40:44 +090076 latin:isModifier="true"
77 latin:isRepeatable="true"
78 latin:keyEdgeFlags="right" />
Tadashi G. Takaokab1fcbec2010-09-27 17:07:09 +090079 </Row>
80 <Row>
81 <Key
satok4fc510a2010-10-01 19:40:44 +090082 latin:codes="@integer/key_symbol"
83 latin:keyLabel="@string/label_alpha_key"
Tadashi G. Takaokacd39f2a2010-11-20 08:03:24 -080084 latin:keyLabelOption="fontItalic|alignLeft|alignBottom"
Tadashi G. Takaokae302b192010-11-09 07:32:47 +090085 latin:keyWidth="9.7%p"
satok4fc510a2010-10-01 19:40:44 +090086 latin:isModifier="true"
87 latin:keyEdgeFlags="left" />
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
satok4fc510a2010-10-01 19:40:44 +090091 latin:keyLabel="#" />
Tadashi G. Takaokab1fcbec2010-09-27 17:07:09 +090092 <Key
Tadashi G. Takaokaf12023c2010-11-12 09:50:19 -080093 latin:keyLabel="$"
94 latin:popupKeyboard="@xml/kbd_popup_template"
95 latin:popupCharacters="¢£€¥₣₤₱" />
Tadashi G. Takaokab1fcbec2010-09-27 17:07:09 +090096 <Key
Tadashi G. Takaokaf12023c2010-11-12 09:50:19 -080097 latin:keyLabel="%"
98 latin:popupKeyboard="@xml/kbd_popup_template"
99 latin:popupCharacters="‰" />
Tadashi G. Takaokab1fcbec2010-09-27 17:07:09 +0900100 <Key
satok4fc510a2010-10-01 19:40:44 +0900101 latin:keyLabel="&amp;" />
Tadashi G. Takaokab1fcbec2010-09-27 17:07:09 +0900102 <Key
Tadashi G. Takaokaf12023c2010-11-12 09:50:19 -0800103 latin:keyLabel="*"
104 latin:popupKeyboard="@xml/kbd_popup_template"
105 latin:popupCharacters="†‡★" />
Tadashi G. Takaokab1fcbec2010-09-27 17:07:09 +0900106 <Key
Tadashi G. Takaokaf12023c2010-11-12 09:50:19 -0800107 latin:keyLabel="-"
108 latin:popupKeyboard="@xml/kbd_popup_template"
109 latin:popupCharacters="_–—" />
Tadashi G. Takaokab1fcbec2010-09-27 17:07:09 +0900110 <Key
Tadashi G. Takaokaf12023c2010-11-12 09:50:19 -0800111 latin:keyLabel="+"
112 latin:popupKeyboard="@xml/kbd_popup_template"
113 latin:popupCharacters="±" />
Tadashi G. Takaokab1fcbec2010-09-27 17:07:09 +0900114 <Key
Tadashi G. Takaokaf12023c2010-11-12 09:50:19 -0800115 latin:keyLabel="("
116 latin:popupKeyboard="@xml/kbd_popup_template"
117 latin:popupCharacters="[{&lt;" />
Tadashi G. Takaokab1fcbec2010-09-27 17:07:09 +0900118 <Key
Tadashi G. Takaokaf12023c2010-11-12 09:50:19 -0800119 latin:keyLabel=")"
120 latin:popupKeyboard="@xml/kbd_popup_template"
121 latin:popupCharacters="]}&gt;" />
Tadashi G. Takaokab1fcbec2010-09-27 17:07:09 +0900122 <Key
satok4fc510a2010-10-01 19:40:44 +0900123 latin:codes="@integer/key_return"
Tadashi G. Takaokacd39f2a2010-11-20 08:03:24 -0800124 latin:keyLabel="@string/label_return_key"
125 latin:keyLabelOption="fontItalic|alignRight|alignBottom"
Tadashi G. Takaokae302b192010-11-09 07:32:47 +0900126 latin:keyWidth="8.3%p"
satok4fc510a2010-10-01 19:40:44 +0900127 latin:isModifier="true"
128 latin:keyEdgeFlags="right" />
Tadashi G. Takaokab1fcbec2010-09-27 17:07:09 +0900129 </Row>
130 <Row>
131 <Key
satok4fc510a2010-10-01 19:40:44 +0900132 latin:codes="@integer/key_shift"
Tadashi G. Takaoka66e306d2010-10-02 15:17:27 +0900133 latin:keyLabel="@string/label_more_key"
Tadashi G. Takaokacd39f2a2010-11-20 08:03:24 -0800134 latin:keyLabelOption="fontItalic|alignLeft|alignBottom"
Tadashi G. Takaokae302b192010-11-09 07:32:47 +0900135 latin:keyWidth="13.1%p"
satok4fc510a2010-10-01 19:40:44 +0900136 latin:isModifier="true"
137 latin:isSticky="true"
138 latin:keyEdgeFlags="left" />
Tadashi G. Takaokab1fcbec2010-09-27 17:07:09 +0900139 <Key
Tadashi G. Takaokaf12023c2010-11-12 09:50:19 -0800140 latin:keyLabel="&quot;"
141 latin:popupKeyboard="@xml/kbd_popup_template"
142 latin:popupCharacters="“”«»˝" />
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
satok4fc510a2010-10-01 19:40:44 +0900154 latin:keyLabel="." />
Tadashi G. Takaokab1fcbec2010-09-27 17:07:09 +0900155 <Key
Tadashi G. Takaokaf12023c2010-11-12 09:50:19 -0800156 latin:keyLabel="!"
157 latin:popupKeyboard="@xml/kbd_popup_template"
158 latin:popupCharacters="¡" />
Tadashi G. Takaokae302b192010-11-09 07:32:47 +0900159 <Key
Tadashi G. Takaokaf12023c2010-11-12 09:50:19 -0800160 latin:keyLabel="\?"
161 latin:popupKeyboard="@xml/kbd_popup_template"
162 latin:popupCharacters="¿" />
Tadashi G. Takaokab1fcbec2010-09-27 17:07:09 +0900163 <Key
satok4fc510a2010-10-01 19:40:44 +0900164 latin:codes="@integer/key_shift"
Tadashi G. Takaoka66e306d2010-10-02 15:17:27 +0900165 latin:keyLabel="@string/label_more_key"
satok4fc510a2010-10-01 19:40:44 +0900166 latin:iconPreview="@drawable/sym_keyboard_feedback_shift"
Tadashi G. Takaokacd39f2a2010-11-20 08:03:24 -0800167 latin:keyLabelOption="fontItalic|alignRight|alignBottom"
Tadashi G. Takaokae302b192010-11-09 07:32:47 +0900168 latin:keyWidth="13.1%p"
satok4fc510a2010-10-01 19:40:44 +0900169 latin:isModifier="true"
170 latin:isSticky="true"
171 latin:keyEdgeFlags="right" />
Tadashi G. Takaokab1fcbec2010-09-27 17:07:09 +0900172 </Row>
Tadashi G. Takaokab514d3f2010-09-28 09:39:19 +0900173 <!-- This row is intentionally not marked as a bottom row -->
Tadashi G. Takaoka4d3a4dc2010-10-09 01:06:26 +0900174 <Row>
Tadashi G. Takaoka58bfa352010-10-19 17:08:54 +0900175 <Spacer
Tadashi G. Takaokae302b192010-11-09 07:32:47 +0900176 latin:horizontalGap="31.5%p" />
Tadashi G. Takaokab1fcbec2010-09-27 17:07:09 +0900177 <Key
satok4fc510a2010-10-01 19:40:44 +0900178 latin:codes="@integer/key_space"
179 latin:keyIcon="@drawable/sym_keyboard_space"
180 latin:iconPreview="@drawable/sym_keyboard_feedback_space"
Tadashi G. Takaokae302b192010-11-09 07:32:47 +0900181 latin:keyWidth="37.0%p"
satok4fc510a2010-10-01 19:40:44 +0900182 latin:isModifier="true" />
Tadashi G. Takaokab1fcbec2010-09-27 17:07:09 +0900183 </Row>
184</Keyboard>