This repository has been archived on 2020-11-02. You can view files and clone it, but cannot push or open issues or pull requests.
TripSit_Suite/node_modules/mousetrap/plugins
2020-11-01 22:46:04 +00:00
..
bind-dictionary Initial comission of TheLounge base files 2020-11-01 22:46:04 +00:00
global-bind Initial comission of TheLounge base files 2020-11-01 22:46:04 +00:00
pause Initial comission of TheLounge base files 2020-11-01 22:46:04 +00:00
record Initial comission of TheLounge base files 2020-11-01 22:46:04 +00:00
README.md Initial comission of TheLounge base files 2020-11-01 22:46:04 +00:00

Plugins

Plugins extend the functionality of Mousetrap. To use a plugin just include the plugin after mousetrap.

<script src="mousetrap.js"></script>
<script src="mousetrap-record.js"></script>

Bind dictionary

Allows you to make multiple bindings in a single Mousetrap.bind call.

Global bind

Allows you to set global bindings that work even inside of input fields.

Pause/unpause

Allows you to temporarily prevent Mousetrap events from firing.

Record

Allows you to capture a keyboard shortcut or sequence defined by a user.