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
Seems that's a common problem, because I found some other repositories' issues complaining about the same, e.g.: RocketChat/Rocket.Chat.Electron#50
And they found a solution, perhaps there could be an option in the context menu for disabling that menu completely which looks quite easy: browserWindow.setMenu(null);.
The text was updated successfully, but these errors were encountered:
code-hunger
changed the title
Alt + shift opens menu while intended to change language
Alt + shift opens menu while intended to change keyboard setup
Nov 11, 2016
Seems that's a common problem, because I found some other repositories' issues complaining about the same, e.g.: RocketChat/Rocket.Chat.Electron#50
And they found a solution, perhaps there could be an option in the context menu for disabling that menu completely which looks quite easy:
browserWindow.setMenu(null);
.The text was updated successfully, but these errors were encountered: