diff options
| author | juloo | 2015-08-01 00:49:09 +0200 |
|---|---|---|
| committer | juloo | 2015-08-01 00:49:09 +0200 |
| commit | de114c43c61a0f4a78cecf266fa19e2410b58e23 (patch) | |
| tree | 0dd3695875235595e0c93a5fc8c4185c06df628f /res/xml | |
| parent | 1e0694c4fb5c11407eb8099a8afa2221bb926ab3 (diff) | |
| download | unexpected-keyboard-de114c43c61a0f4a78cecf266fa19e2410b58e23.tar.gz unexpected-keyboard-de114c43c61a0f4a78cecf266fa19e2410b58e23.zip | |
Add more keys + (tmp) change KeyValue
Diffstat (limited to 'res/xml')
| -rw-r--r-- | res/xml/azerty.xml | 30 |
1 files changed, 15 insertions, 15 deletions
diff --git a/res/xml/azerty.xml b/res/xml/azerty.xml index c725307..725c7e0 100644 --- a/res/xml/azerty.xml +++ b/res/xml/azerty.xml @@ -13,28 +13,28 @@ <key key0="p" key2="0" key3="à" key4="\@" /> </row> <row> - <key key0="q" key1="1" key2="2" key3="3" key4="4" /> + <key key0="q" /> <key key0="s" /> <key key0="d" /> <key key0="f" /> - <key key0="g" /> - <key key0="h" /> - <key key0="j" /> - <key key0="k" /> - <key key0="l" /> - <key key0="m" /> + <key key0="g" key2="°" key3=")" key4="}" /> + <key key0="h" key2="+" key3="=" key4="}" /> + <key key0="j" key2="¨" key3="^" /> + <key key0="k" key1="ë" key2="£" key3="$" key4="ê" /> + <key key0="l" key2="%" key4="ù" /> + <key key0="m" key2="µ" key4="*" /> </row> <row> - <key key0="w" /> + <key key0="w" key1=">" key3="<" /> <key key0="x" /> - <key key0="c" /> - <key key0="v" /> - <key key0="b" /> - <key key0="n" /> - <key width="1.5" key0="del" /> + <key key0="c" key2="\?" key4="," /> + <key key0="v" key2="." key4=";" /> + <key key0="b" key2="/" key4=":" /> + <key key0="n" key2="§" key4="!" /> + <key width="1.5" key0="\u007F" /> </row> <row> - <key width="4.0" key0="space" /> - <key width="1.5" key0="enter" /> + <key width="4.5" key0=" " /> + <key width="2" key0="\u000A" /> </row> </keyboard> |
