Skip to content

Instantly share code, notes, and snippets.

@jtokoph
Created March 27, 2014 23:08
Show Gist options
  • Save jtokoph/9821155 to your computer and use it in GitHub Desktop.
Save jtokoph/9821155 to your computer and use it in GitHub Desktop.
if (key === "meta" || key === "shift" || key === "control" || key === "alt") {
key = null;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment