[gnome-desktop] Make table:cangjie5 the default input method for zh_HK



commit 7581f12f72055cda96a465876e23a3217f099c1f
Author: Mike FABIAN <mfabian redhat com>
Date:   Tue Feb 1 07:45:23 2022 +0100

    Make table:cangjie5 the default input method for zh_HK
    
    See also: https://fedoraproject.org/wiki/Changes/Ibus_table_cangjie_default_for_zh_hk

 libgnome-desktop/default-input-sources.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/libgnome-desktop/default-input-sources.h b/libgnome-desktop/default-input-sources.h
index 888c0d80..bb5f10f5 100644
--- a/libgnome-desktop/default-input-sources.h
+++ b/libgnome-desktop/default-input-sources.h
@@ -54,7 +54,7 @@ static DefaultInputSource default_input_sources[] =
   { "te_IN",    "ibus",         "m17n:te:inscript" },
   { "ur_IN",    "ibus",         "m17n:ur:phonetic" },
   { "zh_CN",    "ibus",         "libpinyin" },
-  { "zh_HK",    "ibus",         "cangjie" },
+  { "zh_HK",    "ibus",         "table:cangjie5" },
   { "zh_TW",    "ibus",         "libzhuyin" },
   { NULL,       NULL,           NULL }
 };


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]