Changeset 49601 in vbox
- Timestamp:
- Nov 21, 2013 12:55:00 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/platform/darwin/DarwinKeyboard.cpp
r49463 r49601 504 504 if (enmMode != kCGSGlobalHotKeyEnable) 505 505 return; 506 enmMode = kCGSGlobalHotKeyDisable ;506 enmMode = kCGSGlobalHotKeyDisableExceptUniversalAccess; 507 507 } 508 508 else 509 509 { 510 if (enmMode != kCGSGlobalHotKeyDisable )510 if (enmMode != kCGSGlobalHotKeyDisableExceptUniversalAccess) 511 511 return; 512 512 enmMode = kCGSGlobalHotKeyEnable;
Note:
See TracChangeset
for help on using the changeset viewer.