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
I'm actually using your library to block out CommandOrControl+R on mac. I'm doing it prevent the user from refreshing the BrowserWindow.
With globalShortcut it prevents the refresh. With your library, the callback is called but it doesn't prevent the window from refreshing. It may be related to the above comment about transparent window.
I have a transparent window.
When i use your library and register a shortcut and then press the keys, it converts the window to not being transparent.
When I use globalShortcut, it doesn't change the window transparency setting.
The text was updated successfully, but these errors were encountered: