Changeset 5988 in vbox
- Timestamp:
- Dec 6, 2007 2:23:17 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/VBoxConsoleView.cpp
r5973 r5988 2989 2989 mDarwinKeyModifiers &= 2990 2990 alphaLock | kEventKeyModifierNumLockMask | 2991 (aReleaseHost key ? 0 : ::DarwinKeyCodeToDarwinModifierMask (gs.hostKey()));2991 (aReleaseHostKey ? 0 : ::DarwinKeyCodeToDarwinModifierMask (gs.hostKey())); 2992 2992 #endif 2993 2993
Note:
See TracChangeset
for help on using the changeset viewer.