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

Unified Diff: chrome/browser/chromeos/input_method/xkeyboard_data.h

Issue 10383301: Move modifier remapping code from X to Ash (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: reverted ui/base/keycodes/keyboard_code_conversion_x.cc (this was just for debugging) Created 8 years, 7 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 side-by-side diff with in-line comments
Download patch
Index: chrome/browser/chromeos/input_method/xkeyboard_data.h
diff --git a/chrome/browser/chromeos/input_method/xkeyboard_data.h b/chrome/browser/chromeos/input_method/xkeyboard_data.h
deleted file mode 100644
index 08566aa5c70adfc52ab4b5f0b1b0a11dce03c3d0..0000000000000000000000000000000000000000
--- a/chrome/browser/chromeos/input_method/xkeyboard_data.h
+++ /dev/null
@@ -1,66 +0,0 @@
-// Copyright (c) 2012 The Chromium Authors. All rights reserved.
-// Use of this source code is governed by a BSD-style license that can be
-// found in the LICENSE file.
-
-// This file was generated by 'gen_keyboard_overlay_data.py --altgr'
-
-#ifndef CHROME_BROWSER_CHROMEOS_INPUT_METHOD_XKEYBOARD_DATA_H_
-#define CHROME_BROWSER_CHROMEOS_INPUT_METHOD_XKEYBOARD_DATA_H_
-
-namespace chromeos {
-namespace input_method {
-
-// These are the input method IDs that shouldn't remap the right alt key.
-const char* kKeepRightAltInputMethods[] = {
- "mozc-hangul",
- "xkb:be::fra",
- "xkb:be::ger",
- "xkb:be::nld",
- "xkb:bg::bul",
- "xkb:bg:phonetic:bul",
- "xkb:br::por",
- "xkb:ca::fra",
- "xkb:ca:eng:eng",
- "xkb:ch::ger",
- "xkb:ch:fr:fra",
- "xkb:cz::cze",
- "xkb:de::ger",
- "xkb:de:neo:ger",
- "xkb:dk::dan",
- "xkb:ee::est",
- "xkb:es::spa",
- "xkb:es:cat:cat",
- "xkb:fi::fin",
- "xkb:fr::fra",
- "xkb:gb:dvorak:eng",
- "xkb:gb:extd:eng",
- "xkb:gr::gre",
- "xkb:hr::scr",
- "xkb:il::heb",
- "xkb:it::ita",
- "xkb:kr:kr104:kor",
- "xkb:latam::spa",
- "xkb:lt::lit",
- "xkb:no::nob",
- "xkb:pl::pol",
- "xkb:pt::por",
- "xkb:ro::rum",
- "xkb:se::swe",
- "xkb:si::slv",
- "xkb:sk::slo",
- "xkb:tr::tur",
- "xkb:ua::ukr",
- "xkb:us:altgr-intl:eng",
- "xkb:us:intl:eng",
-};
-
-// These are the overlay names with caps lock remapped
-const char* kCapsLockRemapped[] = {
- "xkb:de:neo:ger",
- "xkb:us:colemak:eng",
-};
-
-} // input_method
-} // chromeos
-
-#endif // CHROME_BROWSER_CHROMEOS_INPUT_METHOD_XKEYBOARD_DATA_H_
« no previous file with comments | « chrome/browser/chromeos/input_method/xkeyboard.cc ('k') | chrome/browser/chromeos/input_method/xkeyboard_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698