Releases: zero-plusplus/CustomHotkey.ahk
Releases · zero-plusplus/CustomHotkey.ahk
v0.0.4
Full Changelog: v0.0.3...v0.0.4
Added
- #10 Add MousePositionCondition
- #14 Add the option to specify each monitor and primary monitor in
"monitor"
and"screen"
of origin such as"monitor-primary"
and"monitor-1"
- #20 Add
"monitors"
(alias"screens"
) to origin
Fixed
- #13 Origin
"monitor"
and"screen"
return coordinates of the primary monitor, instead of the active monitor - #22 CommandPaletteCombiAction is not searched correctly when searching for certain characters
- #23 When using the
R
option in PasteAction etc., if the string to expand contains a string such as${abc}
, it will not be embedded correctly - #24 ExitAllAction does not terminate some AutoHotkey scripts
v0.0.3
- Fixed: #15 Hotkey options not set on CustomHotkey constructor
- Fixed: #16
CustomHotkey.setOptions
overwrites unspecified options with an empty string - Fixed: #17 Passing a string to the
CustomHotkey.TrayTipAction
constructor does not display a tray tip
Full Changelog: v0.0.2...v0.0.3
v0.0.2
- Fixed: #3 When combined KeyStrokeCombiAction, temporarily disabled hotkeys are no longer restored to their original state
Full Changelog: v0.0.1...v0.0.2
v0.0.1
First released.
Full Changelog: https://github.com/zero-plusplus/CustomHotkey.ahk/commits/v0.0.1