Search found 23 matches
- 29 May 2016, 20:14
- Forum: Ask For Help
- Topic: Are these possible to set up?
- Replies: 6
- Views: 1058
Re: Are these possible to set up?
You may have it in the same script, simply add a new directive. As for finding the class, I wrote a function to give me any and all information I would need about a window. Here's that and a working example. Besides this, AHK comes with AU3 spy, which can be found in the installation directory of A...
- 20 May 2016, 20:39
- Forum: Ask For Help
- Topic: Are these possible to set up?
- Replies: 6
- Views: 1058
Re: Are these possible to set up?
Hi everyone, thank you for your replies :] LShift::BackSpace #IfWinActive Audacity ; please replace with the right window title Alt::Ctrl Ctrl::Alt last one needs more work... you can find some Google translate scripts here on the forum, then you build a routine around that to maybe paste in a trans...
- 20 May 2016, 00:44
- Forum: Ask For Help
- Topic: Are these possible to set up?
- Replies: 6
- Views: 1058
Are these possible to set up?
Hi, I'm new to AHK and have a few requests. I am not really sure where to begin, and feel I need some guidance to get going. 1) My backspace key has fallen off my laptop. Is there any way to remap the 'backspace' action to the left 'shift' key? I have two shift keys, a left one and a right one. 2) I...