Changeset 28492 in vbox
- Timestamp:
- Apr 19, 2010 6:28:45 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/VBoxConsoleView.cpp
r28215 r28492 2392 2392 * switch at will all the time. Default is the ANSI standard as defined 2393 2393 * in g_aDarwinToSet1. */ 2394 if ( (keyCode == 0xa || keyCode == 0x32)2395 && KBGetLayoutType(LMGetKbdType()) == kKeyboardISO)2396 keyCode = 0x3c - keyCode;2394 // if ( (keyCode == 0xa || keyCode == 0x32) 2395 // && KBGetLayoutType(LMGetKbdType()) == kKeyboardISO) 2396 // keyCode = 0x3c - keyCode; 2397 2397 unsigned scanCode = ::DarwinKeycodeToSet1Scancode (keyCode); 2398 2398 if (scanCode)
Note:
See TracChangeset
for help on using the changeset viewer.