Skip to content

Instantly share code, notes, and snippets.

@Fishrock123
Created July 1, 2014 14:12
Show Gist options
  • Save Fishrock123/b176b8e8198beadf8ec3 to your computer and use it in GitHub Desktop.
Save Fishrock123/b176b8e8198beadf8ec3 to your computer and use it in GitHub Desktop.
document.addEventListener('keydown', function (event) {
if (!/INPUT|SELECT|TEXTAREA/i.test(event.target.tagName)) {
event.preventDefault()
}
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment