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

Unified Diff: ash/mus/accelerators/accelerator_controller_delegate_mus.cc

Issue 2276233002: ash/chromeos: Add shift-alt-p shortcut to open palette. (Closed)
Patch Set: Address comments Created 4 years, 4 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 | « ash/common/test/test_palette_delegate.cc ('k') | ash/shell/shell_delegate_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/mus/accelerators/accelerator_controller_delegate_mus.cc
diff --git a/ash/mus/accelerators/accelerator_controller_delegate_mus.cc b/ash/mus/accelerators/accelerator_controller_delegate_mus.cc
index 2de31d4bcdb130e53bee1d5b0423f193a7cd7846..c4dab19e174a7aa4a6b79c3910265aa9225047e0 100644
--- a/ash/mus/accelerators/accelerator_controller_delegate_mus.cc
+++ b/ash/mus/accelerators/accelerator_controller_delegate_mus.cc
@@ -60,6 +60,7 @@ bool AcceleratorControllerDelegateMus::HandlesAction(AcceleratorAction action) {
case LOCK_RELEASED:
case POWER_PRESSED:
case POWER_RELEASED:
+ case SHOW_STYLUS_TOOLS:
James Cook 2016/08/26 15:49:25 nit: Remove this one. Per the comment above it's o
jdufault 2016/08/26 18:49:10 Ah, there is a already comment at the top of the s
case SWAP_PRIMARY_DISPLAY:
case TOGGLE_MIRROR_MODE:
case TOUCH_HUD_CLEAR:
« no previous file with comments | « ash/common/test/test_palette_delegate.cc ('k') | ash/shell/shell_delegate_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698