diff options
| author | Jules Aguillon | 2022-07-09 17:55:58 +0200 |
|---|---|---|
| committer | Jules Aguillon | 2022-07-09 17:55:58 +0200 |
| commit | 2d8ed2d85849c95c7d39e0dfe11405bf70eeb395 (patch) | |
| tree | c5eb5ae3b90176809fd1036d38a95d3338c0867b /res | |
| parent | 929b30f72344cfc16d1db5d2d203b0ff32e45148 (diff) | |
| download | unexpected-keyboard-2d8ed2d85849c95c7d39e0dfe11405bf70eeb395.tar.gz unexpected-keyboard-2d8ed2d85849c95c7d39e0dfe11405bf70eeb395.zip | |
Add missing ascii characters to the Hungarian layouts
Was missing '~' and '$'.
Diffstat (limited to 'res')
| -rw-r--r-- | res/xml/qwerty_hu.xml | 4 | ||||
| -rw-r--r-- | res/xml/qwertz_hu.xml | 5 |
2 files changed, 5 insertions, 4 deletions
diff --git a/res/xml/qwerty_hu.xml b/res/xml/qwerty_hu.xml index 336e5ca..f97f2f9 100644 --- a/res/xml/qwerty_hu.xml +++ b/res/xml/qwerty_hu.xml @@ -2,7 +2,7 @@ <keyboard> <row> <key key0="q" key2="0" key4="esc"/> - <key key0="w" key1="'" key2="1" key4="|"/> + <key key0="w" key1="'" key2="1" key3="~" key4="|"/> <key key0="e" key1=""" key2="2" key4="é"/> <key key0="r" key2="3" key4="^"/> <key key0="t" key1="!" key2="4" key4="f11_placeholder"/> @@ -21,7 +21,7 @@ <key key0="h"/> <key key0="j"/> <key key0="k" key3="(" key4=")"/> - <key key0="l" key3="/"/> + <key key0="l" key1="$" key3="/"/> </row> <row> <key width="1.5" key0="shift"/> diff --git a/res/xml/qwertz_hu.xml b/res/xml/qwertz_hu.xml index 11d9189..c995299 100644 --- a/res/xml/qwertz_hu.xml +++ b/res/xml/qwertz_hu.xml @@ -2,7 +2,7 @@ <keyboard> <row> <key key0="q" key2="0" key4="esc"/> - <key key0="w" key1="'" key2="1" key4="|"/> + <key key0="w" key1="'" key2="1" key3="~" key4="|"/> <key key0="e" key1=""" key2="2" key4="é"/> <key key0="r" key2="3" key4="^"/> <key key0="t" key1="!" key2="4" key4="f11_placeholder"/> @@ -21,7 +21,7 @@ <key key0="h"/> <key key0="j"/> <key key0="k" key3="(" key4=")"/> - <key key0="l" key3="/"/> + <key key0="l" key1="$" key3="/"/> </row> <row> <key width="1.5" key0="shift"/> @@ -35,3 +35,4 @@ <key width="1.5" key0="backspace" key2="delete"/> </row> </keyboard> + |
