In Keyboard Maestro, if:
"super" + "n" = action one
then action one will have happened before you press “k”. So then the best you can do is:
"super" + "n" + "k" = action one + action two
You could perhaps do something like this for action one:
- Set variable “Do Action 1” to 1
- Pause 0.2 seconds
- If variable “Do Action 1” is 1 then
- Do stuff
And Action 2 starts with:
- Set variable “Do Action 1” to 0