114 lines
4.3 KiB
XML
114 lines
4.3 KiB
XML
|
<?xml version="1.0" encoding="utf-8"?>
|
||
|
<!--
|
||
|
/*
|
||
|
**
|
||
|
** Copyright 2012, The Android Open Source Project
|
||
|
**
|
||
|
** Licensed under the Apache License, Version 2.0 (the "License");
|
||
|
** you may not use this file except in compliance with the License.
|
||
|
** You may obtain a copy of the License at
|
||
|
**
|
||
|
** http://www.apache.org/licenses/LICENSE-2.0
|
||
|
**
|
||
|
** Unless required by applicable law or agreed to in writing, software
|
||
|
** distributed under the License is distributed on an "AS IS" BASIS,
|
||
|
** WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||
|
** See the License for the specific language governing permissions and
|
||
|
** limitations under the License.
|
||
|
*/
|
||
|
-->
|
||
|
|
||
|
<merge
|
||
|
xmlns:latin="http://schemas.android.com/apk/res/com.android.inputmethod.latin"
|
||
|
>
|
||
|
<switch>
|
||
|
<case
|
||
|
latin:keyboardLayoutSetElement="symbols|symbolsShifted"
|
||
|
>
|
||
|
<include
|
||
|
latin:keyboardLayout="@xml/keys_pcqwerty_symbols1" />
|
||
|
</case>
|
||
|
<!-- keyboardLayoutSetElement="alphabet*" -->
|
||
|
<default>
|
||
|
<!-- U+00AC: "¬" NOT SIGN -->
|
||
|
<Key
|
||
|
latin:keyLabel="`"
|
||
|
latin:keyHintLabel="~"
|
||
|
latin:additionalMoreKeys="~"
|
||
|
latin:moreKeys="¬"
|
||
|
latin:keyStyle="hasShiftedLetterHintStyle" />
|
||
|
<!-- U+00A1: "¡" NVERTED EXCLAMATION MARK -->
|
||
|
<Key
|
||
|
latin:keyLabel="1"
|
||
|
latin:keyHintLabel="!"
|
||
|
latin:additionalMoreKeys="!"
|
||
|
latin:moreKeys="¡,!text/more_keys_for_symbols_1"
|
||
|
latin:keyStyle="hasShiftedLetterHintStyle" />
|
||
|
<Key
|
||
|
latin:keyLabel="2"
|
||
|
latin:keyHintLabel="\@"
|
||
|
latin:additionalMoreKeys="\@"
|
||
|
latin:moreKeys="!text/more_keys_for_symbols_2"
|
||
|
latin:keyStyle="hasShiftedLetterHintStyle" />
|
||
|
<Key
|
||
|
latin:keyLabel="3"
|
||
|
latin:keyHintLabel="#"
|
||
|
latin:additionalMoreKeys="#"
|
||
|
latin:moreKeys="!text/more_keys_for_symbols_3"
|
||
|
latin:keyStyle="hasShiftedLetterHintStyle" />
|
||
|
<Key
|
||
|
latin:keyLabel="4"
|
||
|
latin:keyHintLabel="$"
|
||
|
latin:additionalMoreKeys="$"
|
||
|
latin:moreKeys="!text/more_keys_for_symbols_4"
|
||
|
latin:keyStyle="hasShiftedLetterHintStyle" />
|
||
|
<Key
|
||
|
latin:keyLabel="5"
|
||
|
latin:keyHintLabel="%"
|
||
|
latin:additionalMoreKeys="\\%"
|
||
|
latin:moreKeys="!text/more_keys_for_symbols_5"
|
||
|
latin:keyStyle="hasShiftedLetterHintStyle" />
|
||
|
<Key
|
||
|
latin:keyLabel="6"
|
||
|
latin:keyHintLabel="^"
|
||
|
latin:additionalMoreKeys="^"
|
||
|
latin:moreKeys="!text/more_keys_for_symbols_6"
|
||
|
latin:keyStyle="hasShiftedLetterHintStyle" />
|
||
|
<Key
|
||
|
latin:keyLabel="7"
|
||
|
latin:keyHintLabel="&"
|
||
|
latin:additionalMoreKeys="&"
|
||
|
latin:moreKeys="!text/more_keys_for_symbols_7"
|
||
|
latin:keyStyle="hasShiftedLetterHintStyle" />
|
||
|
<Key
|
||
|
latin:keyLabel="8"
|
||
|
latin:keyHintLabel="*"
|
||
|
latin:additionalMoreKeys="*"
|
||
|
latin:moreKeys="!text/more_keys_for_symbols_8"
|
||
|
latin:keyStyle="hasShiftedLetterHintStyle" />
|
||
|
<Key
|
||
|
latin:keyLabel="9"
|
||
|
latin:keyHintLabel="("
|
||
|
latin:additionalMoreKeys="("
|
||
|
latin:moreKeys="!text/more_keys_for_symbols_9"
|
||
|
latin:keyStyle="hasShiftedLetterHintStyle" />
|
||
|
<Key
|
||
|
latin:keyLabel="0"
|
||
|
latin:keyHintLabel=")"
|
||
|
latin:additionalMoreKeys=")"
|
||
|
latin:moreKeys="!text/more_keys_for_symbols_0"
|
||
|
latin:keyStyle="hasShiftedLetterHintStyle" />
|
||
|
<Key
|
||
|
latin:keyLabel="-"
|
||
|
latin:keyHintLabel="_"
|
||
|
latin:moreKeys="_"
|
||
|
latin:keyStyle="hasShiftedLetterHintStyle" />
|
||
|
<Key
|
||
|
latin:keyLabel="="
|
||
|
latin:keyHintLabel="+"
|
||
|
latin:moreKeys="+"
|
||
|
latin:keyStyle="hasShiftedLetterHintStyle" />
|
||
|
</default>
|
||
|
</switch>
|
||
|
</merge>
|