You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 16, 2024. It is now read-only.
Ctrl+Shift+I opens devtools by default in Electron. However, we must put w.OpenDevTools() to open the devtool in go-astilectron. Is it possible to make that combination key to open the devtools?
The text was updated successfully, but these errors were encountered:
This method seems unintuitive. Also, there's a menu bar on top (I don't need it). It would be great if this feature is wrapped as globalShortcut-like object.
Ctrl+Shift+I
opens devtools by default in Electron. However, we must putw.OpenDevTools()
to open the devtool in go-astilectron. Is it possible to make that combination key to open the devtools?The text was updated successfully, but these errors were encountered: