Oh, right, Construct 2. Well, just create two events, for spacebar and for left mouse click.
Or, alternatively, two separate events that set a variable whenever such a key is pressed and then you check that variable. Don't forget to reset it afterwards.
Actually, a local variable within event group would do just fine, it automatically resets each tick.