shopping

How to create my own Autohotkey plugin?

To create an Autohotkey plugin, you need to:

1. Upload your Autohotkey script.

2. Define input and output parameters.

3. Give your plugin a name and write a description explaining what it does.

Once the parameters are set, the plugin connects your Android device’s Keyboard Extension app with the Autohotkey script.

- Input parameters receive user actions like taps, long taps, or changes to sliders and checkboxes on your mobile device.

- Output parameters send data from the script back to the widget, such as changing button captions, colors, slider positions, checkbox values, or even images.

All your created plugins will appear in the "My plugins" folder inside the Plugin Manager’s tree view.

Currently, only public plugins are visible on the website.

Return to FAQ