Global hotkeys callback interface This interface is used by callback objects to receive a notification when a registered hotkey is pressed anywhere in the system (not just when the application is focused) More...
import"IGlobalHotkeys.idl";
Public Member Functions | |
void | onHotkey (in AString key_id) |
Global hotkey callback method This method is called when a registered global hotkey has been pressed anywhere in the system (not just when the application is focused) More... | |
Global hotkeys callback interface This interface is used by callback objects to receive a notification when a registered hotkey is pressed anywhere in the system (not just when the application is focused)
Definition at line 47 of file IGlobalHotkeys.idl.
void sbIGlobalHotkeyCallback::onHotkey | ( | in AString | key_id | ) |
Global hotkey callback method This method is called when a registered global hotkey has been pressed anywhere in the system (not just when the application is focused)
key_id | The id for the hotkey, specified when the hotkey was registered |