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

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: 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 | « no previous file | ui/events/keycodes/keyboard_codes_win.h » ('j') | no next file with comments »
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..9c67648a08643a30b7fe40f53fbb67ed2fc3fe1c 100644
--- a/ui/events/keycodes/keyboard_codes_posix.h
+++ b/ui/events/keycodes/keyboard_codes_posix.h
@@ -196,9 +196,13 @@ enum KeyboardCode {
VKEY_OEM_104 = 0xE4, // GTV KEYCODE_MEDIA_FAST_FORWARD
VKEY_PROCESSKEY = 0xE5,
VKEY_PACKET = 0xE7,
- VKEY_DBE_SBCSCHAR = 0xF3,
- VKEY_DBE_DBCSCHAR = 0xF4,
- VKEY_ATTN = 0xF6,
+ VKEY_OEM_ATTN = 0xF0, // JIS DomKey::ALPHANUMERIC
+ VKEY_OEM_FINISH = 0xF1, // JIS DomKey::KATAKANA
+ VKEY_OEM_COPY = 0xF2, // JIS DomKey::HIRAGANA
+ VKEY_DBE_SBCSCHAR = 0xF3, // JIS DomKey::HANKAKU
+ VKEY_DBE_DBCSCHAR = 0xF4, // JIS DomKey::ZENKAKU
+ VKEY_OEM_BACKTAB = 0xF5, // JIS DomKey::ROMAJI
+ VKEY_ATTN = 0xF6, // DomKey::ATTN or JIS DomKey::KANA_MODE
VKEY_CRSEL = 0xF7,
VKEY_EXSEL = 0xF8,
VKEY_EREOF = 0xF9,
« no previous file with comments | « no previous file | ui/events/keycodes/keyboard_codes_win.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698