I wanted to try a simple ```ahk :*:]test:: run, /path/to/script.sh return ``` and it's not working. but if I remove the ] ```ahk :*:test:: run, /path/to/script.sh return ``` it works. in addition, ;;test doens't work... .test doens't workin ..test doesn't work...
I wanted to try a simple
and it's not working. but if I remove the ]
it works.
in addition, ;;test doens't work... .test doens't workin ..test doesn't work...