VirtualBox

Ignore:
Timestamp:
Feb 19, 2007 3:08:44 PM (18 years ago)
Author:
vboxsync
Message:

Activated new Linux GUI keyboard code by default

Location:
trunk/src/VBox/Frontends/VirtualBox
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VirtualBox/Makefile

    r959 r984  
    1818# license agreement apply instead of the previous paragraph.
    1919#
     20
     21ifeq ($(BUILD_TARGET),linux)
     22XKEYBOARD_NEW := 1
     23endif
    2024
    2125# include qmake project file
  • trunk/src/VBox/Frontends/VirtualBox/src/linux/XKeyboardNew.cpp

    r976 r984  
    3232*****************************************************************************/
    3333
    34 /** Lookup table to translate X keysyms of extended scancodes.  Fake shifts, CTRL-PrtScn, and
    35     non-standard 105-key KB keys are not yet handled.  See
    36     http://www.win.tue.nl/~aeb/linux/kbd/scancodes-1.html
     34/** Lookup table to translate X keysyms of extended scancodes.  CTRL-PrtScn and keys not found on
     35    a 105-key keyboard are not yet handled.  See
     36    http://www.win.tue.nl/~aeb/linux/kbd/scancodes.html
    3737    and the Xorg keyboard configuration files in /etc/X11/xkb for interesting information. */
    3838static int ExtKeySymToScanCode[21] =
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