Hi everyone,
I'm the designer of ASETNIOP; things have been dormant for me for a long time but I've just recently gone diving back into the code and want to start working on a desktop version. I'm hoping to write something similar to the functionality of AutoHotKey; i.e. something that will allow me take over keystrokes coming from the keyboard and deal with them my own way. Does anyone have any advice over what language would be best to use to do this? I'm not doing anything particularly complicated on the back end; it's just a lot of for loops and string manipulation. Mainly I'm interested in something where it will be fairly easy to interpose the program between the keyboard input and what eventually gets sent to the computer.
Any suggestions?