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

screenshot-view: Fix zoom shortcuts #599

Merged
merged 1 commit into from
Mar 19, 2024
Merged

Conversation

oscfdezdz
Copy link
Collaborator

When zooming out to the minimum, keyboard shortcuts suddenly stop working.

Adding the shortcut to the widget_class does not work properly here, even thought the widget tree is mostly the same as detail-view.

Setting the scope property to managed, instead of local that behaves the same as it does now, does the job.

When zooming out to the minimum, keyboard shortcuts suddenly stop working.

Adding the shortcut to the widget_class does not work properly here, even
thought the widget tree is mostly the same as detail-view.

Setting the scope property to `managed`, instead of `local` that behaves
the same as it does now, does the job.
Copy link
Owner

@mjakeman mjakeman left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks! Let's sneak this in before I tag the release

@mjakeman mjakeman merged commit 98bfba7 into master Mar 19, 2024
1 check passed
@mjakeman mjakeman deleted the fix-screenshot-view-shortcuts branch March 19, 2024 13:27
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.

None yet

2 participants