I'm at a loss, I've got 4 buttons on my game: north, south, east and west. They are <input type="button"..... You can click them and they work. How do I use javascript to trigger the same function when I press the arrow keys. I'm using jquery if that helps/hinders. I was originally just going to use the 'accesskey' attribute but had various problems doing that...