Changeset 33884 in vbox
- Timestamp:
- Nov 9, 2010 10:14:09 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/runtime/UIKeyboardHandler.cpp
r33883 r33884 937 937 if ( (keyCode == 0xa || keyCode == 0x32) 938 938 && KBGetLayoutType(LMGetKbdType()) == kKeyboardISO) 939 { 939 940 keyCode = 0x3c - keyCode; 941 #ifdef DEBUG 942 OSErr err = noErr; 943 SInt32 type; 944 if ((err = Gestalt(gestaltKeyboardType, &type)) == noErr) 945 LogRel(("Keyboard type %d\n", (int32_t)type)); 946 #endif /* DEBUG */ 947 } 940 948 unsigned scanCode = ::DarwinKeycodeToSet1Scancode(keyCode); 941 949 if (scanCode)
Note:
See TracChangeset
for help on using the changeset viewer.