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 | |
| parent | 6a19c7a56dde00c573005186ed8e52c410f9f674 (diff) | |
| download | unexpected-keyboard-ebfb8f3b3916d7735e67562931b571dacb86a6d9.tar.gz unexpected-keyboard-ebfb8f3b3916d7735e67562931b571dacb86a6d9.zip | |
Move the "Ins" key under Fn
Diffstat (limited to 'res')
| -rw-r--r-- | res/xml/azerty.xml | 2 | ||||
| -rw-r--r-- | res/xml/qwerty.xml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/res/xml/azerty.xml b/res/xml/azerty.xml index 58a90a4..027d3a2 100644 --- a/res/xml/azerty.xml +++ b/res/xml/azerty.xml @@ -10,7 +10,7 @@ <key key0="u" key2="7" key4="`" /> <key key0="i" key2="8" key3="_" key4="\\" /> <key key0="o" key2="9" /> - <key key0="p" key1="insert" key2="0" key4="\@" /> + <key key0="p" key2="0" key4="\@" /> </row> <row> <key key0="q" key1="tab" /> 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="`" /> |
