IGlobalHotkeys.idl File Reference

Global Hotkeys Interface file This file contains interfaces used to implement global hotkey support. The main interface is sbIGlobalHotkeys, which lets you specify a key code and a combination of modifiers, as well as an id string, and register these with a callback object. When the key is pressed anywhere in the system (not just when the application is focused), the callback is called and is given the id string. More...

#include "nsISupports.idl"
Include dependency graph for IGlobalHotkeys.idl:

Go to the source code of this file.

Classes

interface  sbIGlobalHotkeyCallback
 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...
 
interface  sbIGlobalHotkeys
 Global hotkey registration/unregistration interface This interface is used to register or unregister hotkey callbacks. More...
 

Detailed Description

Global Hotkeys Interface file This file contains interfaces used to implement global hotkey support. The main interface is sbIGlobalHotkeys, which lets you specify a key code and a combination of modifiers, as well as an id string, and register these with a callback object. When the key is pressed anywhere in the system (not just when the application is focused), the callback is called and is given the id string.

Definition in file IGlobalHotkeys.idl.