| Author |
Message |
Forum: Offtopic Topic: IronAHK - .NET port of AutoHotkey for Windows, Linux, Mac... |
| lipton |
|
Posted: November 7th, 2009, 1:41 am
|
|
Replies: 86 Views: 39612
|
| Titan, Thanks for the feedback. We were discussing IronAHK as a possible solution to a problem on Ubuntu: http://superuser.com/questions/62892/how-to-switch-applications-in-ubuntu-gnome-using-an-alternative-keystroke-to-the Maybe I'll check back later on when it's more complete. Regards, lipton |
|
 |
Forum: Offtopic Topic: IronAHK - .NET port of AutoHotkey for Windows, Linux, Mac... |
| lipton |
|
Posted: November 6th, 2009, 10:25 pm
|
|
Replies: 86 Views: 39612
|
| Thanks Titan! It worked. I tried replacing your code from ComplexExpression.ia with this code and recompiling: Numpad1:: Send {Alt Down} Sleep, 1000 Send {Tab} Loop { GetKeyState, state, Numpad1, P if state = U break Sleep, 1000 Send {Tab} } Send {Alt Up&... |
|
 |
Forum: Offtopic Topic: IronAHK - .NET port of AutoHotkey for Windows, Linux, Mac... |
| lipton |
|
Posted: November 6th, 2009, 6:54 pm
|
|
Replies: 86 Views: 39612
|
| Hi Titan, I wonder if you could help me figure out what the problem is with my attempt to install IronAHK on Ubuntu Jaunty. I installed the latest version of various monodevelop libraries, downloaded IronAHK and ran "make install all". First I got an error that was corrected by commenting ... |
|
 |
| Sort by: |