Double Tap on Ctrl to activate a program
Is there any way to activate a program with double Ctrl-Tap (like Alfred under Mac OS)?
Yes, of course. I will look into it and post a solution when I'm back to my computer next week. In the meantime you can see the similar solution used for double Escape Close command in the Library.
Here it is:
Shortcut: Ctrl (you need to double click the shortcut entry field to enter it manually)
Type=Command
Command:
Change the run command to your program path.
Shortcut: Ctrl (you need to double click the shortcut entry field to enter it manually)
Type=Command
Command:
Code: Select all
If (A_PriorHotKey = A_ThisHotKey and A_TimeSincePriorHotkey < 350)
Run Notepad