What are the keys called?

If I write like this:
onClipEvent(keyDown) {
if (Key.isDown(87)) {
blah blah
}
}

‘87’ means ‘W’, right?
But where can I find out what the rest of the keys are called?

Thanks in advance! :+)