Keyboard Command Nodes
"Git gud scrub" at the push of a button
Keyboard Command nodes allow you to bind device buttons to a keyboard button, or buttons! There are a few intricacies we should address though!
Single Keys
Easy peasy! Simply type the desired button into the Keyboard Command Node's line.

Multiple Keys
In order to command two keyboard buttons at the same time, we simply insert a "+" between the commands. Make sure that a space is included before and after the "+" symbol.

Numpad Keys
Numpad keys are notated by typing "num" and a space before the desired key i.e. "num 5"

Modifier Keys
Modifier keys such as alt and shift can be notated by typing the location and name of the key i.e. "left alt" or "right shift"

Combining Modifier Keys with Standard Commands
From the previous information laid out on this page, we can then lay out a command that presses Left Alt as well as the "6" key on your numberpad like so:

Last updated
Was this helpful?