Files
tekelanew_acs/acs/nladmin-ui/node_modules/mousetrap/plugins/pause
2024-12-03 17:40:13 +08:00
..
2024-12-03 17:40:13 +08:00
2024-12-03 17:40:13 +08:00
2024-12-03 17:40:13 +08:00

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