Join Slack
Powered by
Hi mates, Can I actually work with electron react ...
# javascript
a
Atchay Varma
04/26/2021, 3:25 PM
Hi mates, Can I actually work with electron react project on kotlinjs ?
h
Hywel Bennett
04/26/2021, 3:31 PM
The KVision team have support out-of-the-box for electron:
https://kvision.gitbook.io/kvision-guide/part-2-advanced-features/building-with-electron
Hywel Bennett
04/26/2021, 3:31 PM
so it can be done
a
Atchay Varma
04/26/2021, 3:34 PM
@Hywel Bennett
I am developing a app which uses a keyboard shortcuts. I want to access global keyboard shortcuts in electron. How can I do it in kotlinjs
h
Hywel Bennett
04/26/2021, 3:36 PM
I'm afraid I don't have much experience with that. I'd be looking at
https://www.electronjs.org/docs/api/global-shortcut
. The
https://github.com/rjaros/kvision/blob/master/kvision-modules/kvision-electron/src/main/kotlin/io/kvision/electron/electron/Electron.kt
API provides access to this
a
Atchay Varma
04/26/2021, 3:38 PM
@Hywel Bennett
I have found the right resources now I can go with it thanks 😉
👍 1
9
Views
Open in Slack
Previous
Next