setting input buttons

Setting input buttons. i have attached a basic script to a new camera. i tried to use Input.GetButtonDown(“w”) nut every time i run the program it says “Unity Exeption: Input button w is not setup” how do i set it? help?

you actually need to use Input.GetKeyDown

OR

setup Axis