A global shortcut aka "hotkey". More...
#include <QxtGlobalShortcut>
Inherits QObject.
A global shortcut triggers even if the application is not active. This makes it easy to implement applications that react to certain shortcuts still if some other application is active or if the application is for example minimized to the system tray.
This property holds whether the shortcut is enabled.
A disabled shortcut does not get activated.
The default value is true.
See also: setDisabled()Access Functions:
This property holds the shortcut key sequence.
Note: Notice that corresponding key press and release events are not delivered for registered global shortcuts even if they are disabled. Also, comma separated key sequences are not supported. Only the first part is used:Access Functions:
| Copyright © 2007 Qxt Foundation | Trademarks | Qt Extension Library 0.4 |