Hi,
Is it possible to script in the arrow buttons and the ALT/CTRL buttons to use instead of/as well as the mouse, to make a platform Duke Nukem style game?
yes.
Just check the on_key_press() function in the global script, and for more advanced stuff (like detecting the Ctrl key alone, etc.) look for IsKeyPressed() function from the manual.