diff options
| author | Jules Aguillon | 2022-02-06 23:12:24 +0100 |
|---|---|---|
| committer | Jules Aguillon | 2022-02-06 23:12:24 +0100 |
| commit | 7383cc4b68c20129c9c58730a3d530e7922e8404 (patch) | |
| tree | 6a138affb7581a2514119a9297e24d4ecc8b527e /res/xml/qwertz.xml | |
| parent | 95c8acc31e53f2b98a97ca421621fd8a9cb72cfd (diff) | |
| download | unexpected-keyboard-7383cc4b68c20129c9c58730a3d530e7922e8404.tar.gz unexpected-keyboard-7383cc4b68c20129c9c58730a3d530e7922e8404.zip | |
Add the Meta key to every layouts
To follow soon: Define the bottom row separately from layouts.
Diffstat (limited to 'res/xml/qwertz.xml')
| -rw-r--r-- | res/xml/qwertz.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/res/xml/qwertz.xml b/res/xml/qwertz.xml index 66ff62d..717ecf0 100644 --- a/res/xml/qwertz.xml +++ b/res/xml/qwertz.xml @@ -35,7 +35,7 @@ <key width="1.5" key0="backspace" key2="delete"/> </row> <row height="0.95"> - <key width="1.8" key0="ctrl" key3="switch_numeric"/> + <key width="1.8" key0="ctrl" key2="meta" key3="switch_numeric"/> <key width="1.2" key0="alt" key1="fn" key2="change_method" key3="switch_emoji" key4="config"/> <key width="4.0" key0="space"/> <key width="1.2" key1="up" key2="right" key3="left" key4="down"/> |
