Skip to content
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

Support for increasing text size #153

Closed

Conversation

puddlecoded
Copy link

Added a setting to increase text size

@Fredolx
Copy link
Owner

Fredolx commented Feb 27, 2025

I like the idea, but I'm thinking maybe there's a way where this could be more customizable? Like VSCode, using Ctrl + + increments. I'm not asking you to make such a feature, if you would like to explore that, sure, maybe I'll look into it myself

@Fredolx
Copy link
Owner

Fredolx commented Feb 27, 2025

tauri-apps/tauri#3310

Haven't had time to read it in full yet

@Fredolx
Copy link
Owner

Fredolx commented Feb 27, 2025

{
  ...
  "app": {
    "windows": [
      {
        ...
        "zoomHotkeysEnabled": true
      }
    ],
  },
  ...
}

already supported by the Tauri conf it seems

https://v2.tauri.app/reference/config/

@puddlecoded
Copy link
Author

Yes, the zoom hotkeys will be much better.

However, I'd like the zoom level to persist in the settings
so it remains consistent upon reopening -
my parents are using OpenTV,
so the less keys they have to press the better

Will close this PR and make a try to make a new one supporting that.

Thank you for this awesome app

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants