diff options
| author | Jules Aguillon | 2021-05-08 15:54:55 +0200 |
|---|---|---|
| committer | Jules Aguillon | 2021-05-08 15:54:55 +0200 |
| commit | ebfb8f3b3916d7735e67562931b571dacb86a6d9 (patch) | |
| tree | b2058c8fc262e055baeca49e9ada18e48d569fea /res/xml/qwerty.xml | |
| parent | 6a19c7a56dde00c573005186ed8e52c410f9f674 (diff) | |
| download | unexpected-keyboard-ebfb8f3b3916d7735e67562931b571dacb86a6d9.tar.gz unexpected-keyboard-ebfb8f3b3916d7735e67562931b571dacb86a6d9.zip | |
Move the "Ins" key under Fn
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 03bd587..b979e14 100644 --- a/res/xml/qwerty.xml +++ b/res/xml/qwerty.xml @@ -10,7 +10,7 @@ <key key0="u" key2="7" key3="&" /> <key key0="i" key2="8" key3="*" /> <key key0="o" key2="9" key3="(" key4=")" /> - <key key0="p" key1="insert" key2="0" /> + <key key0="p" key2="0" /> </row> <row> <key shift="0.5" key0="a" key1="tab" key2="`" /> |
