questlab/www/analytics/libs/bower_components/mousetrap/plugins/pause/README.md
2016-04-10 18:55:57 +02:00

291 B

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