Won't recognize Keyboard

Hi, I have a game I am working on and I have sensor for keyboard space bar, that when it detects the space bar it is supposed to show a new scene. it doesn’t work. I then tried instead of a keyboard, a mouse click. That worked. I also tried a collision, that worked. Everything works except keyboard space bar. Why?

Do any of the other keys on the keyboard work using that sensor?

no other keys work. could this have anything to do with opengl ?? or Python??

Please show us a demo file. It is difficult to say without more detailed information.

ok update, got it working by putting the collision and keyboard logic on the door that I wanted to collide with. IDK but it works like that now. Thanks…