diff options
author | garykac@chromium.org <garykac@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-03-20 19:58:06 +0000 |
---|---|---|
committer | garykac@chromium.org <garykac@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-03-20 19:58:06 +0000 |
commit | a8f4399a147e2e19a6ee21c7d8276cbec8f1ce22 (patch) | |
tree | 15b770584c19cdda1116139126404c1b362603cd /remoting | |
parent | 5852ebd67f34714db3472756a053709670e3bd7c (diff) | |
download | chromium_src-a8f4399a147e2e19a6ee21c7d8276cbec8f1ce22.zip chromium_src-a8f4399a147e2e19a6ee21c7d8276cbec8f1ce22.tar.gz chromium_src-a8f4399a147e2e19a6ee21c7d8276cbec8f1ce22.tar.bz2 |
[Chromoting/PPAPI] Update the Windows scancodes for the arrow keys in the USB mapping tables.
BUG=119013
TEST=none
Review URL: http://codereview.chromium.org/9740004
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@127755 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'remoting')
-rw-r--r-- | remoting/host/usb_keycode_map.h | 18 |
1 files changed, 9 insertions, 9 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_* |