abouttreesummaryrefslogcommitdiff
path: root/gen_method_xml.py
diff options
context:
space:
mode:
authorJules Aguillon2026-04-24 11:32:19 +0200
committerGitHub2026-04-24 11:32:19 +0200
commitb844af1f289921592a8bfb7e5a174d4e1b33c0dd (patch)
treebdc5a3292c2be4d32295e206a48bfc7fd89d99aa /gen_method_xml.py
parent6477c90506f1cafb84cbb2436cd5a83c167ee33f (diff)
downloadunexpected-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.py2
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="ѕ|ѓ|ќ|ѝ|ѐ|љ|њ|џ|„|“|€"),