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

Unified Diff: ui/events/keycodes/keyboard_codes_win.h

Issue 2025733002: [DomKey] Use VK->DomKey mapping for non-printable keys (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Wez's review 2 Created 4 years, 6 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 | « ui/events/keycodes/keyboard_codes_posix.h ('k') | ui/events/keycodes/platform_key_map_win.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/events/keycodes/keyboard_codes_win.h
diff --git a/ui/events/keycodes/keyboard_codes_win.h b/ui/events/keycodes/keyboard_codes_win.h
index 396d38bea7ef4ec48068746f6acb41fed14f0edd..87ae3aa017ee203d724bb954ca41e03afd892f5f 100644
--- a/ui/events/keycodes/keyboard_codes_win.h
+++ b/ui/events/keycodes/keyboard_codes_win.h
@@ -11,6 +11,7 @@
namespace ui {
enum KeyboardCode {
+ VKEY_CANCEL = VK_CANCEL,
VKEY_BACK = VK_BACK,
VKEY_TAB = VK_TAB,
VKEY_CLEAR = VK_CLEAR,
« no previous file with comments | « ui/events/keycodes/keyboard_codes_posix.h ('k') | ui/events/keycodes/platform_key_map_win.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698