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/neo2.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/neo2.xml')
| -rw-r--r-- | res/xml/neo2.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/res/xml/neo2.xml b/res/xml/neo2.xml index f20c8b9..1ed75b8 100644 --- a/res/xml/neo2.xml +++ b/res/xml/neo2.xml @@ -39,8 +39,8 @@ <key width="1.5" key0="backspace" key2="delete"/> </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" edgekeys="true"/> <key width="1.2" key1="up" key2="right" key3="left" key4="down" edgekeys="true"/> <key key0="j" key4=";"/> |
