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

Side by Side Diff: chromeos/ime/input_methods.txt

Issue 725463002: Updates the input_methods.txt file to be consistent with chrome/browser/resources/chromeos/input_me… (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 1 month 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 unified diff | Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # The list of keyboard layouts that we support. The keyboard layout metadata is 1 # The list of keyboard layouts that we support. The keyboard layout metadata is
2 # also defined here. 2 # also defined here.
3 # 3 #
4 # Each non-comment line contains the following tab-or-space-separated columns. 4 # Each non-comment line contains the following tab-or-space-separated columns.
5 # 5 #
6 # 1) The input method ID used by Chrome. (ex. "xkb:ca::fra") You should *NEVER* 6 # 1) The input method ID used by Chrome. (ex. "xkb:ca::fra") You should *NEVER*
7 # change the ID since the ID might be written in user's ~/Preferences. For 7 # change the ID since the ID might be written in user's ~/Preferences. For
8 # example, three-letter ISO 639-2/B codes are used for IDs start with "xkb:" 8 # example, three-letter ISO 639-2/B codes are used for IDs start with "xkb:"
9 # for histrical reason, but we should not replace them with two-letter 639-1 9 # for histrical reason, but we should not replace them with two-letter 639-1
10 # codes that are currently in use in the 3rd column. 10 # codes that are currently in use in the 3rd column.
(...skipping 103 matching lines...) Expand 10 before | Expand all | Expand 10 after
114 xkb:sk::slo sk sk SK 114 xkb:sk::slo sk sk SK
115 xkb:si::slv si sl SI login 115 xkb:si::slv si sl SI login
116 xkb:rs::srp rs sr RS 116 xkb:rs::srp rs sr RS
117 xkb:tr::tur tr tr TR login 117 xkb:tr::tur tr tr TR login
118 xkb:ua::ukr ua uk UA 118 xkb:ua::ukr ua uk UA
119 xkb:by::bel by be BY 119 xkb:by::bel by be BY
120 xkb:am:phonetic:arm am hy AM 120 xkb:am:phonetic:arm am hy AM
121 xkb:ge::geo ge ka GE 121 xkb:ge::geo ge ka GE
122 xkb:mn::mon mn mn MN 122 xkb:mn::mon mn mn MN
123 xkb:ie::ga ie ga GA login 123 xkb:ie::ga ie ga GA login
124 xkb:mt::mlt mt mt MT login
124 125
125 # TODO(yusukes): Support xkb:latam:deadtilde:spa and/or xkb:latam:nodeadkeys:spa 126 # TODO(yusukes): Support xkb:latam:deadtilde:spa and/or xkb:latam:nodeadkeys:spa
126 # if necessary. 127 # if necessary.
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698