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

Unified Diff: base/keyboard_codes_win.h

Issue 1701006: Implement UI automation on the Mac.... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 10 years, 8 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 | chrome/browser/autocomplete/autocomplete_edit_view_browsertest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/keyboard_codes_win.h
===================================================================
--- base/keyboard_codes_win.h (revision 45975)
+++ base/keyboard_codes_win.h (working copy)
@@ -16,7 +16,8 @@
VKEY_RETURN = VK_RETURN,
VKEY_SHIFT = VK_SHIFT,
VKEY_CONTROL = VK_CONTROL,
- VKEY_MENU = VK_MENU,
+ VKEY_MENU = VK_MENU, // a.k.a. ALT
+ VKEY_COMMAND = 0, // Not meaningful for Windows. START, perhaps?
VKEY_PAUSE = VK_PAUSE,
VKEY_CAPITAL = VK_CAPITAL,
VKEY_KANA = VK_KANA,
« no previous file with comments | « no previous file | chrome/browser/autocomplete/autocomplete_edit_view_browsertest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698