-
Notifications
You must be signed in to change notification settings - Fork 709
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Using Alt+Shift to change input language opens the Rocket.Chat menu on linux #50
Comments
I think this should be an Electron issue. I mean it is not rocket.chat who opens menu on Alt press. |
Just a note - I can't reproduce it with any of the other menu elements or with other key combinations including Alt (or Alt alone). |
Added "Path" to the app.desktop for Linux
+1 |
I have the same problem with Slack 😡 |
Atom also based on electron and does not have this problem. It's really annoying, anybody has a solution? |
@sampaiodiego Thank you very much! |
Is there any issue about this in electron repository? |
Appeared in Rocketchat+ Version 2.10.1 again |
@IDanielBlake as well as in new Slack versions, lol. // although, looks like the real source of the issue is in Electron#11106 (like it's mentioned above) |
@sampaiodiego Can you re-apply the fix again, please? // and add the comment for future developers to DON'T REMOVE THE ANCHORS IN ANY REASON |
I hit this bug on Rocket.Chat+ version 2.10.5 on Debian Stretch amd64. |
I have this bug on 2.10.5 rocket chat desktop, linux mint 18, this bug very annoing, please, fix it |
…tcuts (#768) On Linux if you try to change the keyboard layout with Alt + Shift, the menu will pop up. Shortcuts are needed because Electron opens the first menu on pressing `Alt` if no hotkey is assigned. [Similar issue in RocketChat](RocketChat/Rocket.Chat.Electron#50)
Reintroduced since 2.16.0 |
No workaround? Very annoying in current 3.5.7. |
Electron issue electron/electron#28088 is fixed, so we need update Electron to ^13.1.0 to have this bug solved. |
@MurzNN Just updated to version 3.7.0 which states "Update Electron 16.0.2" in changes, but issue still there. |
Updated to version 3.8.5, issue still there. |
Still happening with Electron 18, Arch, X, Rocket.Chat 3.8.7 |
…tcuts (nativefier#768) On Linux if you try to change the keyboard layout with Alt + Shift, the menu will pop up. Shortcuts are needed because Electron opens the first menu on pressing `Alt` if no hotkey is assigned. [Similar issue in RocketChat](RocketChat/Rocket.Chat.Electron#50)
I regularly use
Alt+Shift
to change input languages. On my Linux box (kubuntu 15.04) pressingAlt+Shift
results in the Rocket.Chat menu item being open in addition to changing the input language. As a result I have to pressAlt+Shift, Esc
to continue the input (which is slower and not a habit).This might be an Electron issue, I haven't tested with other Electron apps. I haven't tested on Windows either.
The text was updated successfully, but these errors were encountered: