https://github.com/relipse/JsRoboKeyHere's the deal, this sucker is in pre-alpha, but a basic script such as the one below is working!
//run notepad, wait a little bit for it to open, then send some keystrokes
rk.run('notepad');
rk.sleep(700);
rk.sendKeys('abcdefgABCDEFG1234567890!@#$%^&*()');
I need Qt C++ developers to just dive right in and start adding features. The goal is basically to make the power of AutoHotkey cross-platform and using the javascript language.
Check it out, and let me know if you are interested in helping.