diff options
| author | Jules Aguillon | 2022-04-24 01:15:41 +0200 |
|---|---|---|
| committer | Jules Aguillon | 2022-04-24 01:15:41 +0200 |
| commit | 2900e8d197ec1f27eec986a59e608a33ba0fcc16 (patch) | |
| tree | b48ed62c41a573cacf2f77e30116ec4fd618751b /res/xml | |
| parent | d8e475467ae5d124c8fec2e27616ae62f068a2bb (diff) | |
| download | unexpected-keyboard-2900e8d197ec1f27eec986a59e608a33ba0fcc16.tar.gz unexpected-keyboard-2900e8d197ec1f27eec986a59e608a33ba0fcc16.zip | |
Add Double acute diacritic
Will be used by the Hungarian language.
Diffstat (limited to 'res/xml')
| -rw-r--r-- | res/xml/dvorak.xml | 2 | ||||
| -rw-r--r-- | res/xml/qwerty.xml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/res/xml/dvorak.xml b/res/xml/dvorak.xml index 567af47..7f2cbe9 100644 --- a/res/xml/dvorak.xml +++ b/res/xml/dvorak.xml @@ -15,7 +15,7 @@ <key key0="a" key2="1" key4="!"/> <key key0="o" key1="accent_macron" key2="2" key3="\@" key4="accent_ogonek"/> <key key0="e" key1="accent_caron" key2="3" key3="\#" key4="accent_dot_above"/> - <key key0="u" key2="4" key3="$"/> + <key key0="u" key2="4" key3="$" key4="accent_double_aigu"/> <key key0="i" key2="5" key3="%"/> <key key0="d" key2="6" key3="^"/> <key key0="h" key2="7" key3="&"/> diff --git a/res/xml/qwerty.xml b/res/xml/qwerty.xml index 5e314a8..4457bec 100644 --- a/res/xml/qwerty.xml +++ b/res/xml/qwerty.xml @@ -20,7 +20,7 @@ <key key0="g" key1="accent_caron" key2="-" key3="_"/> <key key0="h" key2="=" key3="+"/> <key key0="j" key1="accent_trema" key2="accent_circonflexe" key4="}" key3="{"/> - <key key0="k" key3="[" key4="]"/> + <key key0="k" key1="accent_double_aigu" key3="[" key4="]"/> <key key0="l" key2="|" key3="\\"/> </row> <row> |
