Pause/unpause

This extension allows Mousetrap to be paused and unpaused without having to reset keyboard shortcuts and rebind them.

Usage looks like:

  1. // stop Mousetrap events from firing
  2. Mousetrap.pause();
  3. // allow Mousetrap events to fire again
  4. Mousetrap.unpause();