AHKCommandPicker Versions Save

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.

v2.0.1

1 year ago

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

App

Features:

  • Updated file structure to separate User Commands from the built-in Default Commands to make updating to new versions easier in the future (BREAKING CHANGE).
  • Add examples to the MyCommands.ahk and MyHotkeys.ahk files to help new users get started faster.

Fixes:

  • Fix issue where the wrong command is sometimes selected when typing quickly (GitHub issue #3).

Breaking changes:

  • Removed the CommandScriptsToInclude.ahk file. If you had added lines to that file to include other scripts, you will need to move those include statements to the MyCommands.ahk file.
  • Moved the MyCommands.ahk and MyHotkeys.ahk files to the UserCommands directory. If you had customized the MyCommands.ahk or MyHotkeys.ahk files, you will need to copy their contents into the new equivalent files in the UserCommands directory. If you had added lines to include other scripts, you will need to update the include statement's directory path from Commands to UserCommands.

Default Commands

Features:

  • Added support for Outlook 2016.
  • Added commands for creating an Outlook appointment and opening the Outlook calendar.
  • Added ExploreMyDocuments and ExploreDesktop Commands.

Fixes:

  • Make Outlook commands more resilient.

Breaking changes:

  • Renamed Commands eMyComputer to ExploreMyComputer, eRecycleBin to ExploreRecycleBin, and eC to ExploreCDrive.
  • Changed the Default Hotkey for moving a window with your mouse by grabbing it anywhere (not just the title bar) from Alt+MouseDrag to LeftWin+MouseDrag.

v1.3.2

1 year ago

Fixes:

  • Changed file paths to use an absolute path (via A_ScriptDir) instead of a relative path to fix issues when the working directory is not the same as the directory that the AHKCommandPicker.ahk script is in.

(Release retroactively created, as this version was not released back when it was created)

v1.3.1

6 years ago
  • Renamed General.ahk to DefaultCommands.ahk and GeneralHotKeys.ahk to DefaultHotkeys.ahk.
  • Added new MyCommands.ahk and MyHotkeys.ahk files, and associated EditMyCommands and EditMyHotkeys commands, to help new users get started faster.

(ported over from old CodePlex site)