Change to "A" or "S"

I want to change SPACE to A or S:

 if (Key.isDown(Key.SPACE)){ 

i would like to make just like

if (Key.isDown(key_jump)){ 

or something… like a short cut
how?