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

Unified 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, 9 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
« no previous file with comments | « chromeos/ime/input_method_manager.h ('k') | chromeos/ime/xkeyboard.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chromeos/ime/input_methods.txt
diff --git a/chromeos/ime/input_methods.txt b/chromeos/ime/input_methods.txt
index a570da72d1f208d1dd76214a6edd95641e2d5fb9..d053d12227450ad68d2e86b701cc69ecba13ba71 100644
--- a/chromeos/ime/input_methods.txt
+++ b/chromeos/ime/input_methods.txt
@@ -34,10 +34,12 @@
# * chrome/browser/resources/chromeos/keyboard_overlay_data.js
# * chrome/browser/ui/webui/chromeos/keyboard_overlay_ui.cc
#
-# If you add an XKB layout which depends on X11's Mod3Mask (e.g. Germany Neo2
-# XKB layout), you should also update IsMod3UsedByCurrentInputMethod() method
-# in chrome/browser/ui/ash/event_rewriter.cc. Otherwise, Mod3Mask might be
-# removed unexpectedly by the rewriter.
+# If you add an XKB layout which depends on AltGr or X11's Mod3Mask
+# (e.g. Germany Neo2 XKB layout), you should also update kAltGrLayoutIds or
+# kMod3LayoutIds in
+# chrome/browser/chromeos/input_method/input_method_manager_impl.cc
+# Otherwise, Mod3Mask might be removed unexpectedly by the rewriter, and
+# sticky keys will not work.
#
# U.S. English
« 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