OLD | NEW |
| (Empty) |
1 // Copyright (c) 2012 The Chromium Authors. All rights reserved. | |
2 // Use of this source code is governed by a BSD-style license that can be | |
3 // found in the LICENSE file. | |
4 | |
5 // This file was generated by 'gen_keyboard_overlay_data.py --altgr' | |
6 | |
7 #ifndef CHROME_BROWSER_CHROMEOS_INPUT_METHOD_XKEYBOARD_DATA_H_ | |
8 #define CHROME_BROWSER_CHROMEOS_INPUT_METHOD_XKEYBOARD_DATA_H_ | |
9 | |
10 namespace chromeos { | |
11 namespace input_method { | |
12 | |
13 // These are the input method IDs that shouldn't remap the right alt key. | |
14 const char* kKeepRightAltInputMethods[] = { | |
15 "mozc-hangul", | |
16 "xkb:be::fra", | |
17 "xkb:be::ger", | |
18 "xkb:be::nld", | |
19 "xkb:bg::bul", | |
20 "xkb:bg:phonetic:bul", | |
21 "xkb:br::por", | |
22 "xkb:ca::fra", | |
23 "xkb:ca:eng:eng", | |
24 "xkb:ch::ger", | |
25 "xkb:ch:fr:fra", | |
26 "xkb:cz::cze", | |
27 "xkb:de::ger", | |
28 "xkb:de:neo:ger", | |
29 "xkb:dk::dan", | |
30 "xkb:ee::est", | |
31 "xkb:es::spa", | |
32 "xkb:es:cat:cat", | |
33 "xkb:fi::fin", | |
34 "xkb:fr::fra", | |
35 "xkb:gb:dvorak:eng", | |
36 "xkb:gb:extd:eng", | |
37 "xkb:gr::gre", | |
38 "xkb:hr::scr", | |
39 "xkb:il::heb", | |
40 "xkb:it::ita", | |
41 "xkb:kr:kr104:kor", | |
42 "xkb:latam::spa", | |
43 "xkb:lt::lit", | |
44 "xkb:no::nob", | |
45 "xkb:pl::pol", | |
46 "xkb:pt::por", | |
47 "xkb:ro::rum", | |
48 "xkb:se::swe", | |
49 "xkb:si::slv", | |
50 "xkb:sk::slo", | |
51 "xkb:tr::tur", | |
52 "xkb:ua::ukr", | |
53 "xkb:us:altgr-intl:eng", | |
54 "xkb:us:intl:eng", | |
55 }; | |
56 | |
57 // These are the overlay names with caps lock remapped | |
58 const char* kCapsLockRemapped[] = { | |
59 "xkb:de:neo:ger", | |
60 "xkb:us:colemak:eng", | |
61 }; | |
62 | |
63 } // input_method | |
64 } // chromeos | |
65 | |
66 #endif // CHROME_BROWSER_CHROMEOS_INPUT_METHOD_XKEYBOARD_DATA_H_ | |
OLD | NEW |