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

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

Issue 934003002: Add F13 - F24 for evdev/xkb to scan code table. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Update mapped key count in unit test 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | ui/events/keycodes/dom4/keycode_converter_unittest.cc » ('j') | 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..d69216edfc6a41e6e9ef19436593583e1cc00248 100644
--- a/ui/events/keycodes/dom4/keycode_converter_data.h
+++ b/ui/events/keycodes/dom4/keycode_converter_data.h
@@ -193,19 +193,19 @@ USB_KEYMAP_DECLARATION {
USB_KEYMAP(0x070066, 0x007c, 0x0000, 0xffff, "Power", POWER),
USB_KEYMAP(0x070067, 0x007d, 0x0000, 0x0051, "NumpadEqual", NUMPAD_EQUAL),
- USB_KEYMAP(0x070068, 0x0000, 0x005b, 0x0069, "F13", F13),
- USB_KEYMAP(0x070069, 0x0000, 0x005c, 0x006b, "F14", F14),
- USB_KEYMAP(0x07006a, 0x0000, 0x005d, 0x0071, "F15", F15),
- USB_KEYMAP(0x07006b, 0x0000, 0x0063, 0x006a, "F16", F16),
- USB_KEYMAP(0x07006c, 0x0000, 0x0064, 0x0040, "F17", F17),
- USB_KEYMAP(0x07006d, 0x0000, 0x0065, 0x004f, "F18", F18),
- USB_KEYMAP(0x07006e, 0x0000, 0x0066, 0x0050, "F19", F19),
- USB_KEYMAP(0x07006f, 0x0000, 0x0067, 0x005a, "F20", F20),
-
- USB_KEYMAP(0x070070, 0x0000, 0x0068, 0xffff, "F21", F21),
- USB_KEYMAP(0x070071, 0x0000, 0x0069, 0xffff, "F22", F22),
- USB_KEYMAP(0x070072, 0x0000, 0x006a, 0xffff, "F23", F23),
- USB_KEYMAP(0x070073, 0x0000, 0x006b, 0xffff, "F24", F24),
+ USB_KEYMAP(0x070068, 0x00bf, 0x005b, 0x0069, "F13", F13),
+ USB_KEYMAP(0x070069, 0x00c0, 0x005c, 0x006b, "F14", F14),
+ USB_KEYMAP(0x07006a, 0x00c1, 0x005d, 0x0071, "F15", F15),
+ USB_KEYMAP(0x07006b, 0x00c2, 0x0063, 0x006a, "F16", F16),
+ USB_KEYMAP(0x07006c, 0x00c3, 0x0064, 0x0040, "F17", F17),
+ USB_KEYMAP(0x07006d, 0x00c4, 0x0065, 0x004f, "F18", F18),
+ USB_KEYMAP(0x07006e, 0x00c5, 0x0066, 0x0050, "F19", F19),
+ USB_KEYMAP(0x07006f, 0x00c6, 0x0067, 0x005a, "F20", F20),
+
+ USB_KEYMAP(0x070070, 0x00c7, 0x0068, 0xffff, "F21", F21),
+ USB_KEYMAP(0x070071, 0x00c8, 0x0069, 0xffff, "F22", F22),
+ USB_KEYMAP(0x070072, 0x00c9, 0x006a, 0xffff, "F23", F23),
+ USB_KEYMAP(0x070073, 0x00ca, 0x006b, 0xffff, "F24", F24),
USB_KEYMAP(0x070074, 0x0000, 0x0000, 0xffff, "Open", OPEN), // Execute
USB_KEYMAP(0x070075, 0x0092, 0xe03b, 0xffff, "Help", HELP),
USB_KEYMAP(0x070076, 0x0093, 0x0000, 0xffff, NULL, MENU), // Menu
« no previous file with comments | « no previous file | ui/events/keycodes/dom4/keycode_converter_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698