I want to press the Shift key and on InputActions.Move.perform have it return back a value of (0,0), so that this value causes the player to skip turn. However, perform only gets called on key down and returns a vector with a magnitude. Any ideas on how to do this?