ASCII keycodes for letters and puntuations

Just list them if you could or link. even if you just have letters

okay i got that to work why doesnt this work
if (Key.onKeyDown(90) or Key.onKeyDown(89) or Key.onKeyDown(88)) {
_root.Blinky._x += 10;
}