Marc-Anderson / autohotkey-text-expander

A lightweight, spreadsheet(csv,xlsx) based text expander built in AutoHotkey.
13 stars 1 forks source link

AHK v2 version #6

Open marre- opened 7 months ago

marre- commented 7 months ago

Hello,

Does this script work with AHK v2 without issue?

Marc-Anderson commented 7 months ago

Not currently. I do intend to upgrade the script to ahkv2 next time i make changes however its currently only compatible with ahk v1. If you dont feel comfortable using the executables provided in the latest release, it can be compiled using the ahk2exe that comes packaged with ahk v2.

  1. Install ahk v2
  2. Save the ahk script from this repo to your computer
  3. Right click the script file
  4. Click Compile script ( GUI )
  5. Under Base File(.bin, .exe) select v1.1.37.01c U32 Ahk2Exe.exe
  6. Click Convert