abouttreesummaryrefslogcommitdiff
diff options
context:
space:
mode:
authorJules Aguillon2024-03-11 20:21:26 +0100
committerJules Aguillon2024-03-11 20:21:26 +0100
commitfe0f82436a84eb41ec7d20c597cadd0f745d7519 (patch)
tree19b6b948106b07e0cc2e760fabf5871fc9ef9459
parent5c191406097cf9b0dee7b5d4ad61401dc3a9c196 (diff)
downloadunexpected-keyboard-fe0f82436a84eb41ec7d20c597cadd0f745d7519.tar.gz
unexpected-keyboard-fe0f82436a84eb41ec7d20c597cadd0f745d7519.zip
Improve the QWERTY (Slovak) layout
The grid layout was not likeable.
-rw-r--r--srcs/layouts/latn_qwerty_sk.xml9
1 files changed, 4 insertions, 5 deletions
diff --git a/srcs/layouts/latn_qwerty_sk.xml b/srcs/layouts/latn_qwerty_sk.xml
index 54aec20..3545b52 100644
--- a/srcs/layouts/latn_qwerty_sk.xml
+++ b/srcs/layouts/latn_qwerty_sk.xml
@@ -13,7 +13,7 @@
<key key0="p" key1="0" key3="="/>
</row>
<row>
- <key key0="a" key1="tab" key2="&amp;" key3="á" key4="ä"/>
+ <key shift="0.5" key0="a" key1="tab" key2="&amp;" key3="á" key4="ä"/>
<key key0="s" key1="loc §" key2="$" key3="ś" key4="š"/>
<key key0="d" key4="ď"/>
<key key0="f" key1="%" key3="\\" key4="/"/>
@@ -22,7 +22,6 @@
<key key0="j" key1="{" key2="}" key3="|"/>
<key key0="k" key1="[" key2="]" key3="'" key4="&quot;"/>
<key key0="l" key1="(" key2=")" key3="ĺ" key4="ľ"/>
- <key key0="." key1="!" key3="\?"/>
</row>
<row>
<key width="1.5" key0="shift" key2="loc capslock"/>
@@ -30,9 +29,9 @@
<key key0="x" key1="loc †" key2="\#"/>
<key key0="c" key4="č"/>
<key key0="v" key4="\@"/>
- <key key0="b" key1="&lt;" key2="&gt;" key3="_" key4=";"/>
- <key key0="n" key4="ň"/>
- <key key0="m" key3="," key4=":"/>
+ <key key0="b" key1="&lt;" key2="&gt;" key3=";" key4=":"/>
+ <key key0="n" key3="_" key4="ň"/>
+ <key key0="m" key1="!" key2="\?" key3="," key4="."/>
<key width="1.5" key0="backspace" key3="delete"/>
</row>
</keyboard>