diff options
| author | juloo | 2015-08-03 20:01:05 +0200 |
|---|---|---|
| committer | juloo | 2015-08-03 20:01:05 +0200 |
| commit | 1be1ec7a4b848607a1652d95bdf5ee96c0a9ecfb (patch) | |
| tree | dea2ff0eba053e16a4aac122a0f8d1f3d24ef1b5 /res/xml/azerty.xml | |
| parent | b32f2ce3f370244c98178f140d38e5b6f0ac2220 (diff) | |
| download | unexpected-keyboard-1be1ec7a4b848607a1652d95bdf5ee96c0a9ecfb.tar.gz unexpected-keyboard-1be1ec7a4b848607a1652d95bdf5ee96c0a9ecfb.zip | |
Add qwerty layout + popup to change layout
Diffstat (limited to 'res/xml/azerty.xml')
| -rw-r--r-- | res/xml/azerty.xml | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/res/xml/azerty.xml b/res/xml/azerty.xml index a5841fa..e419b60 100644 --- a/res/xml/azerty.xml +++ b/res/xml/azerty.xml @@ -25,20 +25,20 @@ <key key0="m" key2="µ" key4="*" /> </row> <row> - <key width="1.4" key0="shift" /> + <key width="2.0" key0="shift" /> <key key0="w" key1=">" key3="<" /> <key key0="x" /> <key key0="c" key2="\?" key4="," /> <key key0="v" key2="." key4=";" /> <key key0="b" key2="/" key4=":" /> <key key0="n" key2="§" key4="!" /> - <key key1="up" key2="right" key3="left" key4="down" /> - <key width="1.6" key0="backspace" key1="insert" key2="delete" /> + <key width="2.0" key0="backspace" key1="insert" key2="delete" /> </row> <row> - <key width="1.6" key0="ctrl" /> + <key width="1.8" key0="ctrl" /> <key width="1.0" key0="alt" key1="page_up" key2="end" key3="home" key4="page_down" /> - <key width="4.8" key0="space" /> - <key width="2.6" key0="enter" /> + <key width="4.4" key0="space" /> + <key key1="up" key2="right" key3="left" key4="down" /> + <key width="1.8" key0="enter" key1="config" /> </row> </keyboard> |
