Skip to content

AHK Command Picker v2.0.1

Latest
Compare
Choose a tag to compare
@deadlydog deadlydog released this 28 Feb 06:39
· 7 commits to main since this release
5d8a978

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.