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

Unified Diff: services/ui/ws/window_manager_state.cc

Issue 2197203003: Rebind mus keyboard shortcut for dump ServerWindow hierarchy to Ctrl-Alt-Shift-M (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 5 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/accelerators/accelerator_table.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/ui/ws/window_manager_state.cc
diff --git a/services/ui/ws/window_manager_state.cc b/services/ui/ws/window_manager_state.cc
index 600228dce2b757f73bb0ee80dd0b46d056b7c31b..333156c533f8d066632d464d29708b6f41cadfbe 100644
--- a/services/ui/ws/window_manager_state.cc
+++ b/services/ui/ws/window_manager_state.cc
@@ -367,7 +367,7 @@ void WindowManagerState::AddDebugAccelerators() {
// Always register the accelerators, even if they only work in debug, so that
// keyboard behavior is the same in release and debug builds.
mojom::EventMatcherPtr matcher = CreateKeyMatcher(
- ui::mojom::KeyboardCode::S, ui::mojom::kEventFlagControlDown |
+ ui::mojom::KeyboardCode::M, ui::mojom::kEventFlagControlDown |
sky 2016/08/01 20:43:20 I think the wm should be able to override debug ac
ui::mojom::kEventFlagAltDown |
ui::mojom::kEventFlagShiftDown);
event_dispatcher_.AddAccelerator(kPrintWindowsDebugAcceleratorId,
« no previous file with comments | « ash/common/accelerators/accelerator_table.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698