Tadashi G. Takaoka | 04448c2 | 2010-11-19 18:45:30 -0800 | [diff] [blame] | 1 | <?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. Takaoka | e00d44d | 2011-07-29 18:41:12 -0700 | [diff] [blame] | 26 | latin:navigateAction="false" |
Tadashi G. Takaoka | 04448c2 | 2010-11-19 18:45:30 -0800 | [diff] [blame] | 27 | > |
Tadashi G. Takaoka | cf4eff3 | 2011-04-07 20:07:12 +0900 | [diff] [blame] | 28 | <switch> |
| 29 | <case |
Tadashi G. Takaoka | c00ffa4 | 2011-06-20 19:17:19 +0900 | [diff] [blame] | 30 | latin:mode="url" |
Tadashi G. Takaoka | cf4eff3 | 2011-04-07 20:07:12 +0900 | [diff] [blame] | 31 | > |
| 32 | <Key |
Tadashi G. Takaoka | c00ffa4 | 2011-06-20 19:17:19 +0900 | [diff] [blame] | 33 | latin:keyLabel="/" |
Tadashi G. Takaoka | 35e675b | 2011-07-31 19:19:32 -0700 | [diff] [blame] | 34 | latin:keyStyle="f1PopupStyle" /> |
Tadashi G. Takaoka | cf4eff3 | 2011-04-07 20:07:12 +0900 | [diff] [blame] | 35 | </case> |
Tadashi G. Takaoka | 708aa80 | 2011-04-20 14:51:32 +0900 | [diff] [blame] | 36 | <case |
Tadashi G. Takaoka | c00ffa4 | 2011-06-20 19:17:19 +0900 | [diff] [blame] | 37 | latin:mode="email" |
Tadashi G. Takaoka | 708aa80 | 2011-04-20 14:51:32 +0900 | [diff] [blame] | 38 | > |
| 39 | <Key |
Tadashi G. Takaoka | c00ffa4 | 2011-06-20 19:17:19 +0900 | [diff] [blame] | 40 | latin:keyLabel="\@" |
Tadashi G. Takaoka | 35e675b | 2011-07-31 19:19:32 -0700 | [diff] [blame] | 41 | latin:keyStyle="f1PopupStyle" /> |
Tadashi G. Takaoka | 708aa80 | 2011-04-20 14:51:32 +0900 | [diff] [blame] | 42 | </case> |
Tadashi G. Takaoka | e00d44d | 2011-07-29 18:41:12 -0700 | [diff] [blame] | 43 | <case |
| 44 | latin:hasShortcutKey="true" |
| 45 | > |
| 46 | <Key |
| 47 | latin:keyStyle="shortcutKeyStyle" /> |
| 48 | </case> |
| 49 | <!-- latin:hasShortcutKey="false" --> |
Tadashi G. Takaoka | cf4eff3 | 2011-04-07 20:07:12 +0900 | [diff] [blame] | 50 | <default> |
Tadashi G. Takaoka | e00d44d | 2011-07-29 18:41:12 -0700 | [diff] [blame] | 51 | <Key |
| 52 | latin:keyLabel="@string/keylabel_for_comma" |
Tadashi G. Takaoka | 97bde43 | 2012-02-16 16:24:03 -0800 | [diff] [blame^] | 53 | latin:keyLabelFlags="hasPopupHint" |
| 54 | latin:additionalMoreKeys="@string/more_keys_for_comma" |
Tadashi G. Takaoka | e00d44d | 2011-07-29 18:41:12 -0700 | [diff] [blame] | 55 | latin:keyStyle="f1PopupStyle" /> |
Tadashi G. Takaoka | c00ffa4 | 2011-06-20 19:17:19 +0900 | [diff] [blame] | 56 | </default> |
| 57 | </switch> |
| 58 | </case> |
Tadashi G. Takaoka | 97bde43 | 2012-02-16 16:24:03 -0800 | [diff] [blame^] | 59 | <!-- TODO: Remove dedicated navigation tab key. --> |
| 60 | <!-- navigateAction="true" --> |
Tadashi G. Takaoka | c00ffa4 | 2011-06-20 19:17:19 +0900 | [diff] [blame] | 61 | <default> |
| 62 | <switch> |
| 63 | <case |
| 64 | latin:mode="url" |
| 65 | > |
Tadashi G. Takaoka | 1844ee7 | 2011-04-08 16:33:20 +0900 | [diff] [blame] | 66 | <Key |
Tadashi G. Takaoka | c00ffa4 | 2011-06-20 19:17:19 +0900 | [diff] [blame] | 67 | latin:keyLabel="/" |
Tadashi G. Takaoka | e00d44d | 2011-07-29 18:41:12 -0700 | [diff] [blame] | 68 | latin:keyWidth="9.2%p" |
Tadashi G. Takaoka | 35e675b | 2011-07-31 19:19:32 -0700 | [diff] [blame] | 69 | latin:keyStyle="f1PopupStyle" /> |
Tadashi G. Takaoka | c00ffa4 | 2011-06-20 19:17:19 +0900 | [diff] [blame] | 70 | </case> |
| 71 | <case |
| 72 | latin:mode="email" |
| 73 | > |
| 74 | <Key |
| 75 | latin:keyLabel="\@" |
Tadashi G. Takaoka | e00d44d | 2011-07-29 18:41:12 -0700 | [diff] [blame] | 76 | latin:keyWidth="9.2%p" |
Tadashi G. Takaoka | 35e675b | 2011-07-31 19:19:32 -0700 | [diff] [blame] | 77 | latin:keyStyle="f1PopupStyle" /> |
Tadashi G. Takaoka | c00ffa4 | 2011-06-20 19:17:19 +0900 | [diff] [blame] | 78 | </case> |
Tadashi G. Takaoka | e00d44d | 2011-07-29 18:41:12 -0700 | [diff] [blame] | 79 | <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. Takaoka | c00ffa4 | 2011-06-20 19:17:19 +0900 | [diff] [blame] | 87 | <default> |
Tadashi G. Takaoka | e00d44d | 2011-07-29 18:41:12 -0700 | [diff] [blame] | 88 | <Key |
| 89 | latin:keyLabel="@string/keylabel_for_comma" |
Tadashi G. Takaoka | 97bde43 | 2012-02-16 16:24:03 -0800 | [diff] [blame^] | 90 | latin:additionalMoreKeys="@string/more_keys_for_comma" |
| 91 | latin:keyStyle="f1PopupStyle" |
| 92 | latin:keyWidth="9.2%p" /> |
| 93 | </default> |
Tadashi G. Takaoka | 0b60f83 | 2010-11-19 14:57:24 -0800 | [diff] [blame] | 94 | </switch> |
Tadashi G. Takaoka | 04448c2 | 2010-11-19 18:45:30 -0800 | [diff] [blame] | 95 | </default> |
| 96 | </switch> |
| 97 | </merge> |