Skip to content

0.4.1 - Bugfixes regarding Hotkeys / Send

Compare
Choose a tag to compare
@phil294 phil294 released this 19 Dec 19:20
· 292 commits to master since this release
86f259a

4229362 Hotkeys, Send keys: fix key name case detection (e.g. {F1} vs {f1}) (#27)
141d20d Hotkeys: fix lowercase + shift like +s::
04e6e32 fix MouseClick without specifying coordinates
8fcae9d add #Include / #IncludeAgain
27e78c8 fix Run, edit ... verb
e9bb892 add Gui, Add, Picture
14dfb0c Gui, Add: when specifying nonexisting control type, fall back to text
f456a8f Gui, Add, Button: Fix automatic label creation case sensitivity such as ButtonOk:
2f58dcc Hotkeys/Send keys: fix disallowing certain key names such as =A:: which previously wrongly was just understood as =::
6da4328 Hotkeys/Send keys: ignore $ character (#26)
93562b7 fix GetKeyState while spamming Send
f9fbd49 add Input i option

There are three different builds available this time, compatible with all common current Linux distributions (x86_64):

  1. ahk_x11 the normal build, use this if you don't know which one to choose
  2. ahk_x11-no-gc the garbage collector is disabled in this build. You can use this one if the normal version crashes too often, which can happen with Guis sometimes, esp. when you re/create many of them.
  3. ahk_x11-debug avoid this unless you're trying to reproduce errors. This one includes a lot of logging and is not optimized.