LatinIME/java/res/xml/rows_symbols_shift.xml

125 lines
3.8 KiB
XML
Raw Normal View History

<?xml version="1.0" encoding="utf-8"?>
<!--
/*
**
** Copyright 2008, 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"
>
<include
latin:keyboardLayout="@xml/key_styles_common" />
<include
latin:keyboardLayout="@xml/key_styles_currency" />
<Row
latin:keyWidth="10%p"
>
<Key
latin:keyLabel="~" />
<Key
latin:keyLabel="`" />
<Key
latin:keyLabel="|" />
<!-- \u2022: "•" BULLET -->
<Key
latin:keyLabel="\u2022"
latin:moreKeys="@string/more_keys_for_bullet" />
<!-- \u221a: "√" SQUARE ROOT -->
<Key
latin:keyLabel="\u221a" />
<!-- \u03c0: "π" GREEK SMALL LETTER PI -->
<Key
latin:keyLabel="\u03c0"
latin:moreKeys="Π" />
<!-- \u00f7: "÷" DIVISION SIGN -->
<Key
latin:keyLabel="\u00f7" />
<!-- \u00d7: "×" MULTIPLICATION SIGN -->
<Key
latin:keyLabel="\u00d7" />
<include
latin:keyboardLayout="@xml/keys_curly_brackets" />
</Row>
<Row
latin:keyWidth="10%p"
>
<Key
latin:keyStyle="nonSpecialBackgroundTabKeyStyle" />
<Key
latin:keyStyle="moreCurrency1KeyStyle" />
<Key
latin:keyStyle="moreCurrency2KeyStyle" />
<Key
latin:keyStyle="moreCurrency3KeyStyle" />
<!-- \u00b0: "°" DEGREE SIGN
\u2032: "" PRIME
\u2033: "″" DOUBLE PRIME -->
<Key
latin:keyLabel="\u00b0"
latin:moreKeys="\u2032,\u2033" />
<!-- \u2191: "↑" UPWARDS ARROW
\u2193: "↓" DOWNWARDS ARROW
\u2190: "←" LEFTWARDS ARROW
\u2192: "→" RIGHTWARDS ARROW -->
<Key
latin:keyLabel="^"
latin:moreKeys="\u2191,\u2193,\u2190,\u2192" />
<Key
latin:keyLabel="_" />
<!-- \u2260: "≠" NOT EQUAL TO
\u2248: "≈" ALMOST EQUAL TO
\u221e: "∞" INFINITY -->
<Key
latin:keyLabel="="
latin:moreKeys="\u2260,\u2248,\u221e" />
<include
latin:keyboardLayout="@xml/keys_square_brackets" />
</Row>
<Row
latin:keyWidth="10%p"
>
<Key
latin:keyStyle="backFromMoreSymbolKeyStyle"
latin:keyWidth="15%p"
latin:visualInsetsRight="1%p" />
<!-- \u2122: "™" TRADE MARK SIGN -->
<Key
latin:keyLabel="\u2122" />
<!-- \u00ae: "®" REGISTERED SIGN -->
<Key
latin:keyLabel="\u00ae" />
<!-- \u00a9: "©" COPYRIGHT SIGN -->
<Key
latin:keyLabel="\u00a9" />
<!-- \u00b6: "¶" PILCROW SIGN
\u00a7: "§" SECTION SIGN -->
<Key
latin:keyLabel="\u00b6"
latin:moreKeys="\u00a7" />
<Key
latin:keyLabel="\\" />
<include
latin:keyboardLayout="@xml/keys_less_greater" />
<Key
latin:keyStyle="deleteKeyStyle"
latin:keyWidth="fillRight"
latin:visualInsetsLeft="1%p" />
</Row>
<include
latin:keyboardLayout="@xml/row_symbols_shift4" />
</merge>