class KGlobalAccel |
|
|
Configurable global shortcut support KGlobalAccel allows you to have global accelerators that are independent of the focused window. Unlike regular shortcuts, the application's window does not need focus for them to be activated. See also KKeyChooser See also KKeyDialog |
|
Creates a new KGlobalAccel object |
|
Return the name of the action that uses the given key sequence. This applies to all actions with global shortcuts in any KDE application. See also promptStealShortcutSystemwide(), stealShorctutSystemwide() |
|
Checks whether the accelerators are enabled. Returns true if the KGlobalAccel is enabled |
|
Show a messagebox to inform the user that a global shorcut is already occupied, and ask to take it away from its current action. This is GUI only, so nothing will be actually changed. See also stealShorctutSystemwide() |
|
Returns (and creates if necessary) the singleton instance |
|
Enables or disables the KGlobalAccel enabled - true if the KGlobalAccel should be enabled, false if it should be disabled. |
|
Take away the given shortcut from the named action it belongs to. This applies to all actions with global shortcuts in any KDE application. See also promptStealShortcutSystemwide() |
|