Herbert Vojčík c580f1482c bump trysmalltalk and re-`bower install` the rest | před 8 roky | |
---|---|---|
.. | ||
README.md | před 9 roky | |
mousetrap-pause.js | před 8 roky | |
mousetrap-pause.min.js | před 8 roky |
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();