Search code examples
node.jsnode-webkitkeyboard-hook

Disable windows keys in a node webkit application?


One of my new application i need to disable window keys so,

Any one knows how to disable left and right window key in a node web kit application ?


Solution

  • keyboard hooking is not possible with node js.you can create a low level keyboardhooking code in VC++ or c# and that run as a child process from nodewebkit