blob: 6068d258a6f27ea243378d7124cd58525f528038 [file] [log] [blame]
Tadashi G. Takaoka04448c22010-11-19 18:45:30 -08001<?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 <switch>
25 <case
Tadashi G. Takaokae00d44d2011-07-29 18:41:12 -070026 latin:navigateAction="false"
Tadashi G. Takaoka04448c22010-11-19 18:45:30 -080027 >
Tadashi G. Takaokacf4eff32011-04-07 20:07:12 +090028 <switch>
29 <case
Tadashi G. Takaokac00ffa42011-06-20 19:17:19 +090030 latin:mode="url"
Tadashi G. Takaokacf4eff32011-04-07 20:07:12 +090031 >
32 <Key
Tadashi G. Takaokac00ffa42011-06-20 19:17:19 +090033 latin:keyLabel="/"
Tadashi G. Takaoka35e675b2011-07-31 19:19:32 -070034 latin:keyStyle="f1PopupStyle" />
Tadashi G. Takaokacf4eff32011-04-07 20:07:12 +090035 </case>
Tadashi G. Takaoka708aa802011-04-20 14:51:32 +090036 <case
Tadashi G. Takaokac00ffa42011-06-20 19:17:19 +090037 latin:mode="email"
Tadashi G. Takaoka708aa802011-04-20 14:51:32 +090038 >
39 <Key
Tadashi G. Takaokac00ffa42011-06-20 19:17:19 +090040 latin:keyLabel="\@"
Tadashi G. Takaoka35e675b2011-07-31 19:19:32 -070041 latin:keyStyle="f1PopupStyle" />
Tadashi G. Takaoka708aa802011-04-20 14:51:32 +090042 </case>
Tadashi G. Takaokae00d44d2011-07-29 18:41:12 -070043 <case
44 latin:hasShortcutKey="true"
45 >
46 <Key
47 latin:keyStyle="shortcutKeyStyle" />
48 </case>
49 <!-- latin:hasShortcutKey="false" -->
Tadashi G. Takaokacf4eff32011-04-07 20:07:12 +090050 <default>
Tadashi G. Takaokae00d44d2011-07-29 18:41:12 -070051 <Key
52 latin:keyLabel="@string/keylabel_for_comma"
Tadashi G. Takaoka97bde432012-02-16 16:24:03 -080053 latin:keyLabelFlags="hasPopupHint"
54 latin:additionalMoreKeys="@string/more_keys_for_comma"
Tadashi G. Takaokae00d44d2011-07-29 18:41:12 -070055 latin:keyStyle="f1PopupStyle" />
Tadashi G. Takaokac00ffa42011-06-20 19:17:19 +090056 </default>
57 </switch>
58 </case>
Tadashi G. Takaoka97bde432012-02-16 16:24:03 -080059 <!-- TODO: Remove dedicated navigation tab key. -->
60 <!-- navigateAction="true" -->
Tadashi G. Takaokac00ffa42011-06-20 19:17:19 +090061 <default>
62 <switch>
63 <case
64 latin:mode="url"
65 >
Tadashi G. Takaoka1844ee72011-04-08 16:33:20 +090066 <Key
Tadashi G. Takaokac00ffa42011-06-20 19:17:19 +090067 latin:keyLabel="/"
Tadashi G. Takaokae00d44d2011-07-29 18:41:12 -070068 latin:keyWidth="9.2%p"
Tadashi G. Takaoka35e675b2011-07-31 19:19:32 -070069 latin:keyStyle="f1PopupStyle" />
Tadashi G. Takaokac00ffa42011-06-20 19:17:19 +090070 </case>
71 <case
72 latin:mode="email"
73 >
74 <Key
75 latin:keyLabel="\@"
Tadashi G. Takaokae00d44d2011-07-29 18:41:12 -070076 latin:keyWidth="9.2%p"
Tadashi G. Takaoka35e675b2011-07-31 19:19:32 -070077 latin:keyStyle="f1PopupStyle" />
Tadashi G. Takaokac00ffa42011-06-20 19:17:19 +090078 </case>
Tadashi G. Takaokae00d44d2011-07-29 18:41:12 -070079 <case
80 latin:hasShortcutKey="true"
81 >
82 <Key
83 latin:keyStyle="shortcutKeyStyle"
84 latin:keyWidth="9.2%p" />
85 </case>
86 <!-- hasShortcutKey="false" -->
Tadashi G. Takaokac00ffa42011-06-20 19:17:19 +090087 <default>
Tadashi G. Takaokae00d44d2011-07-29 18:41:12 -070088 <Key
89 latin:keyLabel="@string/keylabel_for_comma"
Tadashi G. Takaoka97bde432012-02-16 16:24:03 -080090 latin:additionalMoreKeys="@string/more_keys_for_comma"
91 latin:keyStyle="f1PopupStyle"
92 latin:keyWidth="9.2%p" />
93 </default>
Tadashi G. Takaoka0b60f832010-11-19 14:57:24 -080094 </switch>
Tadashi G. Takaoka04448c22010-11-19 18:45:30 -080095 </default>
96 </switch>
97</merge>