Releases: deadlydog/AHKCommandPicker
Releases · deadlydog/AHKCommandPicker
AHK Command Picker v2.0.1
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
andMyHotkeys.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 theMyCommands.ahk
file. - Moved the
MyCommands.ahk
andMyHotkeys.ahk
files to theUserCommands
directory.
If you had customized theMyCommands.ahk
orMyHotkeys.ahk
files, you will need to copy their contents into the new equivalent files in theUserCommands
directory.
If you had added lines to include other scripts, you will need to update the include statement's directory path fromCommands
toUserCommands
.
Default Commands
Features:
- Added support for Outlook 2016.
- Added commands for creating an Outlook appointment and opening the Outlook calendar.
- Added
ExploreMyDocuments
andExploreDesktop
Commands.
Fixes:
- Make Outlook commands more resilient.
Breaking changes:
- Renamed Commands
eMyComputer
toExploreMyComputer
,eRecycleBin
toExploreRecycleBin
, andeC
toExploreCDrive
. - Changed the Default Hotkey for moving a window with your mouse by grabbing it anywhere (not just the title bar) from
Alt
+MouseDrag
toLeftWin
+MouseDrag
.
AHK Command Picker v1.3.2
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)
AHK Command Picker v1.3.1
- 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)