electronic localshortcut:在不使用Menu的情况下将键盘快捷键本地添加到BrowserWindow实例 源码
电子局部捷径 无需使用菜单即可在本地向浏览器窗口实例注册/取消注册键盘快捷键的模块。 这是为了避免。 安装 npm install --save electron-localshortcut 用法 const electronLocalshortcut = require ( 'electron-localshortcut' ) ; const BrowserWindow = require ( 'electron' ) . BrowserWindow ; const win = new BrowserWindow ( ) ; win . loadUrl ( 'https://git
文件列表
electron-localshortcut-master.zip
(预估有个10文件)
electron-localshortcut-master
.travis.yml
284B
index.js
9KB
test.js
4KB
package.json
1KB
license
1KB
example.html
38B
example.js
4KB
.gitignore
1KB
README.md
6KB
暂无评论