blob: ba0715cd44dad49e1fe0509907fc1de2349a3db7 [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. Takaokab1fcbec2010-09-27 17:07:09 +090023>
Tadashi G. Takaoka7f0befe2010-11-23 23:59:56 -080024 <include
25 latin:keyboardLayout="@xml/kbd_key_styles" />
Tadashi G. Takaoka61351422011-02-24 14:49:27 +090026 <include
27 latin:keyboardLayout="@xml/kbd_currency_key_styles" />
Tadashi G. Takaoka7c25ad42010-11-20 16:17:04 -080028 <Row
Tadashi G. Takaoka327763e2011-05-30 20:05:50 +090029 latin:keyWidth="8.282%p"
Tadashi G. Takaoka7c25ad42010-11-20 16:17:04 -080030 >
Tadashi G. Takaokab1fcbec2010-09-27 17:07:09 +090031 <Key
Tadashi G. Takaoka7f0befe2010-11-23 23:59:56 -080032 latin:keyStyle="tabKeyStyle"
33 latin:keyLabelOption="alignLeft"
Tadashi G. Takaoka426723a2011-07-18 17:14:50 -070034 latin:keyWidth="7.969%p" />
Tadashi G. Takaokab1fcbec2010-09-27 17:07:09 +090035 <Key
Tadashi G. Takaoka6989e0b2011-07-12 20:49:04 -070036 latin:keyLabel="@string/keylabel_for_symbols_1"
37 latin:popupCharacters="@string/alternates_for_symbols_1" />
Tadashi G. Takaokab1fcbec2010-09-27 17:07:09 +090038 <Key
Tadashi G. Takaoka6989e0b2011-07-12 20:49:04 -070039 latin:keyLabel="@string/keylabel_for_symbols_2"
40 latin:popupCharacters="@string/alternates_for_symbols_2" />
Tadashi G. Takaokab1fcbec2010-09-27 17:07:09 +090041 <Key
Tadashi G. Takaoka6989e0b2011-07-12 20:49:04 -070042 latin:keyLabel="@string/keylabel_for_symbols_3"
43 latin:popupCharacters="@string/alternates_for_symbols_3" />
Tadashi G. Takaokab1fcbec2010-09-27 17:07:09 +090044 <Key
Tadashi G. Takaoka6989e0b2011-07-12 20:49:04 -070045 latin:keyLabel="@string/keylabel_for_symbols_4"
46 latin:popupCharacters="@string/alternates_for_symbols_4" />
Tadashi G. Takaokab1fcbec2010-09-27 17:07:09 +090047 <Key
Tadashi G. Takaoka6989e0b2011-07-12 20:49:04 -070048 latin:keyLabel="@string/keylabel_for_symbols_5"
49 latin:popupCharacters="@string/alternates_for_symbols_5" />
Tadashi G. Takaokab1fcbec2010-09-27 17:07:09 +090050 <Key
Tadashi G. Takaoka6989e0b2011-07-12 20:49:04 -070051 latin:keyLabel="@string/keylabel_for_symbols_6"
52 latin:popupCharacters="@string/alternates_for_symbols_6" />
Tadashi G. Takaokab1fcbec2010-09-27 17:07:09 +090053 <Key
Tadashi G. Takaoka6989e0b2011-07-12 20:49:04 -070054 latin:keyLabel="@string/keylabel_for_symbols_7"
55 latin:popupCharacters="@string/alternates_for_symbols_7" />
Tadashi G. Takaokab1fcbec2010-09-27 17:07:09 +090056 <Key
Tadashi G. Takaoka6989e0b2011-07-12 20:49:04 -070057 latin:keyLabel="@string/keylabel_for_symbols_8"
58 latin:popupCharacters="@string/alternates_for_symbols_8" />
Tadashi G. Takaokab1fcbec2010-09-27 17:07:09 +090059 <Key
Tadashi G. Takaoka6989e0b2011-07-12 20:49:04 -070060 latin:keyLabel="@string/keylabel_for_symbols_9"
61 latin:popupCharacters="@string/alternates_for_symbols_9" />
Tadashi G. Takaokab1fcbec2010-09-27 17:07:09 +090062 <Key
Tadashi G. Takaoka6989e0b2011-07-12 20:49:04 -070063 latin:keyLabel="@string/keylabel_for_symbols_0"
64 latin:popupCharacters="@string/alternates_for_symbols_0" />
Tadashi G. Takaokab1fcbec2010-09-27 17:07:09 +090065 <Key
Tadashi G. Takaoka7f0befe2010-11-23 23:59:56 -080066 latin:keyStyle="deleteKeyStyle"
Tadashi G. Takaoka327763e2011-05-30 20:05:50 +090067 latin:keyXPos="-9.219%p"
Tadashi G. Takaoka426723a2011-07-18 17:14:50 -070068 latin:keyWidth="fillRight" />
Tadashi G. Takaokab1fcbec2010-09-27 17:07:09 +090069 </Row>
Tadashi G. Takaoka7c25ad42010-11-20 16:17:04 -080070 <Row
Tadashi G. Takaoka327763e2011-05-30 20:05:50 +090071 latin:keyWidth="8.125%p"
Tadashi G. Takaoka7c25ad42010-11-20 16:17:04 -080072 >
Tadashi G. Takaokab1fcbec2010-09-27 17:07:09 +090073 <Key
Tadashi G. Takaoka7f0befe2010-11-23 23:59:56 -080074 latin:keyStyle="toAlphaKeyStyle"
75 latin:keyLabelOption="alignLeft"
Tadashi G. Takaoka426723a2011-07-18 17:14:50 -070076 latin:keyWidth="11.172%p" />
Tadashi G. Takaokab1fcbec2010-09-27 17:07:09 +090077 <Key
satok4fc510a2010-10-01 19:40:44 +090078 latin:keyLabel="#" />
Tadashi G. Takaokab1fcbec2010-09-27 17:07:09 +090079 <Key
Tadashi G. Takaoka61351422011-02-24 14:49:27 +090080 latin:keyStyle="currencyKeyStyle" />
Tadashi G. Takaokab1fcbec2010-09-27 17:07:09 +090081 <Key
Tadashi G. Takaoka7c2b3a42011-07-19 18:28:54 -070082 latin:keyLabel="@string/keylabel_for_symbols_percent"
83 latin:popupCharacters="@string/alternates_for_symbols_percent" />
Tadashi G. Takaokab1fcbec2010-09-27 17:07:09 +090084 <Key
satok4fc510a2010-10-01 19:40:44 +090085 latin:keyLabel="&amp;" />
Tadashi G. Takaokab1fcbec2010-09-27 17:07:09 +090086 <Key
Tadashi G. Takaokaf12023c2010-11-12 09:50:19 -080087 latin:keyLabel="*"
Tadashi G. Takaoka9b6d1d52010-12-14 15:31:47 +090088 latin:popupCharacters="†,‡,★" />
Tadashi G. Takaokab1fcbec2010-09-27 17:07:09 +090089 <Key
Tadashi G. Takaokaf12023c2010-11-12 09:50:19 -080090 latin:keyLabel="-"
Tadashi G. Takaoka9b6d1d52010-12-14 15:31:47 +090091 latin:popupCharacters="_,–,—" />
Tadashi G. Takaokab1fcbec2010-09-27 17:07:09 +090092 <Key
Tadashi G. Takaokaf12023c2010-11-12 09:50:19 -080093 latin:keyLabel="+"
Tadashi G. Takaokaf12023c2010-11-12 09:50:19 -080094 latin:popupCharacters="±" />
Tadashi G. Takaokab1fcbec2010-09-27 17:07:09 +090095 <Key
Tadashi G. Takaokaf12023c2010-11-12 09:50:19 -080096 latin:keyLabel="("
Tadashi G. Takaoka9b6d1d52010-12-14 15:31:47 +090097 latin:popupCharacters="[,{,&lt;" />
Tadashi G. Takaokab1fcbec2010-09-27 17:07:09 +090098 <Key
Tadashi G. Takaokaf12023c2010-11-12 09:50:19 -080099 latin:keyLabel=")"
Tadashi G. Takaoka9b6d1d52010-12-14 15:31:47 +0900100 latin:popupCharacters="],},&gt;" />
Tadashi G. Takaokab1fcbec2010-09-27 17:07:09 +0900101 <Key
Tadashi G. Takaoka7f0befe2010-11-23 23:59:56 -0800102 latin:keyStyle="returnKeyStyle"
Tadashi G. Takaoka327763e2011-05-30 20:05:50 +0900103 latin:keyXPos="-15.704%p"
Tadashi G. Takaoka426723a2011-07-18 17:14:50 -0700104 latin:keyWidth="fillBoth" />
Tadashi G. Takaokab1fcbec2010-09-27 17:07:09 +0900105 </Row>
Tadashi G. Takaoka7c25ad42010-11-20 16:17:04 -0800106 <Row
Tadashi G. Takaoka327763e2011-05-30 20:05:50 +0900107 latin:keyWidth="8.047%p"
Tadashi G. Takaoka7c25ad42010-11-20 16:17:04 -0800108 >
Tadashi G. Takaokab1fcbec2010-09-27 17:07:09 +0900109 <Key
Tadashi G. Takaoka7f0befe2010-11-23 23:59:56 -0800110 latin:keyStyle="moreKeyStyle"
Tadashi G. Takaoka426723a2011-07-18 17:14:50 -0700111 latin:keyWidth="13.829%p" />
Tadashi G. Takaokab1fcbec2010-09-27 17:07:09 +0900112 <Key
Tadashi G. Takaoka7c25ad42010-11-20 16:17:04 -0800113 latin:keyLabel="&lt;"
Tadashi G. Takaoka9b6d1d52010-12-14 15:31:47 +0900114 latin:popupCharacters="≤,«,‹" />
Tadashi G. Takaokab1fcbec2010-09-27 17:07:09 +0900115 <Key
Tadashi G. Takaoka7c25ad42010-11-20 16:17:04 -0800116 latin:keyLabel="&gt;"
Tadashi G. Takaoka9b6d1d52010-12-14 15:31:47 +0900117 latin:popupCharacters="≥,»,›" />
Tadashi G. Takaoka7c25ad42010-11-20 16:17:04 -0800118 <Key
Tadashi G. Takaoka560497c2010-12-02 11:47:09 +0900119 latin:keyLabel="="
Tadashi G. Takaoka9b6d1d52010-12-14 15:31:47 +0900120 latin:popupCharacters="≠,≈" />
Tadashi G. Takaokadd0ac4a2011-03-01 11:58:41 -0800121 <switch>
122 <case
Tadashi G. Takaokadd0ac4a2011-03-01 11:58:41 -0800123 latin:mode="url"
124 >
125 <Key
Tadashi G. Takaokab05c9132011-05-13 12:36:49 +0900126 latin:keyLabel="\'"
127 latin:popupCharacters="‘,’,‚,‛" />
Tadashi G. Takaokadd0ac4a2011-03-01 11:58:41 -0800128 </case>
129 <default>
130 <Key
131 latin:keyLabel=":" />
132 </default>
133 </switch>
Tadashi G. Takaokab1fcbec2010-09-27 17:07:09 +0900134 <Key
Tadashi G. Takaoka6989e0b2011-07-12 20:49:04 -0700135 latin:keyLabel="@string/keylabel_for_symbols_semicolon"
136 latin:popupCharacters="@string/alternates_for_symbols_semicolon" />
Tadashi G. Takaokaabd73922011-06-02 21:11:45 +0900137 <Key
Tadashi G. Takaoka6989e0b2011-07-12 20:49:04 -0700138 latin:keyLabel="@string/keylabel_for_symbols_comma"
139 latin:popupCharacters="@string/alternates_for_symbols_comma" />
Tadashi G. Takaokaabd73922011-06-02 21:11:45 +0900140 <Key
141 latin:keyLabel="." />
142 <Key
143 latin:keyLabel="!"
144 latin:popupCharacters="¡" />
145 <Key
Tadashi G. Takaoka6989e0b2011-07-12 20:49:04 -0700146 latin:keyLabel="@string/keylabel_for_symbols_question"
147 latin:popupCharacters="@string/alternates_for_symbols_question" />
Tadashi G. Takaokab1fcbec2010-09-27 17:07:09 +0900148 <Key
Tadashi G. Takaoka7f0befe2010-11-23 23:59:56 -0800149 latin:keyStyle="moreKeyStyle"
Tadashi G. Takaoka327763e2011-05-30 20:05:50 +0900150 latin:keyXPos="-13.750%p"
Tadashi G. Takaoka426723a2011-07-18 17:14:50 -0700151 latin:keyWidth="fillBoth" />
Tadashi G. Takaokab1fcbec2010-09-27 17:07:09 +0900152 </Row>
Tadashi G. Takaoka7c25ad42010-11-20 16:17:04 -0800153 <Row
Tadashi G. Takaoka327763e2011-05-30 20:05:50 +0900154 latin:keyWidth="8.047%p"
Tadashi G. Takaoka7c25ad42010-11-20 16:17:04 -0800155 >
Tadashi G. Takaoka4199e292011-02-23 20:31:08 +0900156 <switch>
Tadashi G. Takaokaabd73922011-06-02 21:11:45 +0900157 <case
158 latin:hasSettingsKey="true"
159 >
Tadashi G. Takaoka4199e292011-02-23 20:31:08 +0900160 <Key
Tadashi G. Takaoka327763e2011-05-30 20:05:50 +0900161 latin:keyStyle="settingsKeyStyle"
162 latin:keyWidth="8.047%p" />
Tadashi G. Takaoka4199e292011-02-23 20:31:08 +0900163 </case>
Tadashi G. Takaoka4199e292011-02-23 20:31:08 +0900164 </switch>
Tadashi G. Takaoka7c25ad42010-11-20 16:17:04 -0800165 <Key
Tadashi G. Takaoka327763e2011-05-30 20:05:50 +0900166 latin:keyLabel="/"
167 latin:keyXPos="15.157%p" />
Tadashi G. Takaoka7c25ad42010-11-20 16:17:04 -0800168 <Key
169 latin:keyLabel="\@" />
Tadashi G. Takaokab1fcbec2010-09-27 17:07:09 +0900170 <Key
Tadashi G. Takaoka7f0befe2010-11-23 23:59:56 -0800171 latin:keyStyle="spaceKeyStyle"
Tadashi G. Takaoka327763e2011-05-30 20:05:50 +0900172 latin:keyXPos="31.250%p"
173 latin:keyWidth="37.500%p" />
Tadashi G. Takaokaabd73922011-06-02 21:11:45 +0900174 <!-- Note: DroidSans doesn't have double-high-reversed-quotation '\u201f' glyph. -->
175 <!-- latin:popupCharacters="“,”,„,‟,«,»,‘,’,‚,‛" -->
176 <Key
177 latin:keyLabel="&quot;"
178 latin:popupCharacters="“,”,«,»,‘,’,‚,‛" />
179 <Key
180 latin:keyLabel="_" />
Tadashi G. Takaoka0f901aa2011-01-13 13:43:39 +0900181 <switch>
182 <case
183 latin:voiceKeyEnabled="true"
184 >
185 <Key
Tadashi G. Takaokac2a21782011-06-21 23:38:42 +0900186 latin:keyStyle="shortcutKeyStyle"
Tadashi G. Takaoka327763e2011-05-30 20:05:50 +0900187 latin:keyXPos="-8.047%p"
188 latin:keyWidth="fillRight" />
Tadashi G. Takaoka0f901aa2011-01-13 13:43:39 +0900189 </case>
190 </switch>
Tadashi G. Takaokab1fcbec2010-09-27 17:07:09 +0900191 </Row>
192</Keyboard>