VirtualBox

Changeset 49601 in vbox


Ignore:
Timestamp:
Nov 21, 2013 12:55:00 PM (11 years ago)
Author:
vboxsync
Message:

FE/Qt: OS X host: do not disable hot corners when disabling global hot keys.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VirtualBox/src/platform/darwin/DarwinKeyboard.cpp

    r49463 r49601  
    504504        if (enmMode != kCGSGlobalHotKeyEnable)
    505505            return;
    506         enmMode = kCGSGlobalHotKeyDisable;
     506        enmMode = kCGSGlobalHotKeyDisableExceptUniversalAccess;
    507507    }
    508508    else
    509509    {
    510         if (enmMode != kCGSGlobalHotKeyDisable)
     510        if (enmMode != kCGSGlobalHotKeyDisableExceptUniversalAccess)
    511511            return;
    512512        enmMode = kCGSGlobalHotKeyEnable;
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette