Skip to content

Instantly share code, notes, and snippets.

@hex13
Created October 13, 2013 17:21
Show Gist options
  • Save hex13/6964840 to your computer and use it in GitHub Desktop.
Save hex13/6964840 to your computer and use it in GitHub Desktop.
var key = {37: 'left', 38: 'up', 39:'right', 40:'down', 32:'fire'}[e.keyCode];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment