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

Feature Request: Add better parse tree zoom support for pen tablets #309

Open
johnholliday opened this issue Sep 9, 2024 · 2 comments
Open
Labels
feature request A request for a new feature

Comments

@johnholliday
Copy link

The extension currently supports the ability to zoom the parse tree in and out using the mouse wheel, but this doesn't work if you're using a pen tablet or a stylus that do not have a mouse wheel equivalent. Using Ctrl+ or Ctrl- only zooms the window, not the diagram (see attached .mp4).

2024-09-08_13-30-06.mp4
@mike-lischke mike-lischke added the feature request A request for a new feature label Sep 9, 2024
@mike-lischke
Copy link
Owner

I'm not sure this is possible, since VS Code always handles key commands first. And working with graphical content without a mouse being present is probably not going to work well. You cannot expand/collapse items, you cannot move the graph or zoom, and you cannot switch display options). Using only the keyboard is very difficult in this scenario.

@johnholliday
Copy link
Author

I was thinking more along the lines of adding buttons at the top, like "- Zoom +" (similar to Node Size) that could be used instead of the wheel.

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

No branches or pull requests

2 participants