/electron-keyboard-shortcuts

electron控制键盘快捷键

Primary LanguageJavaScriptMIT LicenseMIT

electron-keyboard-shortcuts

使用electron打包exe应用,做到app启动后,屏蔽windows快捷键

this Project based on the Quick Start Guide

To Use

To clone and run this repository you'll need Git and Node.js (which comes with npm) installed on your computer. From your command line:

# Clone this repository
git clone xxx
# Go into the repository
cd electron-keyboard-shortcuts
# Install dependencies
npm install
# Run the app
npm start
# package the app
npm run package

Reference

help

electron-build 参数

  • portable 便携式应用,而无需安装
  • nsis 安装程序

License

MIT