-
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
Fix menu on change keyboard language issue #4345 #4623
Conversation
Fix activating menu when changing keyboard language / layout via Alt-Shift, Alt-Ctrl, Alt-CapsLock, and Alt-Space
Apart from that and testing, looks good :) |
I change base to develop, this is my first pull request in Github :) hope now I do all right. |
you need to clone it locally, git remote add upstream https://github.com/vector-im/riot-web
git fetch upstream
git checkout patch-1
git pull upstream develop
git push You also need to look at https://github.com/matrix-org/synapse/blob/master/CONTRIBUTING.rst#sign-off |
@MurzNN please read the contributing readme and do a sign-off. Also, this PR might not fix the issue entirely according to #4345 (comment) |
Signed-off-by: Alexey Korepov MurzNN@gmail.com About #4345 (comment) - it is local problem, not in Riot side. Sorry for stupid questions, but I can't understand how to do
After |
I guess I'll do it... |
What this actually does is add accelerators to the menus, although beyond it being a Windows convention, the only reference I've found to it being a thing in electron is electron/electron#9584 Anyway, I'm happy for our menus to have accelerators on them and it also fixes a bug for reasons we don't understand, great... |
Fix activating menu when changing keyboard language / layout via Alt-Shift, Alt-Ctrl, Alt-CapsLock, and Alt-Space on issue #4345