Key.isDown(Key.?)

I am making a kind of multiplayer game for fun but I’m having trouble with the controls.
For one of the characters it works fine since I’m using
Key.isDown(Key.LEFT)

and so forth with UP, RIGHT and DOWN

The trouble comes when I try to specify the keys for player 2. I found out that all buttons have ASCII codes and I found the codes for the buttons i need but when it comes to putting them in the script I’m all noob.:blush:

Doesn’t work when I just put the numbers in like this

Key.isDown(Key.71)

If you know how to put in the codes properly please enlighten me