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

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();