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

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

Issue 187313002: Update StickyKeys overlay to show or hide AltGr depending on the (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix rebase Created 6 years, 8 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « chromeos/ime/input_method_manager.h ('k') | chromeos/ime/xkeyboard.h » ('j') | 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 16 matching lines...) Expand all
27 # method ID to the keyboard overlay ID to INPUT_METHOD_ID_TO_OVERLAY_ID in 27 # method ID to the keyboard overlay ID to INPUT_METHOD_ID_TO_OVERLAY_ID in
28 # 28 #
29 # * tools/gen_keyboard_overlay_data/gen_keyboard_overlay_data.py 29 # * tools/gen_keyboard_overlay_data/gen_keyboard_overlay_data.py
30 # 30 #
31 # and update the following files by running this script. 31 # and update the following files by running this script.
32 # 32 #
33 # * chrome/app/generated_resources.grd 33 # * chrome/app/generated_resources.grd
34 # * chrome/browser/resources/chromeos/keyboard_overlay_data.js 34 # * chrome/browser/resources/chromeos/keyboard_overlay_data.js
35 # * chrome/browser/ui/webui/chromeos/keyboard_overlay_ui.cc 35 # * chrome/browser/ui/webui/chromeos/keyboard_overlay_ui.cc
36 # 36 #
37 # If you add an XKB layout which depends on X11's Mod3Mask (e.g. Germany Neo2 37 # If you add an XKB layout which depends on AltGr or X11's Mod3Mask
38 # XKB layout), you should also update IsMod3UsedByCurrentInputMethod() method 38 # (e.g. Germany Neo2 XKB layout), you should also update kAltGrLayoutIds or
39 # in chrome/browser/ui/ash/event_rewriter.cc. Otherwise, Mod3Mask might be 39 # kMod3LayoutIds in
40 # removed unexpectedly by the rewriter. 40 # chrome/browser/chromeos/input_method/input_method_manager_impl.cc
41 # Otherwise, Mod3Mask might be removed unexpectedly by the rewriter, and
42 # sticky keys will not work.
41 # 43 #
42 44
43 # U.S. English 45 # U.S. English
44 xkb:us::eng us en-US,en-AU,id,fil,ms US login 46 xkb:us::eng us en-US,en-AU,id,fil,ms US login
45 xkb:us:intl:eng us(intl) en-US,nl,pt-BR INTL login 47 xkb:us:intl:eng us(intl) en-US,nl,pt-BR INTL login
46 xkb:us:altgr-intl:eng us(altgr-intl) en-US EXTD login 48 xkb:us:altgr-intl:eng us(altgr-intl) en-US EXTD login
47 xkb:us:dvorak:eng us(dvorak) en-US DV login 49 xkb:us:dvorak:eng us(dvorak) en-US DV login
48 xkb:us:colemak:eng us(colemak) en-US CO login 50 xkb:us:colemak:eng us(colemak) en-US CO login
49 # U.S. English entiries have to be above the Dutch entry so that xkb:us:intl:eng 51 # U.S. English entiries have to be above the Dutch entry so that xkb:us:intl:eng
50 # will be selected as the default keyboard when the UI language is set to Dutch. 52 # will be selected as the default keyboard when the UI language is set to Dutch.
(...skipping 56 matching lines...) Expand 10 before | Expand all | Expand 10 after
107 xkb:si::slv si sl SI login 109 xkb:si::slv si sl SI login
108 xkb:rs::srp rs sr RS 110 xkb:rs::srp rs sr RS
109 xkb:tr::tur tr tr TR login 111 xkb:tr::tur tr tr TR login
110 xkb:ua::ukr ua uk UA 112 xkb:ua::ukr ua uk UA
111 xkb:by::bel by be BY 113 xkb:by::bel by be BY
112 xkb:am:phonetic:arm am hy AM 114 xkb:am:phonetic:arm am hy AM
113 xkb:ge::geo ge ka GE 115 xkb:ge::geo ge ka GE
114 xkb:mn::mon mn mn MN 116 xkb:mn::mon mn mn MN
115 # TODO(yusukes): Support xkb:latam:deadtilde:spa and/or xkb:latam:nodeadkeys:spa 117 # TODO(yusukes): Support xkb:latam:deadtilde:spa and/or xkb:latam:nodeadkeys:spa
116 # if necessary. 118 # if necessary.
OLDNEW
« no previous file with comments | « chromeos/ime/input_method_manager.h ('k') | chromeos/ime/xkeyboard.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698