abouttreesummaryrefslogcommitdiff
path: root/res
diff options
context:
space:
mode:
authorJules Aguillon2022-01-30 12:02:49 +0100
committerJules Aguillon2022-01-30 12:02:49 +0100
commit348c278eaef84228fe1d44709187a4216e5f6c90 (patch)
treea594de80c886ae3c931b773175591ef74eb2127f /res
parent7af579a1bc267413e113b73e29cbdcc981d00470 (diff)
downloadunexpected-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')
-rw-r--r--res/xml/qwertz.xml2
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>