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

Unified Diff: ash/common/accelerators/accelerator_table.cc

Issue 2566583004: Allow 'Alt+Shift+K' to show IME menu at login or lock screen. (Closed)
Patch Set: Created 4 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/common/accelerators/accelerator_table.cc
diff --git a/ash/common/accelerators/accelerator_table.cc b/ash/common/accelerators/accelerator_table.cc
index 4181c1dc45e8c13e33dbfb187f300ce94426b193..00a1a32ecb55f9dde5ef3e1e88e741fd95141221 100644
--- a/ash/common/accelerators/accelerator_table.cc
+++ b/ash/common/accelerators/accelerator_table.cc
@@ -341,6 +341,7 @@ const AcceleratorAction kActionsAllowedAtLoginOrLockScreen[] = {
DISABLE_CAPS_LOCK,
KEYBOARD_BRIGHTNESS_DOWN,
KEYBOARD_BRIGHTNESS_UP,
+ SHOW_IME_MENU_BUBBLE,
TOGGLE_CAPS_LOCK,
TOGGLE_HIGH_CONTRAST,
TOGGLE_SPOKEN_FEEDBACK,
« 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