Skip to content

Latest commit

 

History

History
68 lines (38 loc) · 4.13 KB

ReadMe.md

File metadata and controls

68 lines (38 loc) · 4.13 KB

AHK Command Picker Description

An AutoHotkey (AHK) script that allows you to easily call AHK functions and run other AHK scripts. (Requires AutoHotkey_L).

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. You can still toggle Caps Lock on and off by pressing Shift+Caps Lock.

To add your own commands to AHK Command Picker, see the documentation.

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

Screen Shots

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.