Shortcut.js 可以让你实现键盘快捷键和应用功能之间的绑定。
一些快捷键定义:
使用方法:
document.addEventListener('shortcutNextItem', function() { // your code here });