Hum, this ENTER key for selection, I have to think of it. I use Pandora Button "X" or "A" to start, so it's SDLK_PAGEDOWN or SDLK_HOME. But you can add enter here (look in main.c), and change
if (gVar.pKeys[SDLK_PAGEDOWN] || gVar.pKeys[SDLK_HOME])
to
if (gVar.pKeys[SDLK_PAGEDOWN] || gVar.pKeys[SDLK_HOME] || gVar.pKeys[SDLK_RETURN])
I think it will work...
I'll add it to the Pandora version, but I will not do a PND just for that. If I get the Arkanoid jingles, I'll do it...
About the Fullscreen, yes. But I used the NOTAZ SDL, so fullscreen/windowed is always Fullscreen...