IronAHK icon indicating copy to clipboard operation
IronAHK copied to clipboard

Cross platform .NET rewrite of the popular AutoHotkey scripting language for desktop automation.

Results 23 IronAHK issues
Sort by recently updated
recently updated
newest added

I am running my script.ahk which contains the following: ``` Sleep, 1000 ; sleep for 1 second Click, 3833, 500 ; click once at given coordinates Return ; exit ```...

So in your release section, are there any ready to go compiled versions? I really dont want to have to install visual studio or even know if it is "mac-ready"...

Has anyone confirmed if this works for Yosemite? What are the build steps?

Since Debug is apparently the default in MonoDevelop and is required for running the tests, it should be a configuration suitable for development. That means traces (which cause the tests...

Currently, there's no instructions on how to download, compile or use the software. It's preferable that this information is found in the project's Readme file.

Python is good language for automation [1] I experimenting with IronPython for AutoIt/AutoHotkey/IronAhk as language for automation. Was able to use AutoItX [2]. I hoped IronAHK could be best target...

hi, when i run it on any of the two scripts [here](http://superuser.com/questions/519151/mouse-double-click-min-interval/519166#519166), it just says: ``` No protocol specified Buggy-Mouse.ahk (0): ==> Object reference not set to an instance of...

The most recent binaries don't run in Mountain Lion. Could you update them?

# What doesn't work: Following Script.ahk: `^j::Send "b"` invoked in terminal with: `ironahk Script.ahk` doesn't send "b" to any application and produces following terminal output: > Nov 26 18:23:25 MacBook-Air-Micha.local...