-
Notifications
You must be signed in to change notification settings - Fork 767
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
Bug: App's menu opens when I change keyboard layout with Alt+Shift #2420
Comments
Currently Alt+Space is by design both on the apps part and on the OS's. If you want to change it to have menu specific hotkeys (&File) then I would accept a PR to do so |
Not sure if I understood you correctly. When I hit Alt+Space, track pauses and that's OK with me. Here's a common scenario: I want to find some cool artist so I put a cursor in a search bar. Actually, I don't care about menu hotkeys, I just proposed a possible workaround. |
Same bug in XFCE. It's very popular bug in electron apps, for example: And there is a very easy to fix: @MarshallOfSound can I submit a PR? |
Feel free to PR @romkaspb |
I'm really confused, the solution I've described is working in multiple electron apps and not working in Google Play Music Unofficial. $ npm run build
$ npm start And problem still reaching. It seems that Atom had the same bug (https://github.com/atom/atom/blob/master/menus/linux.cson), |
As I know this bug is not confirming on Gnome. |
I can confirm that KDE is still affected. |
Hello.
When I hit Alt+Shift to change my keyboard layout, app's menu opens so I can't type anything until I close it. It's really annoying.
Also I did some research and found that it seems to be a common problem for electron-based apps.
The thing is when you have some high-level menu labels without "underscored" letters (these ones that allow you to activate menu item by hittimg alt+underscored_letter), they will be activated when you hit Alt+Shift.
I don't know if it's a bug or just a feature but probable workaround is to edit menu labels' definitions in this way: label: 'File' -> label: '&File'. It will add an 'underscore' to letter F and therefore prevent this menu item from being activated by hitting Alt+Shift.
GPMDP 4.2.0
Linux x64 4.6.4-1-ARCH
KDE Plasma 5.9.4
The text was updated successfully, but these errors were encountered: