VirtualBox

Changeset 1556 in vbox for trunk/src


Ignore:
Timestamp:
Mar 19, 2007 1:29:58 PM (18 years ago)
Author:
vboxsync
Message:

Fixed my last commit

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VirtualBox/src/linux/XKeyboardNew.cpp

    r1555 r1556  
    3737    http://www.win.tue.nl/~aeb/linux/kbd/scancodes.html
    3838    and the Xorg keyboard configuration files in /etc/X11/xkb for interesting information. */
    39 static int ExtKeySymToScanCode[37] =
     39static int ExtKeySymToScanCode[38] =
    4040{
    4141    0x147 /* 97 non-KP-home */, 0x148 /* 98 non-KP-up */, 0x149 /* 99 non-KP-PgUp */,
     
    8787    }
    8888    /* Extended scancodes need to be looked up in a table. */
    89     if ((uKeyCode >= 97) && (uKeyCode <= 133))
     89    if ((uKeyCode >= 97) && (uKeyCode <= 134))
    9090    {
    9191        wineKbdInfo->wScan = ExtKeySymToScanCode[uKeyCode - 97] & 255;
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette