diff options
| author | Jules Aguillon | 2022-10-16 01:07:24 +0200 |
|---|---|---|
| committer | Jules Aguillon | 2022-10-16 01:07:24 +0200 |
| commit | 75df3afda64e6c533bec537b6f36d1dba55a93d6 (patch) | |
| tree | 15b7dcc6b333ba560eaa9c710297098ee3539c80 /res/xml/bone.xml | |
| parent | 7fb5c992b6235d350cbd45962d1e51c5a044d019 (diff) | |
| download | unexpected-keyboard-75df3afda64e6c533bec537b6f36d1dba55a93d6.tar.gz unexpected-keyboard-75df3afda64e6c533bec537b6f36d1dba55a93d6.zip | |
Allow to disable Alt and Meta keys
The keys are marked "loc" in the layouts and are handled like the other
extra keys.
The only difference is that they are enabled by default (for now).
Diffstat (limited to 'res/xml/bone.xml')
| -rw-r--r-- | res/xml/bone.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/res/xml/bone.xml b/res/xml/bone.xml index 391c9f9..c107e88 100644 --- a/res/xml/bone.xml +++ b/res/xml/bone.xml @@ -36,8 +36,8 @@ <key width="1.5" key0="backspace" key1="delete" key3=";"/> </row> <row height="0.95"> - <key width="1.8" key0="ctrl" key2="meta" key4="switch_numeric"/> - <key width="1.2" key0="fn" key1="alt" key2="change_method" key3="switch_emoji" key4="config"/> + <key width="1.8" key0="ctrl" key2="loc meta" key4="switch_numeric"/> + <key width="1.2" key0="fn" key1="loc alt" key2="change_method" key3="switch_emoji" key4="config"/> <key width="4.0" key0="space" key1="switch_programming" key2="0" edgekeys="true"/> <key width="1.2" key1="up" key2="right" key3="left" key4="down" edgekeys="true"/> <key width="1.8" key0="enter" key3="action"/> |
