diff options
| author | Jules Aguillon | 2022-05-29 17:39:48 +0200 |
|---|---|---|
| committer | Jules Aguillon | 2022-05-29 17:39:48 +0200 |
| commit | 646ff4834d83734d48f2d2ed0aa07d28ff74cc53 (patch) | |
| tree | ccb2f92df4c20e7e41a2ec56cdd0028a5d36fa30 /res/xml/qwerty.xml | |
| parent | 815025aaa99851840d4bc8b2a0dfff4caa6a44f3 (diff) | |
| download | unexpected-keyboard-646ff4834d83734d48f2d2ed0aa07d28ff74cc53.tar.gz unexpected-keyboard-646ff4834d83734d48f2d2ed0aa07d28ff74cc53.zip | |
Move the '0' back to where it was
The '0' has been moved because it was hard to type due to being close to
the edge of the screen.
This is fixed in a more elegant way in a27c644, there's no reason to
keep the '0' in an inconsistent place anymore.
Diffstat (limited to 'res/xml/qwerty.xml')
| -rw-r--r-- | res/xml/qwerty.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/res/xml/qwerty.xml b/res/xml/qwerty.xml index 39df62e..2e2a4a5 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" key1="loc accent_macron" key2="9" key3="(" key4=")"/> - <key key0="p" key1="0" key3="f11_placeholder" key4="f12_placeholder"/> + <key key0="p" key2="0" key3="f11_placeholder" key4="f12_placeholder"/> </row> <row> <key shift="0.5" key0="a" key1="tab" key2="`"/> |
