abouttreesummaryrefslogcommitdiff
diff options
context:
space:
mode:
-rw-r--r--check_layout.output4
-rw-r--r--res/values/layouts.xml3
-rw-r--r--srcs/layouts/latn_qwerty_tly.xml44
3 files changed, 51 insertions, 0 deletions
diff --git a/check_layout.output b/check_layout.output
index 8bd469a..6bf1e71 100644
--- a/check_layout.output
+++ b/check_layout.output
@@ -91,6 +91,10 @@ Layout doesn't define some important keys, missing: f11_placeholder, f12_placeho
# latn_qwerty_se
Duplicate keys: !, ', ,, -, ., ?
1 warnings
+# latn_qwerty_tly
+Duplicate keys: a, c, g, j, q
+Layout doesn't define some important keys, missing: esc, f11_placeholder, f12_placeholder, tab
+2 warnings
# latn_qwerty_tr
Layout doesn't define some important keys, missing: f11_placeholder, f12_placeholder
1 warnings
diff --git a/res/values/layouts.xml b/res/values/layouts.xml
index 14c1c32..1acafd9 100644
--- a/res/values/layouts.xml
+++ b/res/values/layouts.xml
@@ -37,6 +37,7 @@
<item>latn_qwerty_pl</item>
<item>latn_qwerty_ro</item>
<item>latn_qwerty_se</item>
+ <item>latn_qwerty_tly</item>
<item>latn_qwerty_tr</item>
<item>latn_qwerty_vi</item>
<item>latn_qwertz</item>
@@ -85,6 +86,7 @@
<item>QWERTY (Polski)</item>
<item>QWERTY (Română)</item>
<item>QWERTY (Swedish)</item>
+ <item>QWERTY (Talysh New Latin)</item>
<item>QWERTY (Türkçe)</item>
<item>QWERTY (Vietnamese)</item>
<item>QWERTZ</item>
@@ -133,6 +135,7 @@
<item>@xml/latn_qwerty_pl</item>
<item>@xml/latn_qwerty_ro</item>
<item>@xml/latn_qwerty_se</item>
+ <item>@xml/latn_qwerty_tly</item>
<item>@xml/latn_qwerty_tr</item>
<item>@xml/latn_qwerty_vi</item>
<item>@xml/latn_qwertz</item>
diff --git a/srcs/layouts/latn_qwerty_tly.xml b/srcs/layouts/latn_qwerty_tly.xml
new file mode 100644
index 0000000..4c3ceb1
--- /dev/null
+++ b/srcs/layouts/latn_qwerty_tly.xml
@@ -0,0 +1,44 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<keyboard name="QWERTY (Talysh New Latin)" script="latin">
+ <row>
+ <key key0="g" key2="1" key4="q"/>
+ <key key0="ú" key2="2" key4="ü"/>
+ <key key0="e" key2="3" key3="\#"/>
+ <key key0="ê" key2="4" key3="!"/>
+ <key key0="r" key2="5" key3="$"/>
+ <key key0="t" key2="6" key3="%"/>
+ <key key0="y" key2="7" key3="^"/>
+ <key key0="u" key2="8" key3="û"/>
+ <key key0="i" key2="9" key3="*"/>
+ <key key0="o" key1="ö" key2="0" key3="("/>
+ <key key0="p" key3=")"/>
+ <key key0="q" key3="&amp;" key4="ğ"/>
+ </row>
+ <row>
+ <key key0="á" key2="`" key4="a"/>
+ <key key0="s" key2="~"/>
+ <key key0="d" key1="{"/>
+ <key key0="f" key2="}"/>
+ <key key0="g" key2="-" key8="_"/>
+ <key key0="h" key2="=" key3="+"/>
+ <key key0="ž" key4="j"/>
+ <key key0="k" key2="]" key3="["/>
+ <key key0="l" key2="|" key3="\\"/>
+ <key key0="ı"/>
+ <key key0="a" key4="ə"/>
+ <key key0="â" key3="\@"/>
+ </row>
+ <row>
+ <key width="1.5" key0="shift" key2="loc capslock"/>
+ <key key0="z"/>
+ <key key0="x"/>
+ <key key0="j" key2="&lt;" key3="." key4="c"/>
+ <key key0="v" key1="w" key2=">" key3=","/>
+ <key key0="b" key2="\?" key3="/"/>
+ <key key0="n" key2=":" key3=";"/>
+ <key key0="m" key2="&quot;" key3="'"/>
+ <key key0="c" key4="ç"/>
+ <key key0="š" key4="ş"/>
+ <key width="1.5" key0="backspace" key2="delete"/>
+ </row>
+</keyboard>