Chromium Code Reviews| 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 2f7712ed67b8d73cb2e0a01c599cb1b3bd0932af..744bce07206640ea3e0910e1b1548146d75cc27b 100644 |
| --- a/ui/events/keycodes/dom4/keycode_converter_data.h |
| +++ b/ui/events/keycodes/dom4/keycode_converter_data.h |
| @@ -226,7 +226,7 @@ USB_KEYMAP_DECLARATION { |
| //USB_KEYMAP(0x070083, 0x0000, 0x0000, 0xffff, NULL, LOCKING_NUM_LOCK), |
| //USB_KEYMAP(0x070084, 0x0000, 0x0000, 0xffff, NULL, LOCKING_SCROLL_LOCK), |
| // USB#070085 is used as Brazilian Keypad_. |
|
Wez
2015/05/05 21:23:44
Looks like this comment can be removed - doesn't s
kpschoedel
2015/05/05 22:19:08
Done.
|
| - USB_KEYMAP(0x070085, 0x0000, 0x0000, 0x005f, "NumpadComma", NUMPAD_COMMA), |
| + USB_KEYMAP(0x070085, 0x0081, 0x0000, 0x005f, "NumpadComma", NUMPAD_COMMA), |
| // International1 |
| // USB#070086 is used on AS/400 keyboards. Standard Keypad_= is USB#070067. |