Skip to content

Releases: zero-plusplus/CustomHotkey.ahk

v0.0.4

17 Mar 03:55
Compare
Choose a tag to compare
v0.0.4 Pre-release
Pre-release

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

30 Oct 11:22
Compare
Choose a tag to compare
v0.0.3 Pre-release
Pre-release
  • 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

27 Oct 07:36
Compare
Choose a tag to compare
v0.0.2 Pre-release
Pre-release
  • 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

22 Oct 06:44
Compare
Choose a tag to compare
v0.0.1 Pre-release
Pre-release