From f176a1230cf3d18685f6767a180c8ea11018fdc5 Mon Sep 17 00:00:00 2001 From: giladv Date: Fri, 21 Dec 2018 10:54:34 +0200 Subject: [PATCH] Update README.md a lot of people wasted time on this non expected behaviour. this needs to be documented. --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 7b29b1a..a65f7da 100644 --- a/README.md +++ b/README.md @@ -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.