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 | |
| 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')
| -rw-r--r-- | res/xml/azerty.xml | 2 | ||||
| -rw-r--r-- | res/xml/dvorak.xml | 2 | ||||
| -rw-r--r-- | res/xml/local_bgph1.xml | 2 | ||||
| -rw-r--r-- | res/xml/qwerty.xml | 2 | ||||
| -rw-r--r-- | res/xml/qwerty_es.xml | 2 | ||||
| -rw-r--r-- | res/xml/qwerty_hu.xml | 2 | ||||
| -rw-r--r-- | res/xml/qwerty_ko.xml | 2 | ||||
| -rw-r--r-- | res/xml/qwerty_lv.xml | 2 | ||||
| -rw-r--r-- | res/xml/qwerty_pt.xml | 2 | ||||
| -rw-r--r-- | res/xml/qwertz.xml | 2 | ||||
| -rw-r--r-- | res/xml/qwertz_hu.xml | 2 |
11 files changed, 11 insertions, 11 deletions
diff --git a/res/xml/azerty.xml b/res/xml/azerty.xml index 59f0976..d025f1b 100644 --- a/res/xml/azerty.xml +++ b/res/xml/azerty.xml @@ -10,7 +10,7 @@ <key key0="u" key2="7" key4="`"/> <key key0="i" key2="8" key3="_" key4="\\"/> <key key0="o" key2="9" key3="\@" key4="f11_placeholder"/> - <key key0="p" key1="0" key3="f12_placeholder"/> + <key key0="p" key2="0" key3="f12_placeholder"/> </row> <row> <key key0="q" key2="tab"/> diff --git a/res/xml/dvorak.xml b/res/xml/dvorak.xml index 028daa6..c3fe774 100644 --- a/res/xml/dvorak.xml +++ b/res/xml/dvorak.xml @@ -21,7 +21,7 @@ <key key0="h" key2="7" key3="&"/> <key key0="t" key2="8" key3="*"/> <key key0="n" key2="9" key3="(" key4=")"/> - <key key0="s" key1="0" key3="loc ß"/> + <key key0="s" key2="0" key3="loc ß"/> </row> <row> <key key0="q" shift="0.5" key1="loc accent_tilde" key2="`" key3="~"/> diff --git a/res/xml/local_bgph1.xml b/res/xml/local_bgph1.xml index c3c6fd4..601c18b 100644 --- a/res/xml/local_bgph1.xml +++ b/res/xml/local_bgph1.xml @@ -10,7 +10,7 @@ <key key0="у" key2="7" key3="&" key4="§"/> <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="`"/> 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="`"/> diff --git a/res/xml/qwerty_es.xml b/res/xml/qwerty_es.xml index de32b02..4aee20d 100644 --- a/res/xml/qwerty_es.xml +++ b/res/xml/qwerty_es.xml @@ -10,7 +10,7 @@ <key key0="u" key2="7" key3="&"/> <key key0="i" key2="8" key3="*"/> <key key0="o" 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 key0="a" key2="tab" key4="`"/> diff --git a/res/xml/qwerty_hu.xml b/res/xml/qwerty_hu.xml index 325ba31..336e5ca 100644 --- a/res/xml/qwerty_hu.xml +++ b/res/xml/qwerty_hu.xml @@ -10,7 +10,7 @@ <key key0="u" key1="ű" key2="6" key3="ü" key4="ú"/> <key key0="i" key1="=" key2="7" key3="`" key4="í"/> <key key0="o" key1="ő" key2="8" key3="ö" key4="ó"/> - <key key0="p" key1="9"/> + <key key0="p" key2="9"/> </row> <row> <key shift="0.5" key0="a" key1="tab" key4="á"/> 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="`"/> diff --git a/res/xml/qwerty_lv.xml b/res/xml/qwerty_lv.xml index 9d4db25..6c0c7b5 100644 --- a/res/xml/qwerty_lv.xml +++ b/res/xml/qwerty_lv.xml @@ -10,7 +10,7 @@ <key key0="u" key1="ū" key2="7" key3="&" key4="*"/> <key key0="i" key1="ī" key2="8" key3="(" key4=")"/> <key key0="o" key1="ō" key2="9" key3="{" key4="}"/> - <key key0="p" key1="0"/> + <key key0="p" key2="0"/> </row> <row> <key shift="0.5" key0="a" key1="ā" key2="tab"/> diff --git a/res/xml/qwerty_pt.xml b/res/xml/qwerty_pt.xml index fe8b580..9fef348 100644 --- a/res/xml/qwerty_pt.xml +++ b/res/xml/qwerty_pt.xml @@ -10,7 +10,7 @@ <key key0="u" key2="7" key3="&"/> <key key0="i" key2="8" key3="*"/> <key key0="o" key2="9" key3="(" key4=")"/> - <key key0="p" key1="0" key3="\\"/> + <key key0="p" key2="0" key3="\\"/> </row> <row> <key key0="a" key2="tab" key4="`"/> diff --git a/res/xml/qwertz.xml b/res/xml/qwertz.xml index ffa8d36..f54f698 100644 --- a/res/xml/qwertz.xml +++ b/res/xml/qwertz.xml @@ -10,7 +10,7 @@ <key key0="u" key2="7" key3="ü" key4="}"/> <key key0="i" key1="(" key2="8" key3="[" key4="]"/> <key key0="o" key1=")" key2="9" key3="ö" key4="="/> - <key key0="p" key1="0" key3="\?"/> + <key key0="p" key2="0" key3="\?"/> </row> <row> <key shift="0.5" key0="a" key1="tab" key2="`" key3="ä"/> diff --git a/res/xml/qwertz_hu.xml b/res/xml/qwertz_hu.xml index 50be3d0..11d9189 100644 --- a/res/xml/qwertz_hu.xml +++ b/res/xml/qwertz_hu.xml @@ -10,7 +10,7 @@ <key key0="u" key1="ű" key2="6" key3="ü" key4="ú"/> <key key0="i" key1="=" key2="7" key3="`" key4="í"/> <key key0="o" key1="ő" key2="8" key3="ö" key4="ó"/> - <key key0="p" key1="9"/> + <key key0="p" key2="9"/> </row> <row> <key shift="0.5" key0="a" key1="tab" key4="á"/> |
