deadlydog / AHKCommandPicker

An AutoHotkey (AHK) script that allows you to easily run AHK functions. Instead of having to remember what shortcut key maps to each of your AHK scripts, this displays a list of all your AHK functions and allows you to easily run them.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

AHK Command Picker GitHub license Number of GitHub downloads

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.

πŸš€ How to 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.

✍ Adding your own Commands, hotkeys, and hotstrings

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.

Additional tidbits

You will likely want to have AHKCommandPicker start automatically when you log into Windows.

Upgrading versions

If you are upgrading from v1 to v2, see the migration guide.

πŸ–Ό Screenshots

All commands:

All Commands

Commands filtered as you type:

Filtered Commands

🎦 Videos

Get started with AHK Command Picker in under 2 minutes:

AHK Command Picker in under 2 minutes video

Some out of the box functionality provided by AHK Command Picker:

Out of the box functionality video

Motivation for creating AHK Command Picker and some AHK problems it solves:

Motivation for creating AHK Command Picker video

πŸ’¬ Quotes / Testimonials

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.

βž• How to contribute

Issues and Pull Requests are welcome. See the Contributing page for more details.

πŸ“ƒ Changelog

See what's changed in the application over time by viewing the Changelog.

πŸ’³ Donate

Buy me a pastry 🍰 for providing this script open source and for free πŸ™‚

paypal

About

An AutoHotkey (AHK) script that allows you to easily run AHK functions. Instead of having to remember what shortcut key maps to each of your AHK scripts, this displays a list of all your AHK functions and allows you to easily run them.

License:MIT License


Languages

Language:AutoHotkey 100.0%