diff options
| author | Jules Aguillon | 2022-01-30 12:02:49 +0100 |
|---|---|---|
| committer | Jules Aguillon | 2022-01-30 12:02:49 +0100 |
| commit | 348c278eaef84228fe1d44709187a4216e5f6c90 (patch) | |
| tree | a594de80c886ae3c931b773175591ef74eb2127f /res/xml | |
| parent | 7af579a1bc267413e113b73e29cbdcc981d00470 (diff) | |
| download | unexpected-keyboard-348c278eaef84228fe1d44709187a4216e5f6c90.tar.gz unexpected-keyboard-348c278eaef84228fe1d44709187a4216e5f6c90.zip | |
Missing Action key in the QWERTZ layout
This caused an even bigger problem: The Enter key would disappear
instead of being swapped with the Action key.
Diffstat (limited to 'res/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 165f967..66ff62d 100644 --- a/res/xml/qwertz.xml +++ b/res/xml/qwertz.xml @@ -39,6 +39,6 @@ <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"/> - <key width="1.8" key0="enter"/> + <key width="1.8" key0="enter" key2="action"/> </row> </keyboard> |
