Herbert Vojčík c580f1482c bump trysmalltalk and re-`bower install` the rest il y a 8 ans
..
README.md 7575f504ce Build site image; npm install;bower install;grunt devel il y a 9 ans
mousetrap-bind-dictionary.js c580f1482c bump trysmalltalk and re-`bower install` the rest il y a 8 ans
mousetrap-bind-dictionary.min.js c580f1482c bump trysmalltalk and re-`bower install` the rest il y a 8 ans

README.md

Bind Dictionary

This extension overwrites the default bind behavior and allows you to bind multiple combinations in a single bind call.

Usage looks like:

Mousetrap.bind({
    'a': function() { console.log('a'); },
    'b': function() { console.log('b'); }
});

You can optionally pass in keypress, keydown or keyup as a second argument.

Other bind calls work the same way as they do by default.