I want to make AutoHotKey listen to a key sequence, specifically Start-C -> D, and do some action. How can I do that? I couldn't find a way to define a key sequence.
feedback
|
|
Here's an example that lets you press Win+C, then it waits for one more key.
See the Input documentation for more ideas and examples. | |||
|
feedback
|