summaryrefslogtreecommitdiffstats
path: root/ui/base/keycodes/keyboard_codes_posix.h
diff options
context:
space:
mode:
Diffstat (limited to 'ui/base/keycodes/keyboard_codes_posix.h')
-rw-r--r--ui/base/keycodes/keyboard_codes_posix.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/ui/base/keycodes/keyboard_codes_posix.h b/ui/base/keycodes/keyboard_codes_posix.h
index bfbbacb..697a9f3 100644
--- a/ui/base/keycodes/keyboard_codes_posix.h
+++ b/ui/base/keycodes/keyboard_codes_posix.h
@@ -206,8 +206,9 @@ enum KeyboardCode {
VKEY_OEM_CLEAR = 0xFE,
VKEY_UNKNOWN = 0,
- // POSIX specific VKEYs. Note that as of Windows SDK 7.1, 0xD8-DA and 0xE8 are
- // unassigned.
+ // POSIX specific VKEYs. Note that as of Windows SDK 7.1, 0x97-9F, 0xD8-DA,
+ // and 0xE8 are unassigned.
+ VKEY_WLAN = 0x97,
VKEY_BRIGHTNESS_DOWN = 0xD8,
VKEY_BRIGHTNESS_UP = 0xD9,
VKEY_KBD_BRIGHTNESS_DOWN = 0xDA,