shortcuts A library to facilitate the creation of shortcuts Example shortcut.on({ "alt+f": function(){ console.log("ALT + F"); } }); shortcut.on('alt+g', function(){ console.log("ALT + G"); });