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

Unified Diff: ui/aura/desktop_host_linux.cc

Issue 8461004: Space key doesn't work in AURA enabled build because in case of space key, (Closed) Base URL: http://src.chromium.org/svn/trunk/src/
Patch Set: '' Created 9 years, 1 month 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
« AUTHORS ('K') | « AUTHORS ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/aura/desktop_host_linux.cc
===================================================================
--- ui/aura/desktop_host_linux.cc (revision 108629)
+++ ui/aura/desktop_host_linux.cc (working copy)
@@ -195,6 +195,7 @@
case ui::VKEY_BACK:
case ui::VKEY_RETURN:
case ui::VKEY_ESCAPE:
+ case ui::VKEY_SPACE:
case ui::VKEY_TAB:
// In addition to the keys listed at MSDN, we include other
// graphic-character and numpad keys.
« AUTHORS ('K') | « AUTHORS ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698