summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--remoting/host/usb_keycode_map.h18
-rw-r--r--webkit/plugins/ppapi/usb_keycode_map.h18
2 files changed, 18 insertions, 18 deletions
diff --git a/remoting/host/usb_keycode_map.h b/remoting/host/usb_keycode_map.h
index 1c046d3..8cfb803 100644
--- a/remoting/host/usb_keycode_map.h
+++ b/remoting/host/usb_keycode_map.h
@@ -147,15 +147,15 @@ const usb_keymap usb_keycode_map[] = {
// Labeled "Help/Insert" on Mac.
USB_KEYMAP(0x070049, 0x0076, 0xe052, 0x0072), // Insert
USB_KEYMAP(0x07004a, 0x006e, 0xe047, 0x0073), // Home
- USB_KEYMAP(0x07004b, 0x0070, 0xe04b, 0x0074), // PageUp
- USB_KEYMAP(0x07004c, 0x0077, 0xe04c, 0x0075), // Delete (Forward Delete)
- USB_KEYMAP(0x07004d, 0x0073, 0xe04d, 0x0077), // End
- USB_KEYMAP(0x07004e, 0x0075, 0xe04e, 0x0079), // PageDown
- USB_KEYMAP(0x07004f, 0x0072, 0xe04f, 0x007c), // RightArrow
-
- USB_KEYMAP(0x070050, 0x0071, 0xe050, 0x007b), // LeftArrow
- USB_KEYMAP(0x070051, 0x0074, 0xe051, 0x007d), // DownArrow
- USB_KEYMAP(0x070052, 0x006f, 0xe052, 0x007e), // UpArrow
+ USB_KEYMAP(0x07004b, 0x0070, 0xe049, 0x0074), // PageUp
+ USB_KEYMAP(0x07004c, 0x0077, 0xe053, 0x0075), // Delete (Forward Delete)
+ USB_KEYMAP(0x07004d, 0x0073, 0xe04f, 0x0077), // End
+ USB_KEYMAP(0x07004e, 0x0075, 0xe051, 0x0079), // PageDown
+ USB_KEYMAP(0x07004f, 0x0072, 0xe04d, 0x007c), // RightArrow
+
+ USB_KEYMAP(0x070050, 0x0071, 0xe04b, 0x007b), // LeftArrow
+ USB_KEYMAP(0x070051, 0x0074, 0xe050, 0x007d), // DownArrow
+ USB_KEYMAP(0x070052, 0x006f, 0xe048, 0x007e), // UpArrow
USB_KEYMAP(0x070053, 0x004d, 0x0045, 0x0047), // Keypad_NumLock Clear
USB_KEYMAP(0x070054, 0x006a, 0xe035, 0x004b), // Keypad_/
USB_KEYMAP(0x070055, 0x003f, 0x0037, 0x0043), // Keypad_*
diff --git a/webkit/plugins/ppapi/usb_keycode_map.h b/webkit/plugins/ppapi/usb_keycode_map.h
index 1c046d3..8cfb803 100644
--- a/webkit/plugins/ppapi/usb_keycode_map.h
+++ b/webkit/plugins/ppapi/usb_keycode_map.h
@@ -147,15 +147,15 @@ const usb_keymap usb_keycode_map[] = {
// Labeled "Help/Insert" on Mac.
USB_KEYMAP(0x070049, 0x0076, 0xe052, 0x0072), // Insert
USB_KEYMAP(0x07004a, 0x006e, 0xe047, 0x0073), // Home
- USB_KEYMAP(0x07004b, 0x0070, 0xe04b, 0x0074), // PageUp
- USB_KEYMAP(0x07004c, 0x0077, 0xe04c, 0x0075), // Delete (Forward Delete)
- USB_KEYMAP(0x07004d, 0x0073, 0xe04d, 0x0077), // End
- USB_KEYMAP(0x07004e, 0x0075, 0xe04e, 0x0079), // PageDown
- USB_KEYMAP(0x07004f, 0x0072, 0xe04f, 0x007c), // RightArrow
-
- USB_KEYMAP(0x070050, 0x0071, 0xe050, 0x007b), // LeftArrow
- USB_KEYMAP(0x070051, 0x0074, 0xe051, 0x007d), // DownArrow
- USB_KEYMAP(0x070052, 0x006f, 0xe052, 0x007e), // UpArrow
+ USB_KEYMAP(0x07004b, 0x0070, 0xe049, 0x0074), // PageUp
+ USB_KEYMAP(0x07004c, 0x0077, 0xe053, 0x0075), // Delete (Forward Delete)
+ USB_KEYMAP(0x07004d, 0x0073, 0xe04f, 0x0077), // End
+ USB_KEYMAP(0x07004e, 0x0075, 0xe051, 0x0079), // PageDown
+ USB_KEYMAP(0x07004f, 0x0072, 0xe04d, 0x007c), // RightArrow
+
+ USB_KEYMAP(0x070050, 0x0071, 0xe04b, 0x007b), // LeftArrow
+ USB_KEYMAP(0x070051, 0x0074, 0xe050, 0x007d), // DownArrow
+ USB_KEYMAP(0x070052, 0x006f, 0xe048, 0x007e), // UpArrow
USB_KEYMAP(0x070053, 0x004d, 0x0045, 0x0047), // Keypad_NumLock Clear
USB_KEYMAP(0x070054, 0x006a, 0xe035, 0x004b), // Keypad_/
USB_KEYMAP(0x070055, 0x003f, 0x0037, 0x0043), // Keypad_*