asticode / go-astilectron-demo

Discover the power of Astilectron through a demo app
MIT License
404 stars 83 forks source link

Any way to open the developer console? #27

Closed rcholic closed 6 years ago

rcholic commented 6 years ago

I like this demo so far, and it offer pretty much what I need for a cross-platform app. I noticed that the right click is not supported and I don't find any way to open the developer console. Anyone knows?

asticode commented 6 years ago

@rcholic when using the bootstrap the shortcut "CTRL + d" will open the dev tools. Otherwise you can use https://github.com/asticode/go-astilectron/blob/master/window.go#L131 or https://github.com/asticode/go-astilectron/blob/master/window.go#L330.

Does that fix your issue?