Thomas Rake 7575f504ce Build site image; npm install;bower install;grunt devel 9 years ago
..
README.md 7575f504ce Build site image; npm install;bower install;grunt devel 9 years ago
mousetrap-pause.js 7575f504ce Build site image; npm install;bower install;grunt devel 9 years ago
mousetrap-pause.min.js 7575f504ce Build site image; npm install;bower install;grunt devel 9 years ago

README.md

Pause/unpause

This extension allows Mousetrap to be paused and unpaused without having to reset keyboard shortcuts and rebind them.

Usage looks like:

// stop Mousetrap events from firing
Mousetrap.pause();

// allow Mousetrap events to fire again
Mousetrap.unpause();