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

Unified Diff: ash/wm/overview/window_selector.cc

Issue 436713002: Pressing tab in overview should cycle windows. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Add unittest. Created 6 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 | « no previous file | ash/wm/overview/window_selector_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/wm/overview/window_selector.cc
diff --git a/ash/wm/overview/window_selector.cc b/ash/wm/overview/window_selector.cc
index 126f65ee9fa5409ad98d18c4e1b68f2e9ba3f5fe..ca6923f532fafe6a6e36ef002cb41815edd9fc5c 100644
--- a/ash/wm/overview/window_selector.cc
+++ b/ash/wm/overview/window_selector.cc
@@ -302,6 +302,7 @@ bool WindowSelector::HandleKeyEvent(views::Textfield* sender,
Move(WindowSelector::DOWN, true);
break;
case ui::VKEY_RIGHT:
+ case ui::VKEY_TAB:
num_key_presses_++;
Move(WindowSelector::RIGHT, true);
break;
« no previous file with comments | « no previous file | ash/wm/overview/window_selector_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698