-
-
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
Mac shortcuts: Cmd-, should open user settings #12246
Comments
Please make it configurable |
@madduck all shortcuts are configurable in macOS, Riot doesn't need to provide any special support for it. |
@jryans can you clarify this? I'd expect CMD + - to zoom out? The macOS keyboard shortcut for settings is normally CMD + ,. |
@nadonomy We are agreeing, I was using |
|
…#12246) * WIP Use browser font size instead of hardcoded 16px * Add font migration to v3 * Remove custom font size input * Use a dropdown instead of a slider * Add margin to the font size dropdown * Fix `UpdateFontSizeDelta` action typo * Fix `fontScale`in `Call.ts` * Rename `baseFontSizeV3` to `fontSizeDelta` * Update playwright test * Add `default` next to the browser font size * Remove remaining `TODO` * Remove falsy `private` * Improve doc * Update snapshots after develop merge * Remove commented import
On macOS, users expect Cmd-, to open the app's settings window. We should add this shortcut to Riot Desktop on macOS. Ideally there would also be a "Preferences..." item in the app menu as well.
The text was updated successfully, but these errors were encountered: