• 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    <switch>
25        <case
26            latin:keyboardLayoutSetElement="alphabet|alphabetAutomaticShifted"
27        >
28            <!-- U+00AC: "¬" NOT SIGN -->
29            <Key
30                latin:keyLabel="`"
31                latin:moreKeys="~"
32                latin:additionalMoreKeys="&#x00AC;" />
33            <!-- U+00A1: "¡" NVERTED EXCLAMATION MARK -->
34            <Key
35                latin:keyLabel="1"
36                latin:additionalMoreKeys="!"
37                latin:moreKeys="&#x00A1;,!text/more_keys_for_symbols_1" />
38            <Key
39                latin:keyLabel="2"
40                latin:additionalMoreKeys="\@"
41                latin:moreKeys="!text/more_keys_for_symbols_2" />
42            <Key
43                latin:keyLabel="3"
44                latin:additionalMoreKeys="#"
45                latin:moreKeys="!text/more_keys_for_symbols_3" />
46            <Key
47                latin:keyLabel="4"
48                latin:additionalMoreKeys="$"
49                latin:moreKeys="!text/more_keys_for_symbols_4" />
50            <Key
51                latin:keyLabel="5"
52                latin:additionalMoreKeys="\\%"
53                latin:moreKeys="!text/more_keys_for_symbols_5" />
54            <Key
55                latin:keyLabel="6"
56                latin:additionalMoreKeys="^"
57                latin:moreKeys="!text/more_keys_for_symbols_6" />
58            <Key
59                latin:keyLabel="7"
60                latin:additionalMoreKeys="&amp;"
61                latin:moreKeys="!text/more_keys_for_symbols_7" />
62            <Key
63                latin:keyLabel="8"
64                latin:additionalMoreKeys="*,%"
65                latin:moreKeys="!text/more_keys_for_symbols_8" />
66            <Key
67                latin:keyLabel="9"
68                latin:additionalMoreKeys="("
69                latin:moreKeys="!text/more_keys_for_symbols_9" />
70            <Key
71                latin:keyLabel="0"
72                latin:additionalMoreKeys=")"
73                latin:moreKeys="!text/more_keys_for_symbols_0" />
74            <Key
75                latin:keyLabel="-"
76                latin:moreKeys="_" />
77            <Key
78                latin:keyLabel="="
79                latin:moreKeys="+" />
80        </case>
81        <!-- keyboardLayoutSetElement="alphabet*Shifted|symbols*" -->
82        <default>
83            <include
84                latin:keyboardLayout="@xml/keys_pcqwerty_symbols1" />
85        </default>
86    </switch>
87</merge>
88