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

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

Issue 2128573002: [DomKey] Support Japanese (JIS) layout special keys (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Wez's review 2 Created 4 years, 5 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 87ae3aa017ee203d724bb954ca41e03afd892f5f..17f737a4708cdad4884864b7df8ddf29be78d304 100644
--- a/ui/events/keycodes/keyboard_codes_win.h
+++ b/ui/events/keycodes/keyboard_codes_win.h
@@ -170,8 +170,12 @@ enum KeyboardCode {
VKEY_OEM_102 = VK_OEM_102,
VKEY_PROCESSKEY = VK_PROCESSKEY,
VKEY_PACKET = VK_PACKET,
+ VKEY_OEM_ATTN = VK_OEM_ATTN,
+ VKEY_OEM_FINISH = VK_OEM_FINISH,
+ VKEY_OEM_COPY = VK_OEM_COPY,
VKEY_DBE_SBCSCHAR = VK_DBE_SBCSCHAR,
VKEY_DBE_DBCSCHAR = VK_DBE_DBCSCHAR,
+ VKEY_OEM_BACKTAB = VK_OEM_BACKTAB,
VKEY_ATTN = VK_ATTN,
VKEY_CRSEL = VK_CRSEL,
VKEY_EXSEL = VK_EXSEL,
« 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