I thought this would work, but didn't
GraphicsWindow.KeyDown = KeyDown
Sub KeyDown
If GraphicsWindow.LastKey = "W" And GraphicsWindow.LastKey = "Space" Then
Do Stuff
EndIf
EndSub
I need a solution to this so I can get more than one keyboard input at a time from a user
Here you go! This should do what you need!