#316·mousetrap

Multiple modifier keys will not bind to 'keyup'

Author: prominentdetailCreated Dec 10, 2015Updated May 19, 2025

For example: mousetrap.bind('ctrl+alt', bindUp, 'keyup'); or mousetrap.bind('shift+space', bindUp, 'keyup'); ..will not fire when those are released. Any help solving this would be appreciated, or direction towards where in the code this type of thing is handled so that I can try fixing it.