An AutoHotkey (AHK) script that allows you to easily call AHK functions and run other AHK scripts. (Requires AutoHotkey v1.1 to be installed).
Instead of having to remember what hotkey maps to each of your AHK scripts (as you could have hundreds), this displays a list of Commands in a light-weight GUI that allows you to quickly and easily run your scripts. Simply type part of the command name and hit enter to run your script. You can also provide parameters to your commands, allowing you to change the functionality of a command with a few keystrokes.
For more reasons to use this with your AHK scripts, see Why Use AHK Command Picker.
Start by downloading the latest release.
To launch AHK Command Picker run the AHKCommandPicker.ahk
script.
Press the Caps Lock
key to bring up the AHK Command Picker GUI.
From there, just type the name of the Command that you want to run and hit Enter to run it.
Note: You can still toggle Caps Lock on and off by pressing Shift
+Caps Lock
.
AHK Command Picker comes with many Commands out of the box, but the real power comes from adding your own Commands, hotkeys, and hotstrings.
UserCommands\MyCommands.ahk
: Add your own Commands here.UserCommands\MyHotkeys.ahk
: Add your own hotkeys and hotstrings here.
You can use AHK Command Picker to open these files for editing by running the EditMyCommands
and EditMyHotkeys
Commands.
After you have modified a file, run the ReloadAHKScript
Command to apply your changes.
For more information, see the documentation.
You will likely want to have AHKCommandPicker start automatically when you log into Windows.
If you are upgrading from v1 to v2, see the migration guide.
All commands:
Commands filtered as you type:
Get started with AHK Command Picker in under 2 minutes:
Some out of the box functionality provided by AHK Command Picker:
Motivation for creating AHK Command Picker and some AHK problems it solves:
I've found that by not having to find and assign a specific hotkey (i.e. keyboard combination) to each of my scripts, I am more likely to automate many more of my tasks. Before I would worry about having to remember too many keyboard shortcuts and the overhead involved (remembering which shortcut launches what, accidentally triggering them, etc.), so I would only use AHK to automate the tasks that I did all of the time. Now with AHK Command Picker these problems are gone, so I automate everything; even the tasks that I might only do once a month.
A great tool for any AHK user: the interface is intuitive, adding your own commands\hotkeys and interacting with other AHK programs is easy, and the source code is well written and modifiable. Most of all, Command picker does what it claims to do: make windows automation easy by removing the need to remember hotkeys.
Issues and Pull Requests are welcome. See the Contributing page for more details.
See what's changed in the application over time by viewing the Changelog.
Buy me a pastry 🍰 for providing this script open source and for free 🙂