Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
好吧,对于我的网站,我想启用键盘快捷键。当在键盘上按下左或右按钮时,它会打开一个 URL。也可能绑定其他一些按钮。
有什么线索我该怎么做吗?
使用 javascript onkeydown 事件并获取密钥代码。
或者使用像热键这样的 jQuery 插件,它提供像 ctrl+c 这样的组合键。
试试这个页面:
http://www.asquare.net/javascript/tests/KeyCode.html