26 #include "nsISupports.idl"
46 [scriptable,
uuid(6AFCACC5-9D63-499
d-B8D0-B40C66859818)]
65 [scriptable,
uuid(284E14BF-5CE4-4434-A733-4379D27D799E)]
Global hotkey registration/unregistration interface This interface is used to register or unregister ...
void onHotkey(in AString key_id)
Global hotkey callback method This method is called when a registered global hotkey has been pressed ...
Global hotkeys callback interface This interface is used by callback objects to receive a notificatio...
void removeHotkey(in AString key_id)
Global hotkey unregistration method This method is used to unregister a hotkey that has been previous...
return e ctrlKey(chr<' '||!chars||chars.indexOf(chr)>-1)
void removeAllHotkeys()
Global hotkeys unregistration method This method is used to unregister all hotkeys that have been pre...
void addHotkey(in PRInt32 keyCode, in PRBool altKey, in PRBool ctrlKey, in PRBool shiftKey, in PRBool metaKey, in AString key_id, in sbIGlobalHotkeyCallback cb)
Global hotkey registration method This method is used to register a hotkey.