2010-09-27 09:07:09 +01:00
|
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
|
<!--
|
|
|
|
|
/*
|
|
|
|
|
**
|
2011-07-25 00:35:54 +01:00
|
|
|
|
** Copyright 2011, The Android Open Source Project
|
2010-09-27 09:07:09 +01:00
|
|
|
|
**
|
|
|
|
|
** 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.
|
|
|
|
|
*/
|
|
|
|
|
-->
|
|
|
|
|
|
2011-07-25 00:35:54 +01:00
|
|
|
|
<merge
|
2010-10-01 11:40:44 +01:00
|
|
|
|
xmlns:latin="http://schemas.android.com/apk/res/com.android.inputmethod.latin"
|
2010-09-27 09:07:09 +01:00
|
|
|
|
>
|
2010-11-24 07:59:56 +00:00
|
|
|
|
<include
|
2012-01-27 14:31:30 +00:00
|
|
|
|
latin:keyboardLayout="@xml/key_styles_common" />
|
Currency symbol keys are more aware of locale
* Locale is one of EU, main currency is Euro, and more currencies are
Pound, Yen and Dollar (plus Cent on 10" tablet)
* Locale is GB, main currency is Pound, and more currencies are
Euro, Yen and Dollar (plus Cent on 10" tablet)
* Locale has special currency symbol such as Hebrew,
main currency is the one, and more currencies are
Pound, Euro, Dollar (plus Cent on 10" tablet)
* Other than these, main currency is Dollar, and more currencies are
Pound, Cent, Euro (plus Yen on 10" tablet)
Bug: 5281876
Change-Id: I548dc663bafdb3b3f717f4328fda8dfcbafca2df
2011-09-09 07:23:27 +01:00
|
|
|
|
<include
|
2012-01-27 14:31:30 +00:00
|
|
|
|
latin:keyboardLayout="@xml/key_styles_currency" />
|
2010-11-21 00:17:04 +00:00
|
|
|
|
<Row
|
2011-05-30 12:05:50 +01:00
|
|
|
|
latin:keyWidth="8.282%p"
|
2010-11-21 00:17:04 +00:00
|
|
|
|
>
|
2010-09-27 09:07:09 +01:00
|
|
|
|
<Key
|
2010-11-24 07:59:56 +00:00
|
|
|
|
latin:keyStyle="tabKeyStyle"
|
2011-11-22 03:55:38 +00:00
|
|
|
|
latin:keyLabelFlags="alignLeft"
|
2011-07-19 01:14:50 +01:00
|
|
|
|
latin:keyWidth="7.969%p" />
|
2010-09-27 09:07:09 +01:00
|
|
|
|
<Key
|
2010-11-08 22:32:47 +00:00
|
|
|
|
latin:keyLabel="~" />
|
2010-09-27 09:07:09 +01:00
|
|
|
|
<Key
|
2010-11-08 22:32:47 +00:00
|
|
|
|
latin:keyLabel="`" />
|
2010-09-27 09:07:09 +01:00
|
|
|
|
<Key
|
2010-10-01 11:40:44 +01:00
|
|
|
|
latin:keyLabel="|" />
|
2012-02-14 08:20:00 +00:00
|
|
|
|
<!-- U+2022: "•" BULLET -->
|
2010-09-27 09:07:09 +01:00
|
|
|
|
<Key
|
2012-02-14 08:20:00 +00:00
|
|
|
|
latin:keyLabel="•"
|
2011-10-11 03:10:25 +01:00
|
|
|
|
latin:moreKeys="@string/more_keys_for_bullet" />
|
2012-02-14 08:20:00 +00:00
|
|
|
|
<!-- U+221A: "√" SQUARE ROOT -->
|
2010-09-27 09:07:09 +01:00
|
|
|
|
<Key
|
2012-02-14 08:20:00 +00:00
|
|
|
|
latin:keyLabel="√" />
|
|
|
|
|
<!-- U+03C0: "π" GREEK SMALL LETTER PI
|
|
|
|
|
U+03A0: "Π" GREEK CAPITAL LETTER PI -->
|
2010-09-27 09:07:09 +01:00
|
|
|
|
<Key
|
2012-02-14 08:20:00 +00:00
|
|
|
|
latin:keyLabel="π"
|
|
|
|
|
latin:moreKeys="Π" />
|
|
|
|
|
<!-- U+00F7: "÷" DIVISION SIGN -->
|
2010-09-27 09:07:09 +01:00
|
|
|
|
<Key
|
2012-02-14 08:20:00 +00:00
|
|
|
|
latin:keyLabel="÷" />
|
|
|
|
|
<!-- U+00D7: "×" MULTIPLICATION SIGN -->
|
2010-09-27 09:07:09 +01:00
|
|
|
|
<Key
|
2012-02-14 08:20:00 +00:00
|
|
|
|
latin:keyLabel="×" />
|
|
|
|
|
<!-- U+00A7: "§" SECTION SIGN
|
|
|
|
|
U+00B6: "¶" PILCROW SIGN -->
|
2010-09-27 09:07:09 +01:00
|
|
|
|
<Key
|
2012-02-14 08:20:00 +00:00
|
|
|
|
latin:keyLabel="§"
|
|
|
|
|
latin:moreKeys="¶" />
|
|
|
|
|
<!-- U+0394: "Δ" GREEK CAPITAL LETTER DELTA -->
|
2010-09-27 09:07:09 +01:00
|
|
|
|
<Key
|
2012-02-14 08:20:00 +00:00
|
|
|
|
latin:keyLabel="Δ" />
|
2010-09-27 09:07:09 +01:00
|
|
|
|
<Key
|
2010-11-24 07:59:56 +00:00
|
|
|
|
latin:keyStyle="deleteKeyStyle"
|
2011-05-30 12:05:50 +01:00
|
|
|
|
latin:keyXPos="-9.219%p"
|
2011-07-19 01:14:50 +01:00
|
|
|
|
latin:keyWidth="fillBoth" />
|
2010-09-27 09:07:09 +01:00
|
|
|
|
</Row>
|
2010-11-21 00:17:04 +00:00
|
|
|
|
<Row
|
2011-05-30 12:05:50 +01:00
|
|
|
|
latin:keyWidth="8.125%p"
|
2010-11-21 00:17:04 +00:00
|
|
|
|
>
|
2010-09-27 09:07:09 +01:00
|
|
|
|
<Key
|
2010-11-24 07:59:56 +00:00
|
|
|
|
latin:keyStyle="toAlphaKeyStyle"
|
2011-11-22 03:55:38 +00:00
|
|
|
|
latin:keyLabelFlags="alignLeft"
|
2011-07-19 01:14:50 +01:00
|
|
|
|
latin:keyWidth="11.172%p" />
|
2010-09-27 09:07:09 +01:00
|
|
|
|
<Key
|
Currency symbol keys are more aware of locale
* Locale is one of EU, main currency is Euro, and more currencies are
Pound, Yen and Dollar (plus Cent on 10" tablet)
* Locale is GB, main currency is Pound, and more currencies are
Euro, Yen and Dollar (plus Cent on 10" tablet)
* Locale has special currency symbol such as Hebrew,
main currency is the one, and more currencies are
Pound, Euro, Dollar (plus Cent on 10" tablet)
* Other than these, main currency is Dollar, and more currencies are
Pound, Cent, Euro (plus Yen on 10" tablet)
Bug: 5281876
Change-Id: I548dc663bafdb3b3f717f4328fda8dfcbafca2df
2011-09-09 07:23:27 +01:00
|
|
|
|
latin:keyStyle="moreCurrency1KeyStyle" />
|
2010-09-27 09:07:09 +01:00
|
|
|
|
<Key
|
Currency symbol keys are more aware of locale
* Locale is one of EU, main currency is Euro, and more currencies are
Pound, Yen and Dollar (plus Cent on 10" tablet)
* Locale is GB, main currency is Pound, and more currencies are
Euro, Yen and Dollar (plus Cent on 10" tablet)
* Locale has special currency symbol such as Hebrew,
main currency is the one, and more currencies are
Pound, Euro, Dollar (plus Cent on 10" tablet)
* Other than these, main currency is Dollar, and more currencies are
Pound, Cent, Euro (plus Yen on 10" tablet)
Bug: 5281876
Change-Id: I548dc663bafdb3b3f717f4328fda8dfcbafca2df
2011-09-09 07:23:27 +01:00
|
|
|
|
latin:keyStyle="moreCurrency2KeyStyle" />
|
2010-09-27 09:07:09 +01:00
|
|
|
|
<Key
|
Currency symbol keys are more aware of locale
* Locale is one of EU, main currency is Euro, and more currencies are
Pound, Yen and Dollar (plus Cent on 10" tablet)
* Locale is GB, main currency is Pound, and more currencies are
Euro, Yen and Dollar (plus Cent on 10" tablet)
* Locale has special currency symbol such as Hebrew,
main currency is the one, and more currencies are
Pound, Euro, Dollar (plus Cent on 10" tablet)
* Other than these, main currency is Dollar, and more currencies are
Pound, Cent, Euro (plus Yen on 10" tablet)
Bug: 5281876
Change-Id: I548dc663bafdb3b3f717f4328fda8dfcbafca2df
2011-09-09 07:23:27 +01:00
|
|
|
|
latin:keyStyle="moreCurrency3KeyStyle" />
|
2010-09-27 09:07:09 +01:00
|
|
|
|
<Key
|
Currency symbol keys are more aware of locale
* Locale is one of EU, main currency is Euro, and more currencies are
Pound, Yen and Dollar (plus Cent on 10" tablet)
* Locale is GB, main currency is Pound, and more currencies are
Euro, Yen and Dollar (plus Cent on 10" tablet)
* Locale has special currency symbol such as Hebrew,
main currency is the one, and more currencies are
Pound, Euro, Dollar (plus Cent on 10" tablet)
* Other than these, main currency is Dollar, and more currencies are
Pound, Cent, Euro (plus Yen on 10" tablet)
Bug: 5281876
Change-Id: I548dc663bafdb3b3f717f4328fda8dfcbafca2df
2011-09-09 07:23:27 +01:00
|
|
|
|
latin:keyStyle="moreCurrency4KeyStyle" />
|
2012-02-14 08:20:00 +00:00
|
|
|
|
<!-- U+2191: "↑" UPWARDS ARROW
|
|
|
|
|
U+2193: "↓" DOWNWARDS ARROW
|
|
|
|
|
U+2190: "←" LEFTWARDS ARROW
|
|
|
|
|
U+2192: "→" RIGHTWARDS ARROW -->
|
2010-09-27 09:07:09 +01:00
|
|
|
|
<Key
|
2010-11-12 17:50:19 +00:00
|
|
|
|
latin:keyLabel="^"
|
2012-02-14 08:20:00 +00:00
|
|
|
|
latin:moreKeys="↑,↓,←,→" />
|
|
|
|
|
<!-- U+00B0: "°" DEGREE SIGN
|
|
|
|
|
U+2032: "′" PRIME
|
|
|
|
|
U+2033: "″" DOUBLE PRIME -->
|
|
|
|
|
<Key
|
|
|
|
|
latin:keyLabel="°"
|
|
|
|
|
latin:moreKeys="′,″" />
|
|
|
|
|
<!-- U+00B1: "±" PLUS-MINUS SIGN
|
|
|
|
|
U+221E: "∞" INFINITY -->
|
|
|
|
|
<Key
|
|
|
|
|
latin:keyLabel="±"
|
|
|
|
|
latin:moreKeys="∞" />
|
2012-02-01 10:43:58 +00:00
|
|
|
|
<include
|
|
|
|
|
latin:keyboardLayout="@xml/keys_curly_brackets" />
|
2010-09-27 09:07:09 +01:00
|
|
|
|
<Key
|
2012-02-07 08:07:23 +00:00
|
|
|
|
latin:keyStyle="enterKeyStyle"
|
2011-05-30 12:05:50 +01:00
|
|
|
|
latin:keyXPos="-15.704%p"
|
2011-07-19 01:14:50 +01:00
|
|
|
|
latin:keyWidth="fillBoth" />
|
2010-09-27 09:07:09 +01:00
|
|
|
|
</Row>
|
2010-11-21 00:17:04 +00:00
|
|
|
|
<Row
|
2011-05-30 12:05:50 +01:00
|
|
|
|
latin:keyWidth="8.047%p"
|
2010-11-21 00:17:04 +00:00
|
|
|
|
>
|
2010-09-27 09:07:09 +01:00
|
|
|
|
<Key
|
2011-08-03 07:21:27 +01:00
|
|
|
|
latin:keyStyle="backFromMoreSymbolKeyStyle"
|
2011-07-19 01:14:50 +01:00
|
|
|
|
latin:keyWidth="13.829%p" />
|
2010-12-02 02:47:09 +00:00
|
|
|
|
<Key
|
|
|
|
|
latin:keyLabel="\\" />
|
2012-02-14 08:20:00 +00:00
|
|
|
|
<!-- U+00A9: "©" COPYRIGHT SIGN -->
|
2010-09-27 09:07:09 +01:00
|
|
|
|
<Key
|
2012-02-14 08:20:00 +00:00
|
|
|
|
latin:keyLabel="©" />
|
|
|
|
|
<!-- U+00AE: "®" REGISTERED SIGN -->
|
2010-09-27 09:07:09 +01:00
|
|
|
|
<Key
|
2012-02-14 08:20:00 +00:00
|
|
|
|
latin:keyLabel="®" />
|
|
|
|
|
<!-- U+2122: "™" TRADE MARK SIGN -->
|
2010-09-27 09:07:09 +01:00
|
|
|
|
<Key
|
2012-02-14 08:20:00 +00:00
|
|
|
|
latin:keyLabel="™" />
|
|
|
|
|
<!-- U+2105: "℅" CARE OF -->
|
2010-11-21 00:17:04 +00:00
|
|
|
|
<Key
|
2012-02-14 08:20:00 +00:00
|
|
|
|
latin:keyLabel="℅" />
|
2012-02-01 10:43:58 +00:00
|
|
|
|
<include
|
|
|
|
|
latin:keyboardLayout="@xml/keys_square_brackets" />
|
2012-02-14 08:20:00 +00:00
|
|
|
|
<!-- U+00A1: "¡" INVERTED EXCLAMATION MARK -->
|
2010-09-27 09:07:09 +01:00
|
|
|
|
<Key
|
2012-02-14 08:20:00 +00:00
|
|
|
|
latin:keyLabel="¡" />
|
|
|
|
|
<!-- U+00BF: "¿" INVERTED QUESTION MARK -->
|
2010-09-27 09:07:09 +01:00
|
|
|
|
<Key
|
2012-02-14 08:20:00 +00:00
|
|
|
|
latin:keyLabel="¿" />
|
2010-09-27 09:07:09 +01:00
|
|
|
|
<Key
|
2011-08-03 07:21:27 +01:00
|
|
|
|
latin:keyStyle="backFromMoreSymbolKeyStyle"
|
2011-05-30 12:05:50 +01:00
|
|
|
|
latin:keyXPos="-13.750%p"
|
2011-07-19 01:14:50 +01:00
|
|
|
|
latin:keyWidth="fillBoth" />
|
2010-09-27 09:07:09 +01:00
|
|
|
|
</Row>
|
2010-11-21 00:17:04 +00:00
|
|
|
|
<Row
|
2011-05-30 12:05:50 +01:00
|
|
|
|
latin:keyWidth="8.047%p"
|
2010-11-21 00:17:04 +00:00
|
|
|
|
>
|
2012-02-17 00:24:03 +00:00
|
|
|
|
<include
|
|
|
|
|
latin:keyboardLayout="@xml/key_settings" />
|
2010-09-27 09:07:09 +01:00
|
|
|
|
<Key
|
2010-11-24 07:59:56 +00:00
|
|
|
|
latin:keyStyle="spaceKeyStyle"
|
2011-05-30 12:05:50 +01:00
|
|
|
|
latin:keyXPos="31.250%p"
|
|
|
|
|
latin:keyWidth="37.500%p" />
|
2011-01-13 04:43:39 +00:00
|
|
|
|
<switch>
|
|
|
|
|
<case
|
2011-08-01 02:34:54 +01:00
|
|
|
|
latin:shortcutKeyEnabled="true"
|
2011-01-13 04:43:39 +00:00
|
|
|
|
>
|
|
|
|
|
<Key
|
2011-06-21 15:38:42 +01:00
|
|
|
|
latin:keyStyle="shortcutKeyStyle"
|
2011-05-30 12:05:50 +01:00
|
|
|
|
latin:keyXPos="-8.047%p"
|
|
|
|
|
latin:keyWidth="fillRight" />
|
2011-01-13 04:43:39 +00:00
|
|
|
|
</case>
|
|
|
|
|
</switch>
|
2010-09-27 09:07:09 +01:00
|
|
|
|
</Row>
|
2011-07-25 00:35:54 +01:00
|
|
|
|
</merge>
|