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_bone.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_bone.xml')
| -rw-r--r-- | srcs/layouts/latn_bone.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/srcs/layouts/latn_bone.xml b/srcs/layouts/latn_bone.xml index f9ce147..1452dca 100644 --- a/srcs/layouts/latn_bone.xml +++ b/srcs/layouts/latn_bone.xml @@ -2,7 +2,7 @@ <!-- https://neo-layout.org/Layouts/bone/ --> <keyboard name="Bone" bottom_row="false" script="latin"> <row> - <key key0="j" key2="esc" key4="…"/> + <key key0="j" key2="loc esc" key4="…"/> <key key0="d" key2="°" key4="_"/> <key key0="u" key2="§" key4="["/> <key key0="a" key4="]"/> @@ -14,7 +14,7 @@ <key key0="w" key3="&" key4="f12_placeholder"/> </row> <row> - <key key0="c" key2="tab" key4="\\"/> + <key key0="c" key2="loc tab" key4="\\"/> <key key0="t" key1="accent_circonflexe" key2="accent_caron" key4="/"/> <key key0="i" key1="accent_aigu" key2="accent_grave" key4="{"/> <key key0="e" key1="accent_cedille" key2="accent_ogonek" key4="}"/> |
