diff options
| author | Jules Aguillon | 2022-02-06 23:01:35 +0100 |
|---|---|---|
| committer | Jules Aguillon | 2022-02-06 23:01:35 +0100 |
| commit | 95c8acc31e53f2b98a97ca421621fd8a9cb72cfd (patch) | |
| tree | 019032b446601d0a8b363d02a3cb7eea32c338bd /res/xml/qwerty.xml | |
| parent | e86173b8953ab873cf0ff4126824800d6cb19811 (diff) | |
| download | unexpected-keyboard-95c8acc31e53f2b98a97ca421621fd8a9cb72cfd.tar.gz unexpected-keyboard-95c8acc31e53f2b98a97ca421621fd8a9cb72cfd.zip | |
Add the Meta key
Currently using the diamond symbol like the history meta key: https://en.wikipedia.org/wiki/Meta_key
However, this key is actually interpreted as the Super/Windows key but
Android calls it "meta" internally.
Diffstat (limited to 'res/xml/qwerty.xml')
| -rw-r--r-- | res/xml/qwerty.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/res/xml/qwerty.xml b/res/xml/qwerty.xml index 73b41a5..0402292 100644 --- a/res/xml/qwerty.xml +++ b/res/xml/qwerty.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"/> |
