what is the code for all the keys on the key bord and mouse

If(input.GetButtonDown(‘jump’))

this is an ex of what i know how to do
it whuld help me a lot if i could learn all of them

Have a look at the Input- and Event-class in the script reference.

Try looking at KeyCodes

I think thats what you mean.