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_se.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_se.xml')
| -rw-r--r-- | srcs/layouts/latn_qwerty_se.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/srcs/layouts/latn_qwerty_se.xml b/srcs/layouts/latn_qwerty_se.xml index bf3bb7d..fdea993 100644 --- a/srcs/layouts/latn_qwerty_se.xml +++ b/srcs/layouts/latn_qwerty_se.xml @@ -1,7 +1,7 @@ <?xml version="1.0" encoding="utf-8"?> <keyboard name="QWERTY (Swedish)" script="latin"> <row> - <key key0="q" key4="esc" key2="1"/> + <key key0="q" key4="loc esc" key2="1"/> <key key0="w" key2="2" key3="`" key4="\@"/> <key key0="e" key2="3" key4="\#" key3="€"/> <key key0="r" key2="4" key4="$"/> @@ -14,7 +14,7 @@ <key key0="å" key1="\?" key3="!" key4="f12_placeholder"/> </row> <row> - <key key0="a" key2="tab"/> + <key key0="a" key2="loc tab"/> <key key0="s" key1="accent_ring" key2="loc §" key3="loc ß"/> <key key0="d" key3="accent_aigu"/> <key key0="f" key1="accent_trema"/> |
