No way to prevent default for keys pressed as part of a sequence

Author: ccampbellCreated Jul 9, 2012Updated Jan 2, 2026
Labelsbug

For example if you have the following

javascript
Mousetrap.bind('command+k command+u', doWhatever);

There is no way to tell the command+k part of the sequence to prevent default right now. I think this can be solved by implementing #14