Skip to content

1.0.4

Latest
Compare
Choose a tag to compare
@phil294 phil294 released this 03 Aug 13:04
· 3 commits to master since this release
  • 1f3e9da Add Eval command (only available in AHK_X11, not Windows)
  • 66c29c2 Add new ahk_x11-only directive #DefineCommand
  • 2d8898f Fix grabbing hotkeys when CAPS is active
  • ef29d81 68e3308 Add := for simple math operations. Expressions in general still aren't supported and probably won't for a long time, but now you can write basic additions etc. in a single line. Example usage: my_var := other_var * (16 + 5). So you'll need to omit percentage signs around variables. This is done for compatibility purposes, even though this adds an unnecessary learning curve. Expression syntax was a mistake!!1
  • 7873b93 94352da Fix building from source (#80)
  • 825e006 Remove the .deb build. It adds nothing and added so much confusion
  • 420049d Ignore missing file dependency (#75)

Also ahk_x11 is now available for ArchLinux (see Readme, thanks to sonofaglitch and Freso) and NixOS (WIP) - thanks @UlyssesZh

Edit 2024-08-04: Reuploaded the right binary, the previous one had a startup error, and fixed math := operations