I have to press two keys:
When the 'a' is pressed and released, thenafter 'b' is pressed and released and finally AutoHotKey sends me a key of my choice.
Edit: like:
a & b::c
Here, I am not pressing both keys at the same time, but one after another, and need c in resulting output.