diff options
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="`" /> |
