mousetrap-rails icon indicating copy to clipboard operation
mousetrap-rails copied to clipboard

Update Mousetrap to 1.5.3

Open rspeicher opened this issue 9 years ago • 0 comments

Version 1.5.x adds support for wrapping specific elements:

var form = document.querySelector('form');
Mousetrap(form).bind('mod+s', function(e, combo) {
    // save the form
});

rspeicher avatar Oct 05 '15 19:10 rspeicher