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

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

Issue 13638032: Support Icelandic Keyboard layout. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 7 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
« no previous file with comments | « chrome/browser/chromeos/input_method/input_method_util.cc ('k') | 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 methods that we support. The input methods metadata is 1 # The list of input methods that we support. The input methods metadata is
2 # also defined here. We use this data for the following purposes. 2 # also defined here. We use this data for the following purposes.
3 # 3 #
4 # 1. Exclude unnecessary input methods. For example, we don't need 4 # 1. Exclude unnecessary input methods. For example, we don't need
5 # "ja:anthy", and "zh:pinyin" engines in ibus-m17n since we have better 5 # "ja:anthy", and "zh:pinyin" engines in ibus-m17n since we have better
6 # alternatives outside of ibus-m17n. Excluding these input methods from 6 # alternatives outside of ibus-m17n. Excluding these input methods from
7 # the IBus engine XML files, such as /usr/share/ibus/component/m17n.xml, 7 # the IBus engine XML files, such as /usr/share/ibus/component/m17n.xml,
8 # makes the startup time of the IBus daemon faster. This filtering is 8 # makes the startup time of the IBus daemon faster. This filtering is
9 # done using a python script at build time of ibus-m17n. 9 # done using a python script at build time of ibus-m17n.
10 # See crosbug.com/4161 for details. 10 # See crosbug.com/4161 for details.
(...skipping 180 matching lines...) Expand 10 before | Expand all | Expand 10 after
191 xkb:il::heb il he 191 xkb:il::heb il he
192 xkb:latam::spa latam es 192 xkb:latam::spa latam es
193 xkb:lt::lit lt lt 193 xkb:lt::lit lt lt
194 xkb:lv:apostrophe:lav lv(apostrophe) lv 194 xkb:lv:apostrophe:lav lv(apostrophe) lv
195 xkb:hr::scr hr hr 195 xkb:hr::scr hr hr
196 xkb:gb:extd:eng gb(extd) en-GB 196 xkb:gb:extd:eng gb(extd) en-GB
197 xkb:gb:dvorak:eng gb(dvorak) en-GB 197 xkb:gb:dvorak:eng gb(dvorak) en-GB
198 xkb:fi::fin fi fi 198 xkb:fi::fin fi fi
199 xkb:hu::hun hu hu 199 xkb:hu::hun hu hu
200 xkb:it::ita it it 200 xkb:it::ita it it
201 xkb:is::ice is is
201 xkb:no::nob no nb 202 xkb:no::nob no nb
202 xkb:pl::pol pl pl 203 xkb:pl::pol pl pl
203 xkb:pt::por pt pt-PT 204 xkb:pt::por pt pt-PT
204 xkb:ro::rum ro ro 205 xkb:ro::rum ro ro
205 xkb:se::swe se sv 206 xkb:se::swe se sv
206 xkb:sk::slo sk sk 207 xkb:sk::slo sk sk
207 xkb:si::slv si sl 208 xkb:si::slv si sl
208 xkb:rs::srp rs sr 209 xkb:rs::srp rs sr
209 xkb:tr::tur tr tr 210 xkb:tr::tur tr tr
210 xkb:ua::ukr ua uk 211 xkb:ua::ukr ua uk
211 # TODO(yusukes): Support xkb:latam:deadtilde:spa and/or xkb:latam:nodeadkeys:spa 212 # TODO(yusukes): Support xkb:latam:deadtilde:spa and/or xkb:latam:nodeadkeys:spa
212 # if necessary. 213 # if necessary.
OLDNEW
« no previous file with comments | « chrome/browser/chromeos/input_method/input_method_util.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698