• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1<?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>
24    <Key
25        latin:keyLabel="`"
26        latin:additionalMoreKeys="~" />
27    <Key
28        latin:keyLabel="1"
29        latin:additionalMoreKeys="!,!text/more_keys_for_symbols_exclamation"
30        latin:moreKeys="!text/more_keys_for_symbols_1" />
31    <Key
32        latin:keyLabel="2"
33        latin:additionalMoreKeys="\@"
34        latin:moreKeys="!text/more_keys_for_symbols_2" />
35    <Key
36        latin:keyLabel="3"
37        latin:additionalMoreKeys="\#"
38        latin:moreKeys="!text/more_keys_for_symbols_3" />
39    <Key
40        latin:keyLabel="4"
41        latin:additionalMoreKeys="$"
42        latin:moreKeys="!text/more_keys_for_symbols_4" />
43    <Key
44        latin:keyLabel="5"
45        latin:additionalMoreKeys="\\%"
46        latin:moreKeys="!text/more_keys_for_symbols_5" />
47    <Key
48        latin:keyLabel="6"
49        latin:additionalMoreKeys="^"
50        latin:moreKeys="!text/more_keys_for_symbols_6" />
51    <Key
52        latin:keyLabel="7"
53        latin:additionalMoreKeys="&amp;"
54        latin:moreKeys="!text/more_keys_for_symbols_7" />
55    <Key
56        latin:keyLabel="8"
57        latin:additionalMoreKeys="*"
58        latin:moreKeys="!text/more_keys_for_symbols_8" />
59    <Key
60        latin:keyLabel="9"
61        latin:additionalMoreKeys="("
62        latin:moreKeys="!text/more_keys_for_symbols_9" />
63    <Key
64        latin:keyLabel="0"
65        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
71        latin:keyLabel="-"
72        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
78        latin:keyLabel="="
79        latin:additionalMoreKeys="+"
80        latin:moreKeys="!fixedColumnOrder!4,&#x221E;,&#x2260;,&#x2248;,%" />
81</merge>
82