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

Unified Diff: ui/events/keycodes/dom4/keycode_converter_data.h

Issue 883773003: Fix xkb code for BrightnessDown. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 11 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/events/keycodes/dom4/keycode_converter_data.h
diff --git a/ui/events/keycodes/dom4/keycode_converter_data.h b/ui/events/keycodes/dom4/keycode_converter_data.h
index 39aa949d120f6f3beccd39dc3bb713d418ea1607..3b56b14ddffac48fbb86f1ccfc4bc46275e5e0be 100644
--- a/ui/events/keycodes/dom4/keycode_converter_data.h
+++ b/ui/events/keycodes/dom4/keycode_converter_data.h
@@ -391,7 +391,7 @@ USB_KEYMAP_DECLARATION {
// http://www.usb.org/developers/hidpage/HUTRR41.pdf
// USB XKB Win Mac
USB_KEYMAP(0x0c006f, 0x00e9, 0x0000, 0xffff, "BrightnessUp", BRIGHTNESS_UP),
- USB_KEYMAP(0x0c0070, 0x00ea, 0x0000, 0xffff, "BrightnessDown",
+ USB_KEYMAP(0x0c0070, 0x00e8, 0x0000, 0xffff, "BrightnessDown",
BRIGHTNESS_DOWN), // Display Brightness Decrement
USB_KEYMAP(0x0c0072, 0x01b7, 0x0000, 0xffff, NULL, BRIGHTNESS_TOGGLE),
USB_KEYMAP(0x0c0073, 0x0258, 0x0000, 0xffff, NULL, BRIGHTNESS_MINIMIUM),
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698