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
What OS are you using (uname -a, or Windows version)?
Darwin Kernel Version 19.5.0: Tue May 26 20:41:44 PDT 2020; root:xnu-6153.121.2~2/RELEASE_X86_64 x86_64
What programming language are you using (C/C++/Go/Rust)?
go version go1.14.4 darwin/amd64
What did you expect to see and what you saw instead?
I'm trying to get keyboard shortcuts for copy & paste to work on macOS, similar to PR #237 by @lukevers, and was wondering whether it's possible to create these menubar items without hacking webview.
Is it possible to have a separate package using CGO to add these menu items to the webview application?
FYI I haven't ever worked with C beyond creating go bindings for existing C libs, so apologies if I'm asking a stupid question.
What OS are you using (
uname -a, or Windows version)?Darwin Kernel Version 19.5.0: Tue May 26 20:41:44 PDT 2020; root:xnu-6153.121.2~2/RELEASE_X86_64 x86_64
What programming language are you using (C/C++/Go/Rust)?
go version go1.14.4 darwin/amd64
What did you expect to see and what you saw instead?
I'm trying to get keyboard shortcuts for copy & paste to work on macOS, similar to PR #237 by @lukevers, and was wondering whether it's possible to create these menubar items without hacking webview.
Is it possible to have a separate package using CGO to add these menu items to the webview application?
FYI I haven't ever worked with C beyond creating go bindings for existing C libs, so apologies if I'm asking a stupid question.