Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,9 @@ The most complete documentation is currently at [Mousetrap, the original project

The public API consists of `.bind`, `.unbind`, `.trigger`, `.stopCallback`, `.detach` and `.reset`.

## Limitations
- This library does not support binding multiple handlers to the same key/key combo. only the last bind will fire.

## Plugins

There are [some plugins](https://github.com/avocode/combokeys/tree/master/plugins). See their individual readme files.
Expand Down