Third person Cam Arrow Keys

Hello, I followed this guide, http://wiki.jmonkeyengine.org/doku.php/jme3:beginner:hellochasecam
the camera seems to be rotating with the mouse buttons but i also want it to rotate with the arrow keys UP, RIGHT, DOWN, LEFT, but still the flyByCam being disabled, how would I be able to accomplish this? (I’m new to this, I’d appreciate the help).

Thank you!

You register action in inputManager for the Key_UP, like done internaly to chaseCam (use same String):

I’m sorry I didn’t quite understand this. Could you elaborate a little bit further?