Skip to content

Instantly share code, notes, and snippets.

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