Trigger an action on an element with a keyboard shortcut
Trigger an action on a target element when the hotkey (key or sequence of keys) is pressed on the keyboard. This triggers a focus event on form fields or a click event on other elements. By default, hotkeys are extracted from a target element's data-hotkey attribute, but this can be overridden by passing the hotkey to the registering function (install) as a parameter.
A pidgin plugin that allows user to assign global hotkeys (e.g. Ctrl+Alt+g) for togglling buddy list and reading queued message. When "Toggle List" hotkey is enabled, it makes the buddy list hidden from your taskbar and task switcher (similar to ICQ).