diff options
| author | Max Schillinger | 2022-02-02 21:46:23 +0100 |
|---|---|---|
| committer | Jules Aguillon | 2022-02-06 23:49:43 +0100 |
| commit | 93edc4ac42f6fb0a59b7bc619a1334fefcfdec22 (patch) | |
| tree | 0f96f5d0ded5b346fa29f3531878e3b300a0258f /res/xml/qwertz.xml | |
| parent | 7383cc4b68c20129c9c58730a3d530e7922e8404 (diff) | |
| download | unexpected-keyboard-93edc4ac42f6fb0a59b7bc619a1334fefcfdec22.tar.gz unexpected-keyboard-93edc4ac42f6fb0a59b7bc619a1334fefcfdec22.zip | |
Allow egde keys instead of corner keys (swipe vertically/horizontally)
Add a new boolean parameter "edgekeys" for defining keys that have the
additional (swipe) keys on the edges (top, right, left, bottom) instead
of at the corners (top left, top right, bottom left, bottom right).
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 717ecf0..e69a0b4 100644 --- a/res/xml/qwertz.xml +++ b/res/xml/qwertz.xml @@ -38,7 +38,7 @@ <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"/> + <key width="1.2" key1="up" key2="right" key3="left" key4="down" edgekeys="true"/> <key width="1.8" key0="enter" key2="action"/> </row> </keyboard> |
