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). |
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 |