Chromium Code Reviews| Index: ui/base/keycodes/keyboard_codes_posix.h |
| diff --git a/ui/base/keycodes/keyboard_codes_posix.h b/ui/base/keycodes/keyboard_codes_posix.h |
| index 697a9f3a176318bf42caacd3a35bf12a55237bf4..1d2ab419e941d921cc2458b1e5201e2b0d21ed6a 100644 |
| --- a/ui/base/keycodes/keyboard_codes_posix.h |
| +++ b/ui/base/keycodes/keyboard_codes_posix.h |
| @@ -209,6 +209,7 @@ enum KeyboardCode { |
| // POSIX specific VKEYs. Note that as of Windows SDK 7.1, 0x97-9F, 0xD8-DA, |
| // and 0xE8 are unassigned. |
| VKEY_WLAN = 0x97, |
| + VKEY_POWER = 0x98, |
|
Daniel Erat
2012/08/22 22:20:47
Running out of these... :-/
mazda
2012/08/22 23:03:15
There are a few more unassigned values like 0x07,
Daniel Erat
2012/08/22 23:09:29
Maybe it's not a huge concern. I think that we've
|
| VKEY_BRIGHTNESS_DOWN = 0xD8, |
| VKEY_BRIGHTNESS_UP = 0xD9, |
| VKEY_KBD_BRIGHTNESS_DOWN = 0xDA, |