iohook
iohook copied to clipboard
Build a version for Electron v24.4.0
Is is possible to use iohook with electron v24.4.0? Currently I'm using the command "npm install iohook --save" and getting this back in the logs
Error: GET https://github.com/wilix-team/iohook/releases/download/v0.9.3/iohook-v0.9.3-node-v108-darwin-x64.tar.gz returned 404
npm ERR! Prebuild for current platform (iohook-v0.9.3-node-v108-darwin-x64) not found!
npm ERR! Try to build for your platform manually:
npm ERR! # cd node_modules/iohook;
npm ERR! # npm run build
Is it possible to build this version manually or include a version working version with npm?
Here are my current devDependencies:
"dependencies": {
"electron-squirrel-startup": "^1.0.0",
"robotjs": "^0.6.0"
},
"devDependencies": {
"@electron-forge/cli": "^6.1.1",
"@electron-forge/maker-deb": "^6.1.1",
"@electron-forge/maker-rpm": "^6.1.1",
"@electron-forge/maker-squirrel": "^6.1.1",
"@electron-forge/maker-zip": "^6.1.1",
"electron": "24.4.0"
}
same here I got the same problem iohook is no longer maintained i think
@dassoop , @Mrx-dev , did you find any alternative for that
@dassoop , @Mrx-dev , did you find any alternative for that
Yeah I ended up using "globalShortcut" within Electron to do the same thing. Hope it works for ya
We are starting to work on getting this library updated, looking for any help or PRs!
我们开始努力更新这个库,寻找任何帮助或 PR!
后续还会有更新吗?