Page 1 of 1

Can I run AHK on a Mac that is running Windows with Parallels?

Posted: 17 Jun 2016, 20:18
by omar
Has anyone done this before?
Does it work?
Any drawbacks?

Thanks.


Omar

Re: Can I run AHK on a Mac that is running Windows with Parallels?

Posted: 17 Jun 2016, 20:22
by Capn Odin
I don't think you need anything beyond the ability to run C and having the correct dll files.

Re: Can I run AHK on a Mac that is running Windows with Parallels?

Posted: 20 Jun 2016, 03:22
by lexikos
AutoHotkey runs on Windows. It doesn't care what kind of system Windows is running on.

AutoHotkey doesn't require anything other than the base components which are included in the OS and are required for the OS to function.

@Capn Odin: You don't run C. C is a language. Some programs require a specific version of the C runtime to be installed; AutoHotkey does not.