blob: fdb50729b8df7b457303765375f08805cbce553f [file] [log] [blame]
Tadashi G. Takaoka49caddb2012-04-23 13:52:26 +09001<?xml version="1.0" encoding="utf-8"?>
2<!--
3/*
4**
5** Copyright 2012, 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>
Tadashi G. Takaoka7f28b3c2013-08-23 22:28:26 +090024 <Key
Tadashi G. Takaoka9684b332014-02-06 15:11:05 +090025 latin:keySpec="`"
Tadashi G. Takaoka7f28b3c2013-08-23 22:28:26 +090026 latin:additionalMoreKeys="~" />
27 <Key
Tadashi G. Takaoka9684b332014-02-06 15:11:05 +090028 latin:keySpec="1"
Ken Wakasa2fa36932013-12-13 17:09:16 +090029 latin:additionalMoreKeys="!,!text/more_keys_for_exclamation"
Tadashi G. Takaoka7f28b3c2013-08-23 22:28:26 +090030 latin:moreKeys="!text/more_keys_for_symbols_1" />
31 <Key
Tadashi G. Takaoka9684b332014-02-06 15:11:05 +090032 latin:keySpec="2"
Tadashi G. Takaoka7f28b3c2013-08-23 22:28:26 +090033 latin:additionalMoreKeys="\@"
34 latin:moreKeys="!text/more_keys_for_symbols_2" />
35 <Key
Tadashi G. Takaoka9684b332014-02-06 15:11:05 +090036 latin:keySpec="3"
Tadashi G. Takaoka7f28b3c2013-08-23 22:28:26 +090037 latin:additionalMoreKeys="\#"
38 latin:moreKeys="!text/more_keys_for_symbols_3" />
39 <Key
Tadashi G. Takaoka9684b332014-02-06 15:11:05 +090040 latin:keySpec="4"
Tadashi G. Takaoka7f28b3c2013-08-23 22:28:26 +090041 latin:additionalMoreKeys="$"
42 latin:moreKeys="!text/more_keys_for_symbols_4" />
43 <Key
Tadashi G. Takaoka9684b332014-02-06 15:11:05 +090044 latin:keySpec="5"
Tadashi G. Takaoka7f28b3c2013-08-23 22:28:26 +090045 latin:additionalMoreKeys="\\%"
46 latin:moreKeys="!text/more_keys_for_symbols_5" />
47 <Key
Tadashi G. Takaoka9684b332014-02-06 15:11:05 +090048 latin:keySpec="6"
Tadashi G. Takaoka7f28b3c2013-08-23 22:28:26 +090049 latin:additionalMoreKeys="^"
50 latin:moreKeys="!text/more_keys_for_symbols_6" />
51 <Key
Tadashi G. Takaoka9684b332014-02-06 15:11:05 +090052 latin:keySpec="7"
Tadashi G. Takaoka7f28b3c2013-08-23 22:28:26 +090053 latin:additionalMoreKeys="&amp;"
54 latin:moreKeys="!text/more_keys_for_symbols_7" />
55 <Key
Tadashi G. Takaoka9684b332014-02-06 15:11:05 +090056 latin:keySpec="8"
Tadashi G. Takaoka7f28b3c2013-08-23 22:28:26 +090057 latin:additionalMoreKeys="*"
58 latin:moreKeys="!text/more_keys_for_symbols_8" />
59 <Key
Tadashi G. Takaoka9684b332014-02-06 15:11:05 +090060 latin:keySpec="9"
Tadashi G. Takaoka7f28b3c2013-08-23 22:28:26 +090061 latin:additionalMoreKeys="("
62 latin:moreKeys="!text/more_keys_for_symbols_9" />
63 <Key
Tadashi G. Takaoka9684b332014-02-06 15:11:05 +090064 latin:keySpec="0"
Tadashi G. Takaoka7f28b3c2013-08-23 22:28:26 +090065 latin:additionalMoreKeys=")"
66 latin:moreKeys="!text/more_keys_for_symbols_0" />
67 <!-- U+2013: "–" EN DASH
68 U+2014: "—" EM DASH
69 U+00B7: "·" MIDDLE DOT -->
70 <Key
Tadashi G. Takaoka9684b332014-02-06 15:11:05 +090071 latin:keySpec="-"
Tadashi G. Takaoka7f28b3c2013-08-23 22:28:26 +090072 latin:additionalMoreKeys="_"
73 latin:moreKeys="&#x2013;,&#x2014;,&#x00B7;" />
74 <!-- U+221E: "∞" INFINITY
75 U+2260: "≠" NOT EQUAL TO
76 U+2248: "≈" ALMOST EQUAL TO -->
77 <Key
Tadashi G. Takaoka9684b332014-02-06 15:11:05 +090078 latin:keySpec="="
Tadashi G. Takaoka7f28b3c2013-08-23 22:28:26 +090079 latin:additionalMoreKeys="+"
80 latin:moreKeys="!fixedColumnOrder!4,&#x221E;,&#x2260;,&#x2248;,%" />
Tadashi G. Takaoka49caddb2012-04-23 13:52:26 +090081</merge>