RigidBodyFPSController camera does not move on keyboard input only on moving mouse ( PC )

Hi,
I am using Unity 2017.1.0f3 on a PC. I have created a new project, a new scene. I have imported the “Environment” and “Character” Standard Assets ( for some reason I don’t see the standard assets by default, I have to import each package individually ).
I have dragged the Character->FirstPersonCharacter->Prefabs->RigidBodyFPSController into my scene.
I have deleted the main camera from the scene ( so now I just have the child camera of my FPS controller ).
Everything builds and runs, however the keyboard commands don’t do anything when I run the game. I expected the up arrow to move the camera forward, the left arrow key to move left etc.
How do I enable the keyboard commands for the PC/Mac build . I have the build settings set correctly to PC ( x86_64 ) for the Windows 10 64 bit PC I am developing on.

Steve

( I have fixed this by using the FPSController instead of the RigidBodyFPSController. Now it works )