Changeset 984 in vbox for trunk/src/VBox/Frontends/VirtualBox
- Timestamp:
- Feb 19, 2007 3:08:44 PM (18 years ago)
- Location:
- trunk/src/VBox/Frontends/VirtualBox
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/Makefile
r959 r984 18 18 # license agreement apply instead of the previous paragraph. 19 19 # 20 21 ifeq ($(BUILD_TARGET),linux) 22 XKEYBOARD_NEW := 1 23 endif 20 24 21 25 # include qmake project file -
trunk/src/VBox/Frontends/VirtualBox/src/linux/XKeyboardNew.cpp
r976 r984 32 32 *****************************************************************************/ 33 33 34 /** Lookup table to translate X keysyms of extended scancodes. Fake shifts, CTRL-PrtScn, and35 non-standard 105-key KB keysare not yet handled. See36 http://www.win.tue.nl/~aeb/linux/kbd/scancodes -1.html34 /** 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 37 37 and the Xorg keyboard configuration files in /etc/X11/xkb for interesting information. */ 38 38 static int ExtKeySymToScanCode[21] =
Note:
See TracChangeset
for help on using the changeset viewer.