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

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

Issue 1135083004: Revert of Remove EF_FUNCTION_KEY and EF_NUMPAD_KEY. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 7 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 | « ui/events/keycodes/dom4/keycode_converter.cc ('k') | 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 f91f3be19fa90dc9e8c48f986cbeb6de253ea9e3..2f7712ed67b8d73cb2e0a01c599cb1b3bd0932af 100644
--- a/ui/events/keycodes/dom4/keycode_converter_data.h
+++ b/ui/events/keycodes/dom4/keycode_converter_data.h
@@ -225,7 +225,8 @@
//USB_KEYMAP(0x070082, 0x0000, 0x0000, 0xffff, NULL, LOCKING_CAPS_LOCK),
//USB_KEYMAP(0x070083, 0x0000, 0x0000, 0xffff, NULL, LOCKING_NUM_LOCK),
//USB_KEYMAP(0x070084, 0x0000, 0x0000, 0xffff, NULL, LOCKING_SCROLL_LOCK),
- USB_KEYMAP(0x070085, 0x0081, 0x0000, 0x005f, "NumpadComma", NUMPAD_COMMA),
+ // USB#070085 is used as Brazilian Keypad_.
+ USB_KEYMAP(0x070085, 0x0000, 0x0000, 0x005f, "NumpadComma", NUMPAD_COMMA),
// International1
// USB#070086 is used on AS/400 keyboards. Standard Keypad_= is USB#070067.
« no previous file with comments | « ui/events/keycodes/dom4/keycode_converter.cc ('k') | ui/events/keycodes/dom4/keycode_converter_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698