-
-
Notifications
You must be signed in to change notification settings - Fork 2k
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
Open user settings keyboard shortcut don't work on Mac #13017
Comments
CMD + ` too (Toggle the top left menu). This switch between windows of the same app in macOS |
Overwriting this in-browser was chosen against. Do other webapps (github, Gmail, etc) overwrite it? It works fine in the electron client. |
If you look at the Keyboard Shortcuts page, it only lists Cmd + , on the desktop app. Not in browser. |
I'm glad it doesn't overwrite, but it should be another key imo
|
Ah, that is a bug. https://github.com/vector-im/riot-web/blob/3d266cb23746d852445e06d3b4c923bed0ee83f5/src/vector/platform/ElectronPlatform.js#L40-L48 should not be getting executed. Will resolve this today. |
The above PR removes the not-working Cmd + , from the web app but remains in the electron app as was originally intended. #12645 covers the ability to change shortcuts |
Going to close in favour of the more generic #12645 which would be able to do this |
Description
In macOS, the default keyboard shortcut to open settings for an application is CMD+ ,
So this overrides Riot Web. I'm guessing this applies to the Mac Desktop app as well?
Steps to reproduce
Logs being sent: no
Version information
For the web app:
The text was updated successfully, but these errors were encountered: