keymaster -快捷键管理器

https://github.com/madrobby/keymaster

 

// define short of 'a'
key('a', function(){ alert('you pressed a!') });

// returning false stops the event and prevents default browser events
key('ctrl+r', function(){ alert('stopped reload!'); return false });

// multiple shortcuts that do the same thing
key('⌘+r, ctrl+r', function(){ });
posted @ 2013-06-01 12:32  zhepama  阅读(206)  评论(0编辑  收藏  举报