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/numeric.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/numeric.xml')
| -rw-r--r-- | res/xml/numeric.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/res/xml/numeric.xml b/res/xml/numeric.xml index 087b625..ba1081f 100644 --- a/res/xml/numeric.xml +++ b/res/xml/numeric.xml @@ -20,7 +20,7 @@ </row> <row> <key width="0.75" key0="switch_greekmath"/> - <key width="0.75" key0="shift" key2="fn" key4="alt"/> + <key width="0.75" key0="shift" key2="fn" key4="loc alt"/> <key key0="1" key1="superscript" key2="ordinal" key3="subscript"/> <key key0="2"/> <key key0="3"/> |
