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_ko.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_ko.xml')
| -rw-r--r-- | res/xml/qwerty_ko.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/res/xml/qwerty_ko.xml b/res/xml/qwerty_ko.xml index 30d31e6..76fefa1 100644 --- a/res/xml/qwerty_ko.xml +++ b/res/xml/qwerty_ko.xml @@ -10,7 +10,7 @@ <key key0="ㅕ" key2="7" key3="&"/> <key key0="ㅑ" key2="8" key3="*"/> <key key0="ㅐ" key2="9" key3="(" key4=")"/> - <key key0="ㅔ" key1="0" key3="f11_placeholder" key4="f12_placeholder"/> + <key key0="ㅔ" key2="0" key3="f11_placeholder" key4="f12_placeholder"/> </row> <row> <key shift="0.5" key0="ㅁ" key1="tab" key2="`"/> |
