Re: Full Tilt Shortcuts - new ahk script
I had the seat problem as well, et al.
Here's one thing to note:
I was using a script to launch all my AHK files, and had a line
Run, Fulltiltshortcuts/FullTiltShortcuts.ahk
which for some reason did not like the fact that the AHK was in a subdirectory. If I went into
the folder and just ran the script everything was fine. Running them in these 2 different
ways produced 2 different groups of settings / .ini files as well.
My solution was to just create a windows shortcut to the file, and I changed the line to
Run, SC2FullTiltShortcuts
|