nwjs / nw.js

Call all Node.js modules directly from DOM/WebWorker and enable a new way of writing applications with all Web technologies.
https://nwjs.io
MIT License
40.36k stars 3.89k forks source link

global keyboard shortcut not work on linux 32 bit in v0.11.0-rc1 #2634

Open huyunzhen opened 9 years ago

huyunzhen commented 9 years ago

use gui.App.registerGlobalHotKey(shortcut) does not work

Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.

willbarrett commented 9 years ago

Note: also observed in 64bit. The application does not accept shortcuts bound with this function. No error is thrown, but the shortcut is not triggered.

tommoor commented 9 years ago

/cc @zhchbin as original implementor of this feature