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

Side by Side Diff: input_methods/whitelist.txt

Issue 5859005: Support US Colemak keyboard layout. (Closed) Base URL: ssh://git@gitrw.chromium.org:9222/assets.git@master
Patch Set: Created 10 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 | Annotate | Revision Log
« 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 input method IDs that we support. This filtering is necessary 1 # The list of input method IDs that we support. This filtering is necessary
2 # since some input methods are definitely unnecessary for us. For example, we 2 # since some input methods are definitely unnecessary for us. For example, we
3 # should disable "ja:anthy", "zh:cangjie", and "zh:pinyin" engines in 3 # should disable "ja:anthy", "zh:cangjie", and "zh:pinyin" engines in
4 # ibus-m17n since we (will) have better equivalents outside of ibus-m17n. 4 # ibus-m17n since we (will) have better equivalents outside of ibus-m17n.
5 # The list will be processed by scripts. 5 # The list will be processed by scripts.
6 6
7 # The order of the list is important. In Chrome's "Languages and Input" options 7 # The order of the list is important. In Chrome's "Languages and Input" options
8 # page, we list input methods in this order, when more than one input methods 8 # page, we list input methods in this order, when more than one input methods
9 # are available for a language (ex. French). 9 # are available for a language (ex. French).
10 10
(...skipping 41 matching lines...) Expand 10 before | Expand all | Expand 10 after
52 # Note: Since ibus-m17n does not support "get-surrounding-text" feature yet, 52 # Note: Since ibus-m17n does not support "get-surrounding-text" feature yet,
53 # Vietnames input methods, except 4 input methods above, in m17n-db should 53 # Vietnames input methods, except 4 input methods above, in m17n-db should
54 # not work fine. The 4 input methods in m17n-db (>= 1.6.0) don't require the 54 # not work fine. The 4 input methods in m17n-db (>= 1.6.0) don't require the
55 # feature. 55 # feature.
56 56
57 # U.S. English 57 # U.S. English
58 xkb:us::eng # US - English 58 xkb:us::eng # US - English
59 xkb:us:intl:eng # US - International (with dead keys) - English 59 xkb:us:intl:eng # US - International (with dead keys) - English
60 xkb:us:altgr-intl:eng # US - International (AltGr dead keys) - English 60 xkb:us:altgr-intl:eng # US - International (AltGr dead keys) - English
61 xkb:us:dvorak:eng # US - Dvorak - English 61 xkb:us:dvorak:eng # US - Dvorak - English
62 xkb:us:colemak:eng # US - Colemak - English
62 63
63 # Other languages 64 # Other languages
64 hangul # ibus-hangul - Korean 65 hangul # ibus-hangul - Korean
65 pinyin # Pinyin engine in ibus-pinyin - Simplified Chinese 66 pinyin # Pinyin engine in ibus-pinyin - Simplified Chinese
66 67
67 # ibus-m17n input methods. 68 # ibus-m17n input methods.
68 m17n:ar:kbd # Arabic 69 m17n:ar:kbd # Arabic
69 m17n:hi:itrans # Hindi 70 m17n:hi:itrans # Hindi
70 # Note: the m17n-contrib package has some more Hindi definitions. 71 # Note: the m17n-contrib package has some more Hindi definitions.
71 m17n:fa:isiri # Persian 72 m17n:fa:isiri # Persian
(...skipping 26 matching lines...) Expand all
98 xkb:ro::rum # Romania - Romanian 99 xkb:ro::rum # Romania - Romanian
99 xkb:se::swe # Sweden - Swedish 100 xkb:se::swe # Sweden - Swedish
100 xkb:sk::slo # Slovakia - Slovak 101 xkb:sk::slo # Slovakia - Slovak
101 xkb:si::slv # Slovenia - Slovene (Slovenian) 102 xkb:si::slv # Slovenia - Slovene (Slovenian)
102 xkb:rs::srp # Serbia - Serbian 103 xkb:rs::srp # Serbia - Serbian
103 xkb:tr::tur # Turkey - Turkish 104 xkb:tr::tur # Turkey - Turkish
104 xkb:ua::ukr # Ukraine - Ukrainian 105 xkb:ua::ukr # Ukraine - Ukrainian
105 106
106 # TODO(yusukes): Support xkb:latam:deadtilde:spa and/or xkb:latam:nodeadkeys:spa 107 # TODO(yusukes): Support xkb:latam:deadtilde:spa and/or xkb:latam:nodeadkeys:spa
107 # if necessary. 108 # 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