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

Unified Diff: ash/accelerators/accelerator_controller.h

Issue 10977074: Toggling windows with (shift)-f5 and (shift)-alt-tab does not repeat on key repeat anymore. (Closed) Base URL: http://git.chromium.org/chromium/src.git@issue-135284-repeated-maximize
Patch Set: Created 8 years, 3 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 | « no previous file | ash/accelerators/accelerator_controller.cc » ('j') | ash/wm/gestures/bezel_gesture_handler.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/accelerators/accelerator_controller.h
diff --git a/ash/accelerators/accelerator_controller.h b/ash/accelerators/accelerator_controller.h
index fb3cb7d8f6cb424b1c0226980a34da2b76f9381d..5b61159cbd6e2ed23c9752ad3ddd5e0b7b71be7e 100644
--- a/ash/accelerators/accelerator_controller.h
+++ b/ash/accelerators/accelerator_controller.h
@@ -118,8 +118,10 @@ class ASH_EXPORT AcceleratorController : public ui::AcceleratorTarget {
// Reserved actions. See accelerator_table.h for details.
std::set<int> reserved_actions_;
- // If toggling maximized is suppressed until the key release event.
+ // Used to suppress accelerator handling on key repeat.
bool toggle_maximized_suppressed_;
+ bool cycle_backward_linear_suppressed_;
+ bool cycle_forward_linear_suppressed_;
DISALLOW_COPY_AND_ASSIGN(AcceleratorController);
};
« no previous file with comments | « no previous file | ash/accelerators/accelerator_controller.cc » ('j') | ash/wm/gestures/bezel_gesture_handler.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698