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

Enable pinch to change font size #1342

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

morckx
Copy link
Contributor

@morckx morckx commented Dec 23, 2023

Standard way of changing the font size on touch screen devices. It can be easily and flexibly handled (e.g. with changing lighting conditions) and doesn't interfere with volume settings nor with selecting text. Two finger touches are reliably distinguished from one finger long presses.

Resolves #430

@morckx
Copy link
Contributor Author

morckx commented Dec 23, 2023

I'm running this successfully since my initial version of this PR in 2016 😄

@kruton
Copy link
Member

kruton commented Dec 23, 2023 via email

@morckx
Copy link
Contributor Author

morckx commented Dec 24, 2023

One of the changes that non-Latin alphabet users have asked to see is resizing text with pinch zoom but not changing the window size (e.g., text gets bigger but it stays at 80x25).

You mean so that the actual device gets bigger and smaller when you pinch? Yes, I'd love that too.

Standard way of changing the font size on touch screen devices. It can
be easily and flexibly handled (e.g. with changing lighting
conditions) and doesn't interfere with volume settings nor with
selecting text. Two finger touches are reliably distinguished from one
finger long presses.

Resolves connectbot#430
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.

Add pinch-to-zoom
2 participants