diff options
| author | juloo | 2015-08-16 17:15:11 +0200 |
|---|---|---|
| committer | juloo | 2015-08-16 17:15:11 +0200 |
| commit | d80578fcae7ec614a914eb855a0c911af0ee7011 (patch) | |
| tree | 48d89b4b99ecfe9e741124f16fd6f9838c3624d8 /res/xml/qwerty.xml | |
| parent | 9d614bc4fe35674ffbfd067aed11e0b9c314e6df (diff) | |
| download | unexpected-keyboard-d80578fcae7ec614a914eb855a0c911af0ee7011.tar.gz unexpected-keyboard-d80578fcae7ec614a914eb855a0c911af0ee7011.zip | |
Move some keys + Change name
Diffstat (limited to 'res/xml/qwerty.xml')
| -rw-r--r-- | res/xml/qwerty.xml | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/res/xml/qwerty.xml b/res/xml/qwerty.xml index ca2f92b..791aa7b 100644 --- a/res/xml/qwerty.xml +++ b/res/xml/qwerty.xml @@ -9,30 +9,30 @@ <key key0="y" key2="6" key3="^" /> <key key0="u" key2="7" key3="&" /> <key key0="i" key2="8" key3="*" /> - <key key0="o" key2="9" key3="(" /> - <key key0="p" key2="0" key3=")" /> + <key key0="o" key2="9" key3="(" key4=")" /> + <key key0="p" key1="insert" key2="0" /> </row> <row> <key key0="a" key1="tab" /> <key key0="s" /> <key key0="d" /> <key key0="f" /> - <key key0="g" key2="_" key3="-" /> - <key key0="h" key2="+" key3="=" /> - <key key0="j" key2="{" key3="[" /> - <key key0="k" key2="}" key3="]" /> + <key key0="g" key2="-" key3="_" /> + <key key0="h" key2="=" key3="+" /> + <key key0="j" key2="}" key3="{" /> + <key key0="k" key2="]" key3="[" /> <key key0="l" key2="|" key3="\" /> </row> <row> <key width="1.5" key0="shift" /> <key key0="z" /> <key key0="x" /> - <key key0="c" key2="<" key3="." /> + <key key0="c" key1="<" key3="." /> <key key0="v" key2=">" key3="," /> <key key0="b" key2="\?" key3="/" /> <key key0="n" key2=":" key3=";" /> <key key0="m" key2=""" key3="'" /> - <key width="1.5" key0="backspace" key1="insert" key2="delete" /> + <key width="1.5" key0="backspace" key2="delete" /> </row> <row> <key width="1.8" key0="ctrl" /> |
