How can I press 4 keys within a macro? #782
Unanswered
RickAndTired
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
How can I press 4 keys within a macro?
This is what I'm trying to do: Alt+down wait Alt+Shift+Ctrl+4
I tried this, but it won't let me mix macros and +
modify(Alt_L, key(down)).wait(500)
Alt_L+Shift_L+Control_L+4
Beta Was this translation helpful? Give feedback.
All reactions