HotkeylessAHK Search Interface

This plugin introduces a front-end interface for HotkeylessAHK , providing a user-friendly way to interact with the available commands. This plugin is compatible with both the original AHK 1.1 supported version and the stable AHK 2.0 fork currently under review.

Key features:

  • Fetches the list of commands from the server by making a GET request to http://localhost:42800/list
  • Presents the commands in a searchable and selectable format
  • Allows users to easily search for and select the desired command
  • Sends the selected command to the server by making a GET request to http://localhost:42800/send/${command}
  • Enables the server to execute the corresponding action associated with the command

The plugin provides a seamless integration between the front-end interface and the back-end server, enhancing the user experience and making it more convenient to interact with the HotkeylessAHK platform.

To test the plugin follow the instructions on how to set up HotkeylessAHK

preview