blob: 0dd2177e82d2927e3d1d1660d9c4ac569c8cdff0 [file] [log] [blame]
Tadashi G. Takaokaff4d21b2010-10-08 01:15:00 +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<merge
22 xmlns:latin="http://schemas.android.com/apk/res/com.android.inputmethod.latin"
23>
24 <Row
Tadashi G. Takaokaff4d21b2010-10-08 01:15:00 +090025 latin:keyWidth="10%p"
Tadashi G. Takaokaff4d21b2010-10-08 01:15:00 +090026 >
Tadashi G. Takaoka05bfd182012-02-16 23:14:14 -080027 <Key
28 latin:keyStyle="toSymbolKeyStyle"
29 latin:keyWidth="15%p" />
Tadashi G. Takaokab0465112010-11-11 15:28:14 -080030 <switch>
31 <case
Tadashi G. Takaoka05bfd182012-02-16 23:14:14 -080032 latin:mode="url"
Tadashi G. Takaokab0465112010-11-11 15:28:14 -080033 >
Tadashi G. Takaokab0465112010-11-11 15:28:14 -080034 <Key
Tadashi G. Takaoka05bfd182012-02-16 23:14:14 -080035 latin:keyLabel="/"
36 latin:keyStyle="f1MoreKeysStyle" />
Tadashi G. Takaokae00d44d2011-07-29 18:41:12 -070037 </case>
Tadashi G. Takaoka05bfd182012-02-16 23:14:14 -080038 <case
39 latin:mode="email"
40 >
41 <Key
42 latin:keyLabel="\@"
43 latin:keyStyle="f1MoreKeysStyle" />
44 </case>
45 <case
46 latin:hasShortcutKey="true"
47 >
48 <Key
49 latin:keyStyle="shortcutKeyStyle" />
50 </case>
51 <!-- latin:hasShortcutKey="false" -->
Tadashi G. Takaokae00d44d2011-07-29 18:41:12 -070052 <default>
53 <Key
Tadashi G. Takaoka05bfd182012-02-16 23:14:14 -080054 latin:keyLabel="@string/keylabel_for_comma"
55 latin:keyLabelFlags="hasPopupHint"
56 latin:additionalMoreKeys="@string/more_keys_for_comma"
57 latin:keyStyle="f1MoreKeysStyle" />
Tadashi G. Takaoka327763e2011-05-30 20:05:50 +090058 </default>
Tadashi G. Takaokab0465112010-11-11 15:28:14 -080059 </switch>
Tadashi G. Takaoka81d4e3c2012-02-17 17:46:01 -080060 <switch>
61 <case
62 latin:languageSwitchKeyEnabled="true"
63 >
64 <Key
65 latin:keyStyle="languageSwitchKeyStyle" />
66 <Key
67 latin:keyStyle="spaceKeyStyle"
68 latin:keyWidth="40%p" />
69 </case>
70 <!-- languageSwitchKeyEnabled="false" -->
71 <default>
72 <Key
73 latin:keyStyle="spaceKeyStyle"
74 latin:keyWidth="50%p" />
75 </default>
76 </switch>
Tadashi G. Takaoka05bfd182012-02-16 23:14:14 -080077 <Key
78 latin:keyStyle="punctuationKeyStyle" />
79 <Key
80 latin:keyStyle="enterKeyStyle"
81 latin:keyWidth="fillRight" />
Tadashi G. Takaokaff4d21b2010-10-08 01:15:00 +090082 </Row>
83</merge>