Why have my WASD keys r changed...

Hi guys,
In Unity when im in Game mode. My keys have been changed somehow… so ‘A’ takes me ‘Up’ D=Down, W=right and S=left.
anyone has any idea what i did wrong and how to fix it. :?:

Thanks a lot.

It sounds like you have the Horizontal and Vertical axes mixed up as parameters to Input.GetAxis. Swap them around and you should get back to normal again.

thanks ‘andeeee’
I already tried that and the only change it does is swap them around so S=up, W=down, A=left and D=right.
haha man i dono whats going on eh. i mean i never even changed them to start with.
any other suggestions?

This is interesting. I had a similar situation when using the cursor keys. Up or forward would send the first person controller backwards, left would send it right etc.

I never did understand what I did wrong???