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_neo2.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_neo2.xml')
| -rw-r--r-- | srcs/layouts/latn_neo2.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/srcs/layouts/latn_neo2.xml b/srcs/layouts/latn_neo2.xml index 013cd74..baeee12 100644 --- a/srcs/layouts/latn_neo2.xml +++ b/srcs/layouts/latn_neo2.xml @@ -16,7 +16,7 @@ <key key0="ß" key1="—"/> </row> <row> - <key key0="u" key1="tab" key4="\\"/> + <key key0="u" key1="loc tab" key4="\\"/> <key key0="i" key4="/"/> <key key0="a" key4="{"/> <key key0="e" key4="}"/> @@ -29,7 +29,7 @@ <key key0="y" key3="\@"/> </row> <row> - <key width="1.5" key0="shift" key1="esc" key2="loc capslock"/> + <key width="1.5" key0="shift" key1="loc esc" key2="loc capslock"/> <key key0="ü" key4="\#"/> <key key0="ö" key4="$"/> <key key0="ä" key4="|"/> |
