diff options
author | 2012-06-30 03:43:03 +0200 | |
---|---|---|
committer | 2012-09-19 06:19:11 +0200 | |
commit | 8336d33a6c15c957bee1421b3475362fb98e1ab6 (patch) | |
tree | 5d2e8f09fae284a0f129837d5e258cc808645e55 /java/res/xml | |
parent | f0adce8a491f1f1970354eef7e6fd078b237684c (diff) | |
download | latinime-8336d33a6c15c957bee1421b3475362fb98e1ab6.tar.gz latinime-8336d33a6c15c957bee1421b3475362fb98e1ab6.tar.xz latinime-8336d33a6c15c957bee1421b3475362fb98e1ab6.zip |
nl-rBE keyboard layout
Add keyboardstyle for the Dutch part of Belium and make it AZERTY (the french keyboard).
This is the default layout in Belguim but in the Netherlands (nl) they use QUERTY.
Strings and spelling checker are the same.
Change-Id: Icb2b2712e6580c0e642d5f0f70f8950449d3bfd4
Signed-off-by: Sam Segers <sam.sgrs@gmail.com>
Diffstat (limited to 'java/res/xml')
-rw-r--r-- | java/res/xml/method.xml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/java/res/xml/method.xml b/java/res/xml/method.xml index 1d762928c..8d4b85d9e 100644 --- a/java/res/xml/method.xml +++ b/java/res/xml/method.xml @@ -52,6 +52,7 @@ mk: Macedonian/south_slavic nb: Norwegian Bokmål/nordic nl: Dutch/qwerty + nl_BE: Dutch Belgium/azerty pl: Polish/qwerty pt_BR: Portuguese Brazil/qwerty pt_PT: Portuguese Portugal/qwerty @@ -256,6 +257,12 @@ /> <subtype android:icon="@drawable/ic_subtype_keyboard" android:label="@string/subtype_generic" + android:imeSubtypeLocale="nl_BE" + android:imeSubtypeMode="keyboard" + android:imeSubtypeExtraValue="KeyboardLayoutSet=azerty,AsciiCapable" + /> + <subtype android:icon="@drawable/ic_subtype_keyboard" + android:label="@string/subtype_generic" android:imeSubtypeLocale="pl" android:imeSubtypeMode="keyboard" android:imeSubtypeExtraValue="AsciiCapable,SupportTouchPositionCorrection" |