Anyone know how to make a key combination?

in a character blueprint:
make W and Shift input events turn a bool true when pressed, and turn it false when released. you can check these bools on event tick with branch nodes, if both are true, use the jump function.

1 Like