diff options
| author | Jules Aguillon | 2024-06-09 13:18:25 +0200 |
|---|---|---|
| committer | Jules Aguillon | 2024-06-09 13:18:25 +0200 |
| commit | 52805d9745e62e8eafae0051f812f78e3caa2986 (patch) | |
| tree | 6761cce435c59689530504c7e22d1489e9414df1 /srcs/layouts/latn_qwerty_sk.xml | |
| parent | 8d793da6b62cab5ef8f3d86e7d2b776abc22f0fb (diff) | |
| download | unexpected-keyboard-52805d9745e62e8eafae0051f812f78e3caa2986.tar.gz unexpected-keyboard-52805d9745e62e8eafae0051f812f78e3caa2986.zip | |
Allow to remove keys Tab and Esc
Diffstat (limited to 'srcs/layouts/latn_qwerty_sk.xml')
| -rw-r--r-- | srcs/layouts/latn_qwerty_sk.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/srcs/layouts/latn_qwerty_sk.xml b/srcs/layouts/latn_qwerty_sk.xml index 3545b52..d38c1f1 100644 --- a/srcs/layouts/latn_qwerty_sk.xml +++ b/srcs/layouts/latn_qwerty_sk.xml @@ -1,7 +1,7 @@ <?xml version="1.0" encoding="utf-8"?> <keyboard name="QWERTY (Slovak)" script="latin"> <row> - <key key0="q" key1="1" key4="esc"/> + <key key0="q" key1="1" key4="loc esc"/> <key key0="w" key1="2" key3="`"/> <key key0="e" key1="3" key2="€" key3="é" key4="ě"/> <key key0="r" key1="4" key3="ŕ" key4="ř"/> @@ -13,7 +13,7 @@ <key key0="p" key1="0" key3="="/> </row> <row> - <key shift="0.5" key0="a" key1="tab" key2="&" key3="á" key4="ä"/> + <key shift="0.5" key0="a" key1="loc tab" key2="&" key3="á" key4="ä"/> <key key0="s" key1="loc §" key2="$" key3="ś" key4="š"/> <key key0="d" key4="ď"/> <key key0="f" key1="%" key3="\\" key4="/"/> |
