diff options
| author | Jules Aguillon | 2026-04-24 11:32:19 +0200 |
|---|---|---|
| committer | GitHub | 2026-04-24 11:32:19 +0200 |
| commit | b844af1f289921592a8bfb7e5a174d4e1b33c0dd (patch) | |
| tree | bdc5a3292c2be4d32295e206a48bfc7fd89d99aa /gen_method_xml.py | |
| parent | 6477c90506f1cafb84cbb2436cd5a83c167ee33f (diff) | |
| download | unexpected-keyboard-b844af1f289921592a8bfb7e5a174d4e1b33c0dd.tar.gz unexpected-keyboard-b844af1f289921592a8bfb7e5a174d4e1b33c0dd.zip | |
Fix the spacebar in Hangul combining (#1244)
* Fix the spacebar in Hangul combining
The encoding for the spacebar changed and the Hangul combining code was
not updated.
* Change the default layout for Korean
Diffstat (limited to 'gen_method_xml.py')
| -rw-r--r-- | gen_method_xml.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gen_method_xml.py b/gen_method_xml.py index 9b266d5..b5479bd 100644 --- a/gen_method_xml.py +++ b/gen_method_xml.py @@ -50,7 +50,7 @@ LOCALES = [ loc("ka_GE", "latin", "georgian_mes"), loc("kk_KZ", "latin", "cyrl_jcuken_kk"), loc("kn_IN", "kannada", "kann_kannada"), - loc("ko_KR", "hangul", "latn_qwerty_us"), + loc("ko_KR", "hangul", "hang_dubeolsik_kr"), loc("lt_LT", "latin", "latn_qwerty_lt", extra_keys="accent_ogonek:ą:ę:į:ų@s|accent_caron:č:š:ž@f|accent_dot_above:ė@s|accent_macron:ū@o|€"), loc("lv_LV", "latin", "latn_qwerty_lv", extra_keys="accent_macron:ā:ē:ī:ū@o|accent_caron:č:š:ž@f|accent_ogonek:ķ:ļ:ņ@s|accent_cedille:ģ@c|€"), loc("mk", "cyrillic", "cyrl_lynyertdz_mk", extra_keys="ѕ|ѓ|ќ|ѝ|ѐ|љ|њ|џ|„|“|€"), |
