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

Unified Diff: Source/testing/runner/KeyCodeMapping.h

Issue 22831043: KeyboardEvent.location should be DOM_KEY_LOCATION_STANDARD for Num Lock key (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Remove mention of DRT Created 7 years, 4 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 | « Source/testing/runner/EventSender.cpp ('k') | Source/testing/runner/KeyCodeMapping.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/testing/runner/KeyCodeMapping.h
diff --git a/Source/testing/runner/KeyCodeMapping.h b/Source/testing/runner/KeyCodeMapping.h
index 44a968116a4faaa3a343edd022462acc549c2b94..ec97fb4601f9f3993b7bded52c58a70cf80888e4 100644
--- a/Source/testing/runner/KeyCodeMapping.h
+++ b/Source/testing/runner/KeyCodeMapping.h
@@ -50,6 +50,7 @@ enum {
VKEY_DELETE = 0x2E,
VKEY_APPS = 0x5D,
VKEY_F1 = 0x70,
+ VKEY_NUMLOCK = 0x90,
VKEY_LSHIFT = 0xA0,
VKEY_RSHIFT = 0xA1,
VKEY_LCONTROL = 0xA2,
« no previous file with comments | « Source/testing/runner/EventSender.cpp ('k') | Source/testing/runner/KeyCodeMapping.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698