diff options
| author | jaguillo | 2015-10-13 00:02:34 +0200 |
|---|---|---|
| committer | jaguillo | 2015-10-13 00:02:34 +0200 |
| commit | 6bb257fd752ad13c50ee0ebe848543c442470e61 (patch) | |
| tree | ae700192ac7890a413b07b9f7adc7666e8f61374 /res/xml/qwerty.xml | |
| parent | 075c55bb5befdabe4553f957c956579844ae1877 (diff) | |
| download | unexpected-keyboard-6bb257fd752ad13c50ee0ebe848543c442470e61.tar.gz unexpected-keyboard-6bb257fd752ad13c50ee0ebe848543c442470e61.zip | |
Special key font + Esc key
Diffstat (limited to 'res/xml/qwerty.xml')
| -rw-r--r-- | res/xml/qwerty.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/res/xml/qwerty.xml b/res/xml/qwerty.xml index 992eee6..4c5f366 100644 --- a/res/xml/qwerty.xml +++ b/res/xml/qwerty.xml @@ -1,7 +1,7 @@ <?xml version="1.0" encoding="utf-8"?> <keyboard> <row> - <key key0="q" key1="~" key2="1" key3="!" key4="`" /> + <key key0="q" key1="esc" key2="1" key3="~" key4="!" /> <key key0="w" key2="2" key3="\@" /> <key key0="e" key2="3" key3="\#" /> <key key0="r" key2="4" key3="$" /> @@ -13,7 +13,7 @@ <key key0="p" key1="insert" key2="0" /> </row> <row> - <key key0="a" key1="tab" /> + <key key0="a" key1="tab" key2="`" /> <key key0="s" key1="accent1" key2="accent2" key4="accent6" /> <key key0="d" key1="accent3" key2="accent4" key3="accent5" /> <key key0="f" /> |
