Actions
Globalkeys » History » Revision 1
Revision 1/8
| Next »
Per Amundsen, 07/08/2017 04:56 AM
Added in 2.9
*/globalkeys [-adu] [key] [command]
Adds a global hotkey which will trigger without AdiIRC window being focused.
Format is key+key+.
Modifiers: Ctrl, Shift, Alt.
Valid key names can be found here.
Switches
-a - Adds a new key.
-d - Deletes a key.
-u - Updates the command for a key.
Parameters
[key] - The key to add.
[command] - The command to run when the key is pressed.
Example
; Register the hotkey Ctrl+D. /globalkeys -a Ctrl+D /ctrldcommand ; Unregister the hotkey. /globalkeys -d Ctrl+D
Updated by Per Amundsen over 7 years ago · 1 revisions