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

Unified Diff: ui/base/keycodes/keyboard_codes_posix.h

Issue 6731036: Enabled pressing TAB to cycle through the Omnibox results. (Closed) Base URL: http://src.chromium.org/svn/trunk/src/
Patch Set: '' Created 8 years, 11 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
Index: ui/base/keycodes/keyboard_codes_posix.h
===================================================================
--- ui/base/keycodes/keyboard_codes_posix.h (revision 117892)
+++ ui/base/keycodes/keyboard_codes_posix.h (working copy)
@@ -37,6 +37,7 @@
typedef enum {
VKEY_BACK = 0x08,
VKEY_TAB = 0x09,
+ VKEY_BACKTAB = 0x0A,
VKEY_CLEAR = 0x0C,
VKEY_RETURN = 0x0D,
VKEY_SHIFT = 0x10,

Powered by Google App Engine
This is Rietveld 408576698