skellock / typescript-with-electron-react-kit

Don't just start your Electron app... TWERKit.
https://skellock.github.io/typescript-with-electron-react-kit
MIT License
145 stars 23 forks source link

Adds keyboard support to the renderer. #19

Closed skellock closed 7 years ago

skellock commented 7 years ago

Tried keyboardjs but it failed on some basic stuff.

Falling back to mousetrap since it works well. Just doesn't have contexts. I'll build it instead once I need it.