|
|
9 年之前 | |
|---|---|---|
| .. | ||
| README.md | 11 年之前 | |
| mousetrap-pause.js | 9 年之前 | |
| mousetrap-pause.min.js | 9 年之前 | |
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();