AutoHotKey Plugin
Posted: Wed Jan 15, 2014 8:48 pm
Just finished working on an AutoHotKey plugin for Eventghost. This allows you to run pretty much any AutoHotKey script as an action. There are also a few extra actions I added.
Here's a list of all of them:
- AutoHotKey Command - Runs a one-line ahk command.
- AutoHotKey Script - Runs user-entered ahk code.
- AutoHotKey Files - Runs an ahk file.
- AutoHotKey Message Box - Creates an ahk message box. There are several different button styles and each button triggers an event.
- AutoHotKey SoundBeep - Emits a tone from the PC speaker.
- AutoHotKey Block Input - Blocks user input. Freezes the mouse and ignores all keyboard input until the timeout is reached or "BlockInput Off" action is executed. Only works if Eventghost is ran as admin.
- BlockInput Off - Gives control back to the user after "Block Input" is executed.
- AutoHotKey Click Image - Searches the screen for an image provided by the user. If the image is found the user can choose to have it trigger an event with the coordinates in the payload and/or click the mouse at the coordinates. Window with image must be active.
- AutoHotKey Input Box - Creates an input box the prompts the user. The entered data is set to a variable.
Just move the extracted "AutoHotKey" folder to the plugins folder in your Eventghost folder to install.
Enjoy n__n
Edit: I forgot to mention, if you want to use "eg." variables, just enclose them in #s. Like this: #eg.variable#