abouttreesummaryrefslogcommitdiff
path: root/res/xml
diff options
context:
space:
mode:
authorVasile Chelban2023-06-25 11:19:00 +0100
committerGitHub2023-06-25 12:19:00 +0200
commit5cfbc6ed5b6a1e3818d47843a20adc0669bd9755 (patch)
treeb33015ff1b649bed660b220ee4a8e86a201aadb5 /res/xml
parent49fbfa71eb94e22758d9de3f98f9d67ce0298f17 (diff)
downloadunexpected-keyboard-5cfbc6ed5b6a1e3818d47843a20adc0669bd9755.tar.gz
unexpected-keyboard-5cfbc6ed5b6a1e3818d47843a20adc0669bd9755.zip
Added Romanian layout and translations with special romanian characters (#358)
Added Romanian characters to the keyboard layout and changed the positioning corner for the secondary characters that were conflicting with the newly-introduced romanian characters Added Romanian translations
Diffstat (limited to 'res/xml')
-rw-r--r--res/xml/method.xml1
-rw-r--r--res/xml/qwerty_ro.xml37
2 files changed, 38 insertions, 0 deletions
diff --git a/res/xml/method.xml b/res/xml/method.xml
index 7df6a65..68a002a 100644
--- a/res/xml/method.xml
+++ b/res/xml/method.xml
@@ -10,6 +10,7 @@
<subtype android:label="%s" android:languageTag="en-GB" android:imeSubtypeLocale="en_GB" android:imeSubtypeMode="keyboard" android:isAsciiCapable="true" android:imeSubtypeExtraValue="script=latin,default_layout=qwerty,extra_keys=£|€"/>
<subtype android:label="%s" android:languageTag="en-US" android:imeSubtypeLocale="en_US" android:imeSubtypeMode="keyboard" android:isAsciiCapable="true" android:imeSubtypeExtraValue="script=latin,default_layout=qwerty"/>
<subtype android:label="%s" android:languageTag="es" android:imeSubtypeLocale="es_ES" android:imeSubtypeMode="keyboard" android:isAsciiCapable="true" android:imeSubtypeExtraValue="script=latin,default_layout=qwerty_es,extra_keys=accent_grave|accent_aigu|accent_tilde|accent_trema|€"/>
+ <subtype android:label="%s" android:languageTag="ro" android:imeSubtypeLocale="ro_RO" android:imeSubtypeMode="keyboard" android:isAsciiCapable="true" android:imeSubtypeExtraValue="default_layout=qwerty_ro,extra_keys=ă|â|î|ș|ț|€|$"/>
<subtype android:label="%s" android:languageTag="fr" android:imeSubtypeLocale="fr_FR" android:imeSubtypeMode="keyboard" android:isAsciiCapable="true" android:imeSubtypeExtraValue="script=latin,default_layout=azerty,extra_keys=accent_grave|accent_aigu|accent_circonflexe|accent_cedille|accent_trema|€"/>
<subtype android:label="%s" android:languageTag="he" android:imeSubtypeLocale="he_IL" android:imeSubtypeMode="keyboard" android:isAsciiCapable="true" android:imeSubtypeExtraValue="script=hebrew,default_layout=he_il_1452_1,extra_keys=₪|€"/>
<subtype android:label="%s" android:languageTag="hi" android:imeSubtypeLocale="hi_IN" android:imeSubtypeMode="keyboard" android:isAsciiCapable="true" android:imeSubtypeExtraValue="script=devanagari,default_layout=devanagari_1,extra_keys=₹"/>
diff --git a/res/xml/qwerty_ro.xml b/res/xml/qwerty_ro.xml
new file mode 100644
index 0000000..e5e0a19
--- /dev/null
+++ b/res/xml/qwerty_ro.xml
@@ -0,0 +1,37 @@
+<?xml version="1.0" encoding="utf-8"?>
+<keyboard script="latin">
+ <row>
+ <key key0="q" key2="1" key4="esc"/>
+ <key key0="w" key1="~" key2="2" key3="\@"/>
+ <key key0="e" key1="!" key2="3" key3="\#" key4="loc €"/>
+ <key key0="r" key2="4" key3="$" key1="loc ₪"/>
+ <key key0="t" key1="ț" key2="5" key3="%"/>
+ <key key0="y" key2="6" key3="^"/>
+ <key key0="u" key2="7" key3="&amp;"/>
+ <key key0="i" key1="î" key2="8" key3="*"/>
+ <key key0="o" key1="loc accent_macron" key2="9" key3="(" key4=")"/>
+ <key key0="p" key2="0" key3="f11_placeholder" key4="f12_placeholder"/>
+ </row>
+ <row>
+ <key shift="0.5" key0="a" key1="â" key2="ă" key3="`" key4="tab"/>
+ <key key0="s" key1="ș" key3="loc ß" key4="loc accent_ogonek"/>
+ <key key0="d" key1="loc accent_grave" key2="loc £" key3="loc accent_aigu"/>
+ <key key0="f" key1="loc accent_dot_above"/>
+ <key key0="g" key1="loc accent_caron" key2="-" key3="_"/>
+ <key key0="h" key2="=" key3="+"/>
+ <key key0="j" key1="loc accent_trema" key2="loc accent_circonflexe" key4="}" key3="{"/>
+ <key key0="k" key1="loc accent_double_aigu" key3="[" key4="]"/>
+ <key key0="l" key2="|" key3="\\"/>
+ </row>
+ <row>
+ <key width="1.5" key0="shift" key2="loc capslock"/>
+ <key key0="z"/>
+ <key key0="x"/>
+ <key key0="c" key1="loc accent_cedille" key2="&lt;" key3="."/>
+ <key key0="v" key2="&gt;" key3=","/>
+ <key key0="b" key2="\?" key3="/"/>
+ <key key0="n" key1="loc accent_tilde" key2=":" key3=";"/>
+ <key key0="m" key2="&quot;" key3="'"/>
+ <key width="1.5" key0="backspace" key2="delete"/>
+ </row>
+</keyboard>