Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(401)

Unified Diff: tools/gen_keyboard_overlay_data/gen_keyboard_overlay_data.py

Issue 312443002: Updates the whitelisted XKB input method IDs to sync up with the component XKB extension. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chromeos/ime/input_methods.txt ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/gen_keyboard_overlay_data/gen_keyboard_overlay_data.py
diff --git a/tools/gen_keyboard_overlay_data/gen_keyboard_overlay_data.py b/tools/gen_keyboard_overlay_data/gen_keyboard_overlay_data.py
index 8531241f2809838bf2767520ec1c05feadf25d27..3240dcd46a151e27e04e9bbf55a45d62bcb6d7c6 100755
--- a/tools/gen_keyboard_overlay_data/gen_keyboard_overlay_data.py
+++ b/tools/gen_keyboard_overlay_data/gen_keyboard_overlay_data.py
@@ -84,25 +84,6 @@ LABEL_MAP = {
};
INPUT_METHOD_ID_TO_OVERLAY_ID = {
- 'm17n:ar:kbd': 'ar',
- 'm17n:fa:isiri': 'ar',
- 'm17n:hi:itrans': 'hi',
- 'm17n:th:kesmanee': 'th',
- 'm17n:th:pattachote': 'th',
- 'm17n:th:tis820': 'th',
- 'm17n:vi:tcvn': 'vi',
- 'm17n:vi:telex': 'vi',
- 'm17n:vi:viqr': 'vi',
- 'm17n:vi:vni': 'vi',
- 'm17n:zh:cangjie': 'zh_TW',
- 'm17n:zh:quick': 'zh_TW',
- 'mozc': 'en_US',
- 'mozc-chewing': 'zh_TW',
- 'mozc-dv': 'en_US_dvorak',
- 'mozc-hangul': 'ko',
- 'mozc-jp': 'ja',
- 'pinyin': 'zh_CN',
- 'pinyin-dv': 'en_US_dvorak',
satorux1 2014/06/02 03:29:49 please mention that obsolete input methods are del
Shu Chen 2014/06/02 03:33:27 Done.
'xkb:be::fra': 'fr',
'xkb:be::ger': 'de',
'xkb:be::nld': 'nl',
@@ -130,7 +111,6 @@ INPUT_METHOD_ID_TO_OVERLAY_ID = {
'xkb:il::heb': 'iw',
'xkb:it::ita': 'it',
'xkb:jp::jpn': 'ja',
- 'xkb:kr:kr104:kor': 'ko',
'xkb:latam::spa': 'es_419',
'xkb:lt::lit': 'lt',
'xkb:lv:apostrophe:lav': 'lv',
@@ -151,7 +131,11 @@ INPUT_METHOD_ID_TO_OVERLAY_ID = {
'xkb:us:colemak:eng': 'en_US_colemak',
'xkb:us:dvorak:eng': 'en_US_dvorak',
'xkb:us:intl:eng': 'en_US_intl',
- 'zinnia-japanese': 'ja',
+ 'xkb:us::ind': 'en_US',
+ 'xkb:us::fil': 'en_US',
+ 'xkb:us::msa': 'en_US',
+ 'xkb:us:intl:nld': 'en_US_intl',
satorux1 2014/06/02 03:29:49 the list is not sorted? how about sorting the list
Shu Chen 2014/06/02 03:33:27 Done.
+ 'xkb:us:intl:por': 'en_US_intl'
}
# The file was first generated in 2012 and we have a policy of not updating
« no previous file with comments | « chromeos/ime/input_methods.txt ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698