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

Side by Side 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, 10 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 unified diff | Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // Copyright 2013 The Chromium Authors. All rights reserved. 1 // Copyright 2013 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 // This file has no header guard because it is explicily intended 5 // This file has no header guard because it is explicily intended
6 // to be included more than once with different definitions of the 6 // to be included more than once with different definitions of the
7 // macros USB_KEYMAP and USB_KEYMAP_DECLARATION. 7 // macros USB_KEYMAP and USB_KEYMAP_DECLARATION.
8 8
9 // Data in this file was created by referencing: 9 // Data in this file was created by referencing:
10 // [0] USB HID Usage Tables, 10 // [0] USB HID Usage Tables,
(...skipping 373 matching lines...) Expand 10 before | Expand all | Expand 10 after
384 // XKB#0099 XF86Send 384 // XKB#0099 XF86Send
385 // XKB#009b XF86Xfer 385 // XKB#009b XF86Xfer
386 // XKB#009c XF86Launch1 386 // XKB#009c XF86Launch1
387 // XKB#009d XF86Launch2 387 // XKB#009d XF86Launch2
388 // XKB... remaining XF86 keys 388 // XKB... remaining XF86 keys
389 389
390 // KEY_BRIGHTNESS* added in Linux 3.16 390 // KEY_BRIGHTNESS* added in Linux 3.16
391 // http://www.usb.org/developers/hidpage/HUTRR41.pdf 391 // http://www.usb.org/developers/hidpage/HUTRR41.pdf
392 // USB XKB Win Mac 392 // USB XKB Win Mac
393 USB_KEYMAP(0x0c006f, 0x00e9, 0x0000, 0xffff, "BrightnessUp", BRIGHTNESS_UP), 393 USB_KEYMAP(0x0c006f, 0x00e9, 0x0000, 0xffff, "BrightnessUp", BRIGHTNESS_UP),
394 USB_KEYMAP(0x0c0070, 0x00ea, 0x0000, 0xffff, "BrightnessDown", 394 USB_KEYMAP(0x0c0070, 0x00e8, 0x0000, 0xffff, "BrightnessDown",
395 BRIGHTNESS_DOWN), // Display Brightness Decrement 395 BRIGHTNESS_DOWN), // Display Brightness Decrement
396 USB_KEYMAP(0x0c0072, 0x01b7, 0x0000, 0xffff, NULL, BRIGHTNESS_TOGGLE), 396 USB_KEYMAP(0x0c0072, 0x01b7, 0x0000, 0xffff, NULL, BRIGHTNESS_TOGGLE),
397 USB_KEYMAP(0x0c0073, 0x0258, 0x0000, 0xffff, NULL, BRIGHTNESS_MINIMIUM), 397 USB_KEYMAP(0x0c0073, 0x0258, 0x0000, 0xffff, NULL, BRIGHTNESS_MINIMIUM),
398 USB_KEYMAP(0x0c0074, 0x0259, 0x0000, 0xffff, NULL, BRIGHTNESS_MAXIMUM), 398 USB_KEYMAP(0x0c0074, 0x0259, 0x0000, 0xffff, NULL, BRIGHTNESS_MAXIMUM),
399 USB_KEYMAP(0x0c0075, 0x00fc, 0x0000, 0xffff, NULL, BRIGHTNESS_AUTO), 399 USB_KEYMAP(0x0c0075, 0x00fc, 0x0000, 0xffff, NULL, BRIGHTNESS_AUTO),
400 400
401 // USB XKB Win Mac 401 // USB XKB Win Mac
402 USB_KEYMAP(0x0c00b5, 0x0000, 0xe019, 0xffff, "MediaTrackNext", 402 USB_KEYMAP(0x0c00b5, 0x0000, 0xe019, 0xffff, "MediaTrackNext",
403 MEDIA_TRACK_NEXT), 403 MEDIA_TRACK_NEXT),
404 USB_KEYMAP(0x0c00b6, 0x0000, 0xe010, 0xffff, "MediaTrackPrevious", 404 USB_KEYMAP(0x0c00b6, 0x0000, 0xe010, 0xffff, "MediaTrackPrevious",
(...skipping 60 matching lines...) Expand 10 before | Expand all | Expand 10 after
465 // USB#0x0c0232: AC View Toggle 465 // USB#0x0c0232: AC View Toggle
466 USB_KEYMAP(0x0c0232, 0x0000, 0x0000, 0xffff, "ZoomToggle", ZOOM_TOGGLE), 466 USB_KEYMAP(0x0c0232, 0x0000, 0x0000, 0xffff, "ZoomToggle", ZOOM_TOGGLE),
467 // USB#0x0c0289: AC_Reply 467 // USB#0x0c0289: AC_Reply
468 USB_KEYMAP(0x0c0289, 0x00f0, 0x0000, 0xffff, "MailReply", MAIL_REPLY), 468 USB_KEYMAP(0x0c0289, 0x00f0, 0x0000, 0xffff, "MailReply", MAIL_REPLY),
469 // USB#0x0c028b: AC_ForwardMsg (MailForward) 469 // USB#0x0c028b: AC_ForwardMsg (MailForward)
470 USB_KEYMAP(0x0c028b, 0x00f1, 0x0000, 0xffff, "MailForward", MAIL_FORWARD), 470 USB_KEYMAP(0x0c028b, 0x00f1, 0x0000, 0xffff, "MailForward", MAIL_FORWARD),
471 // USB#0x0c028c: AC_Send 471 // USB#0x0c028c: AC_Send
472 USB_KEYMAP(0x0c028c, 0x00ef, 0x0000, 0xffff, "MailSend", MAIL_SEND), 472 USB_KEYMAP(0x0c028c, 0x00ef, 0x0000, 0xffff, "MailSend", MAIL_SEND),
473 }; 473 };
474 474
OLDNEW
« 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