Skip to content

Instantly share code, notes, and snippets.

@robin-drexler
Created July 7, 2015 19:11
Show Gist options
  • Save robin-drexler/f8edc1ffb0ed8c4f42c8 to your computer and use it in GitHub Desktop.
Save robin-drexler/f8edc1ffb0ed8c4f42c8 to your computer and use it in GitHub Desktop.
window.addEventListener("keydown", function(e) {
e.preventDefault(); // seems to be sufficient to prevent most default shortcuts
// do something, e.g. custom save
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment