diff options
| -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> + |
