How to assign two simultaneously pressed keys to a macro | Razer Insider
Skip to main content
hi, am enjoying the huntsman immensely.
Could not find how to assign 2 keys to a macro, for instance pressing alt+x simultaneously to switch window, perform a task there and switch back to former window.

thanks for checking 🙂
this forum comes pretty close with software Autohotkey;
https://autohotkey.com/board/topic/5408-multiple-letter-hotkeys/
the basis script looks like this;
~y & u::
msgbox, hi there
return

anyone better ideas for 2 or more simultaniously keystroke macro's, we don't want to wear the pinkies out stretching too "hyper far" on the FN or Ctrl keys?