

【代码】网页上添加快捷键
source link: https://feiju12138.github.io/2022/10/02/%E7%BD%91%E9%A1%B5%E4%B8%8A%E6%B7%BB%E5%8A%A0%E5%BF%AB%E6%8D%B7%E9%94%AE/
Go to the source link to view the article. You can view the picture content, updated content and better typesetting reading experience. If the link is broken, please click the button below to view the snapshot at that time.

网页上添加快捷键
添加快捷键
控制键:当被按住时返回true,没有被按住时返回false
event.metaKey
:徽标键(Windows上的win键,MacOS上的command键)event.ctrlKey
:ctrl键event.altKey
:alt键event.shiftKey
:shift键<keycode>
:键盘编码值
document.body.onkeydown = function (event) {
if (event.metaKey && event.keyCode === <keycode>) {
console.log(event);
}
}
Recommend
-
14
Wallpaper Engine 网页壁纸添加用户自定义属性 被...
-
6
求助[vim]:有什么快捷键可以自动的在句尾添加分号; - V2EX V2EX › Vim 求助[vim]:有什么快捷键可以自动的在句尾添加分号;...
-
5
V2EX › Windows win10 可以给右键菜单里面的项目添加快捷键吗 dragonQueen · 3 小时 31...
-
8
iterm常用快捷键及添加rz、sz传文件功能2018年1月3日 by anzhihe·0评论 · 1,769 人阅读 · ...
-
7
建议给网页版发帖/回帖按钮添加去重(保证幂等) [复制链接] 分享: 楼主
-
3
如何给你的WordPress网页添加表格Table? ...
-
10
给网页添加一只 Live2D 看板娘2021-07-24 / 猫村 あおい 🍭Live2D 看板娘是很多 二次元 博客的标配。这只猫猫手上刚好有 なちょ猫 的模型,当然要给网站加上可爱的猫娘!首先想到的是大家都在...
-
4
给你的网页添加一个 moc3 格式的 Live2d 模型博主:HCLonely发布时间:2020-03-2654354 次浏览616 字数分类...
-
4
Mac为触发角添加组合快捷键 为触发角添加组合快捷键 打开触发角设置 系统偏好设置->调度中心->触发角 系统偏好设置->
-
6
本文收集了170多个windows11上的快捷键,其中有少部分是windows11新添加的。大部分的win10快捷键也适用于win11。这些快捷键涵盖了系统设置、命令行程序执行、Snap布局切换、对话框快速处理等诸多方面,这里收录的是这些分类中最常用的快捷键。 编写博文的过程...
About Joyk
Aggregate valuable and interesting links.
Joyk means Joy of geeK