q335r49 / RecLiner

Universal command line
4 stars 1 forks source link

Unable to run Recliner with latest version of AutoHotkey #1

Closed robcsi closed 10 years ago

robcsi commented 10 years ago

Hi,

I've just cloned your repo to try Recliner out, but I can't run it. An error message comes up saying:

Error at line 36. Line Text: {Hotkey Error: The leftmost character above is illegal in an expression. The program will exit.

Can you please see if you can reproduce it?

Cheers, robcsi

robcsi commented 10 years ago

If I correct { and } to ( and ), I get an error on the next line: for key,value in defaults, saying that there is no recognized action on that line. It's like it doesn't recognize the for keyword...

And it displays the same error for the other for loops if I comment out this for loop.

I'm using AutoHotkey 1.0.48.05.

q335r49 commented 10 years ago

Aaah, I think you have to download Autohotkey 1.1.15, available here --> http://ahkscript.org/download/

It finally adds support for basic stuff like associative arrays.

Thanks for bringing that to my attention, and thanks for trying it out! :D

robcsi commented 10 years ago

Oh, I see. It works now.

Sorry about that, I ended up on AutoHotkey.com somehow, and got the wrong version. Thanks, robcsi