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

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

Issue 2128573002: [DomKey] Support Japanese (JIS) layout special keys (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add DomKey map for Japanese special keys 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 | « no previous file | ui/events/keycodes/keyboard_codes_win.h » ('j') | ui/events/keycodes/platform_key_map_win.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/events/keycodes/keyboard_codes_posix.h
diff --git a/ui/events/keycodes/keyboard_codes_posix.h b/ui/events/keycodes/keyboard_codes_posix.h
index b616388e9add03c68c48f6045aabfca383580df0..727ff1d5c29f4497a25b6c8ec2be702e52c91c6b 100644
--- a/ui/events/keycodes/keyboard_codes_posix.h
+++ b/ui/events/keycodes/keyboard_codes_posix.h
@@ -196,8 +196,12 @@ enum KeyboardCode {
VKEY_OEM_104 = 0xE4, // GTV KEYCODE_MEDIA_FAST_FORWARD
VKEY_PROCESSKEY = 0xE5,
VKEY_PACKET = 0xE7,
+ VKEY_OEM_ATTN = 0xF0,
+ VKEY_OEM_FINISH = 0xF1,
+ VKEY_OEM_COPY = 0xF2,
Wez 2016/07/07 18:25:51 Since these have not-very-helpful names, can we ad
chongz 2016/07/07 22:18:08 Done.
VKEY_DBE_SBCSCHAR = 0xF3,
VKEY_DBE_DBCSCHAR = 0xF4,
+ VKEY_OEM_BACKTAB = 0xF5,
VKEY_ATTN = 0xF6,
VKEY_CRSEL = 0xF7,
VKEY_EXSEL = 0xF8,
« no previous file with comments | « no previous file | ui/events/keycodes/keyboard_codes_win.h » ('j') | ui/events/keycodes/platform_key_map_win.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698