| Index: ui/events/keycodes/dom/keycode_converter_data.inc
|
| diff --git a/ui/events/keycodes/dom/keycode_converter_data.inc b/ui/events/keycodes/dom/keycode_converter_data.inc
|
| index bf0b47bdfb07025158fed061c6cb38f50d351543..d1b0ea73cac7484baff2f94fa481ddc3169aca78 100644
|
| --- a/ui/events/keycodes/dom/keycode_converter_data.inc
|
| +++ b/ui/events/keycodes/dom/keycode_converter_data.inc
|
| @@ -287,10 +287,10 @@ USB_KEYMAP_DECLARATION {
|
| USB_KEYMAP(0x07007c, 0x0085, 0x008d, 0xe018, 0xffff, "Copy", COPY),
|
| USB_KEYMAP(0x07007d, 0x0087, 0x008f, 0xe00a, 0xffff, "Paste", PASTE),
|
| USB_KEYMAP(0x07007e, 0x0088, 0x0090, 0x0000, 0xffff, "Find", FIND), // Find
|
| - USB_KEYMAP(0x07007f, 0x0071, 0x0079, 0xe020, 0x004a, "VolumeMute", VOLUME_MUTE),
|
| + USB_KEYMAP(0x07007f, 0x0071, 0x0079, 0xe020, 0x004a, "AudioVolumeMute", VOLUME_MUTE),
|
|
|
| - USB_KEYMAP(0x070080, 0x0073, 0x007b, 0xe030, 0x0048, "VolumeUp", VOLUME_UP),
|
| - USB_KEYMAP(0x070081, 0x0072, 0x007a, 0xe02e, 0x0049, "VolumeDown", VOLUME_DOWN),
|
| + USB_KEYMAP(0x070080, 0x0073, 0x007b, 0xe030, 0x0048, "AudioVolumeUp", VOLUME_UP),
|
| + USB_KEYMAP(0x070081, 0x0072, 0x007a, 0xe02e, 0x0049, "AudioVolumeDown", VOLUME_DOWN),
|
| //USB_KEYMAP(0x070082, 0x0000, 0x0000, 0x0000, 0xffff, NULL, LOCKING_CAPS_LOCK),
|
| //USB_KEYMAP(0x070083, 0x0000, 0x0000, 0x0000, 0xffff, NULL, LOCKING_NUM_LOCK),
|
| //USB_KEYMAP(0x070084, 0x0000, 0x0000, 0x0000, 0xffff, NULL, LOCKING_SCROLL_LOCK),
|
|
|