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

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

Issue 111223002: Unmark Ukrainian keyboard from 'login-allowed'. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 7 years 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-separated columns. 4 # Each non-comment line contains the following tab-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 87 matching lines...) Expand 10 before | Expand all | Expand 10 after
98 xkb:is::ice is is login 98 xkb:is::ice is is login
99 xkb:no::nob no nb login 99 xkb:no::nob no nb login
100 xkb:pl::pol pl pl login 100 xkb:pl::pol pl pl login
101 xkb:pt::por pt pt-PT login 101 xkb:pt::por pt pt-PT login
102 xkb:ro::rum ro ro login 102 xkb:ro::rum ro ro login
103 xkb:se::swe se sv login 103 xkb:se::swe se sv login
104 xkb:sk::slo sk sk 104 xkb:sk::slo sk sk
105 xkb:si::slv si sl login 105 xkb:si::slv si sl login
106 xkb:rs::srp rs sr 106 xkb:rs::srp rs sr
107 xkb:tr::tur tr tr login 107 xkb:tr::tur tr tr login
108 xkb:ua::ukr» ua» uk login 108 xkb:ua::ukr» ua» uk
109 xkb:by::bel by be 109 xkb:by::bel by be
110 xkb:am:phonetic:arm am hy 110 xkb:am:phonetic:arm am hy
111 xkb:ge::geo ge ka 111 xkb:ge::geo ge ka
112 xkb:mn::mon mn mn 112 xkb:mn::mon mn mn
113 # TODO(yusukes): Support xkb:latam:deadtilde:spa and/or xkb:latam:nodeadkeys:spa 113 # TODO(yusukes): Support xkb:latam:deadtilde:spa and/or xkb:latam:nodeadkeys:spa
114 # if necessary. 114 # 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