
Search found 2 matches
- 17 Jun 2018, 09:56
- Forum: Ask For Help
- Topic: help with key combination condition
- Replies: 4
- Views: 955
Re: help with key combination condition
Thanks for you script swagfag. It didn't quite work. It still didn't caputure ^J + ^J and execute the send command. 

- 11 Jun 2018, 06:16
- Forum: Ask For Help
- Topic: help with key combination condition
- Replies: 4
- Views: 955
help with key combination condition
Hi folks, Somewhat of a newbie to AHK. I am trying to have the key combination of ^J followed by another key to take some action in a software application that I commonly use. The code I've got is, ^j:: input, command, L1, T1 if (command = "^j" or command = "j") { send, ^d Sleep 10 send, !s16 send, ...