I want to make an AutoHotKey script where the following things happen, in order when Win+Space is pressed.
- The next keystroke after Win+Space is recorded
- If it is g then Google is opened
- If it is Esc then the computer is locked
- (Many more conditons like the two above)
I know how to do all of these things except detect the next keystroke after Win+Space.