aboutsummaryrefslogtreecommitdiff
path: root/addons/languages/spain
diff options
context:
space:
mode:
authornicoursi <nicola.ursino@gmail.com>2020-03-18 11:30:52 +0000
committernicoursi <nicola.ursino@gmail.com>2020-03-20 07:14:57 +0000
commitd574a3e6bf259f75b6515569701648e4ae8763a9 (patch)
treea0a2e143a579e59c8cd0c418a400517907a60699 /addons/languages/spain
parentd857812269ffc3f09d5c6cc6eaf7f0074130e130 (diff)
downloadAnySoftKeyboard-d574a3e6bf259f75b6515569701648e4ae8763a9.tar.gz
AnySoftKeyboard-d574a3e6bf259f75b6515569701648e4ae8763a9.tar.bz2
added new Spanish layout: Es qwerty with symbols and ñ
Diffstat (limited to 'addons/languages/spain')
-rw-r--r--addons/languages/spain/pack/src/main/res/values/spanish_strings.xml1
-rwxr-xr-xaddons/languages/spain/pack/src/main/res/xml/es_qwerty_with_symbols.xml46
-rwxr-xr-x[-rw-r--r--]addons/languages/spain/pack/src/main/res/xml/spanish_keyboards.xml2
3 files changed, 49 insertions, 0 deletions
diff --git a/addons/languages/spain/pack/src/main/res/values/spanish_strings.xml b/addons/languages/spain/pack/src/main/res/values/spanish_strings.xml
index ba5a47b97..6d91e3ec0 100644
--- a/addons/languages/spain/pack/src/main/res/values/spanish_strings.xml
+++ b/addons/languages/spain/pack/src/main/res/values/spanish_strings.xml
@@ -2,5 +2,6 @@
<resources>
<string name="spanish_keyboard_name">Español</string>
<string name="spanish_dictionary_name">Español</string>
+ <string name="spanish_keyboard_with_symbols_name">Español</string>
<string name="spanish_keyboard_name_dvorak">Dvorak</string>
</resources>
diff --git a/addons/languages/spain/pack/src/main/res/xml/es_qwerty_with_symbols.xml b/addons/languages/spain/pack/src/main/res/xml/es_qwerty_with_symbols.xml
new file mode 100755
index 000000000..6037a0299
--- /dev/null
+++ b/addons/languages/spain/pack/src/main/res/xml/es_qwerty_with_symbols.xml
@@ -0,0 +1,46 @@
+<?xml version="1.0" encoding="utf-8"?>
+
+<Keyboard xmlns:android="http://schemas.android.com/apk/res/android"
+ xmlns:ask="http://schemas.android.com/apk/res-auto"
+ android:keyWidth="10%p"
+ android:keyHeight="@integer/key_normal_height">
+ <Row>
+ <Key android:codes="q" android:popupCharacters="1¹₁" ask:hintLabel="1" android:keyEdgeFlags="left"/>
+ <Key android:codes="w" android:popupCharacters="2²₂ŵ" ask:hintLabel="2"/>
+ <Key android:codes="e" android:popupCharacters="3€³₃éèêëęē" ask:hintLabel="3"/>
+ <Key android:codes="r" android:popupCharacters="4⁴₄řŕ" ask:hintLabel="4"/>
+ <Key android:codes="t" android:popupCharacters="5ťṭṯ" ask:hintLabel="5"/>
+ <Key android:codes="y" android:popupCharacters="6ýÿ" ask:hintLabel="6"/>
+ <Key android:codes="u" android:popupCharacters="7ùúûüŭűūµ" ask:hintLabel="7"/>
+ <Key android:codes="i" android:popupCharacters="8ìíîïłīι*" ask:hintLabel="8"/>
+ <Key android:codes="o" android:popupCharacters="9òóôõöøőœō" ask:hintLabel="9"/>
+ <Key android:codes="p" android:popupCharacters="0¶" ask:hintLabel="0" android:keyEdgeFlags="right"/>
+ </Row>
+
+ <Row>
+ <Key android:codes="a" android:popupCharacters="\@àáâãāäåæą" ask:hintLabel="\@" android:keyEdgeFlags="left"/>
+ <Key android:codes="s" android:popupCharacters="$§ßśŝšṣ" ask:hintLabel="$"/>
+ <Key android:codes="d" android:popupCharacters="#%đďḏ" ask:hintLabel="# %"/>
+ <Key android:codes="f" android:popupCharacters="^\u0026" ask:hintLabel="^ \u0026"/>
+ <Key android:codes="g" android:popupCharacters="`°ĝ" ask:hintLabel="` °"/>
+ <Key android:codes="h" android:popupCharacters="\u005f~" ask:hintLabel="\u005f~"/>
+ <Key android:codes="j" android:popupCharacters="\\|ĵ" ask:hintLabel="\\ |"/>
+ <Key android:codes="k" android:popupCharacters="([{⸢" ask:hintLabel="("/>
+ <Key android:codes="l" android:popupCharacters=")]}⸣ľĺł£" ask:hintLabel=")"/>
+ <Key android:codes="241" android:popupCharacters="\u0022ʾʿʻ" android:keyEdgeFlags="right"/>
+ </Row>
+
+ <Row>
+ <Key android:codes="-1" android:keyWidth="15%p"
+ android:isModifier="true" android:isSticky="true" android:keyEdgeFlags="left"/>
+ <Key android:codes="z" android:popupCharacters="/÷żžź" ask:hintLabel="/"/>
+ <Key android:codes="x" android:popupCharacters="*·×" ask:hintLabel="*"/>
+ <Key android:codes="c" android:popupCharacters="-—çćĉč" ask:hintLabel="−"/>
+ <Key android:codes="v" android:popupCharacters="+±" ask:hintLabel="+"/>
+ <Key android:codes="b" android:popupCharacters="\u003D"/>
+ <Key android:codes="n" android:popupCharacters="&lt;«ńňñ" ask:hintLabel="&lt;"/>
+ <Key android:codes="m" android:popupCharacters="&gt;»µ" ask:hintLabel="&gt;"/>
+ <Key android:keyWidth="15%p" android:codes="-5" android:keyEdgeFlags="right" android:isRepeatable="true"/>
+ </Row>
+</Keyboard>
+
diff --git a/addons/languages/spain/pack/src/main/res/xml/spanish_keyboards.xml b/addons/languages/spain/pack/src/main/res/xml/spanish_keyboards.xml
index 74938cbab..26ee9bee7 100644..100755
--- a/addons/languages/spain/pack/src/main/res/xml/spanish_keyboards.xml
+++ b/addons/languages/spain/pack/src/main/res/xml/spanish_keyboards.xml
@@ -9,4 +9,6 @@
-->
<Keyboard nameResId="@string/spanish_keyboard_name" iconResId="@drawable/ic_status_spain" layoutResId="@xml/es_qwerty" id="72e14a07-6ab1-4d33-b226-288a16fe3308" index="131" defaultDictionaryLocale="es" description="Created with Jorge Jiménez"/>
<Keyboard nameResId="@string/spanish_keyboard_name_dvorak" iconResId="@drawable/ic_status_spain" layoutResId="@xml/es_dvorak" id="85cafeb0-2146-11e7-9598-0800200c9a66" index="133" defaultDictionaryLocale="es" description="Dvorak spanish variant"/>
+ <Keyboard nameResId="@string/spanish_keyboard_with_symbols_name" iconResId="@drawable/ic_status_spain" layoutResId="@xml/es_qwerty_with_symbols" id="7c75a557-b515-4e5c-a5a2-53b7eb78652d" index="134" defaultDictionaryLocale="es" description="Spanish Querty with Symbols"/>
+
</Keyboards>