Thomas Rake 7575f504ce Build site image; npm install;bower install;grunt devel | 10 lat temu | |
---|---|---|
.. | ||
README.md | 10 lat temu | |
mousetrap-pause.js | 10 lat temu | |
mousetrap-pause.min.js | 10 lat temu |
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();