[Enhancement]: CTRL+Scroll for Zoom #55
Labels
No labels
Kind/Bug
Kind/Feature
Priority/High
Priority/Medium
Reviewed/Confirmed
Compat/Breaking
Kind/Bug
Kind/Documentation
Kind/Enhancement
Kind/Feature
Kind/Security
Kind/Testing
Priority
Critical
Priority
High
Priority
Low
Priority
Medium
Reviewed
Confirmed
Reviewed
Duplicate
Reviewed
Invalid
Reviewed
Won't Fix
Status
Abandoned
Status
Blocked
Status
Need More Info
No milestone
No project
No assignees
2 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
ai-collab/bulk-image-organizer#55
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Affected area
Grid, Filmstrip
Current behavior
N/A
Desired improvement
When the cursor is over the grid or the filmstrip, holding CTRL + Scrolling the mouse wheel increases the thumbnail size (up) and decreases thumbnail size (down) for that respective container's zoom / size.
References
No response
Implemented on branch
0.1.44/issue-55-58-72-87-grid-nav-zoom(chained off the previous dev branch, not merged tomainyet).Ctrl+Scroll over the grid now resizes thumbnails instead of scrolling (
GridWheelZoomFilter, wired into the existing thumbnail-size slider), and the same gesture was added to the viewer's filmstrip (FilmstripWidget.wheelEvent) for consistency. Plain scroll (no Ctrl) is left to row-based scrolling — see #87. Covered by new tests intests/test_grid_input_filters.pyandtests/test_pr8_viewer.py.Bundled with #58, #87, and #72 in the same branch/PR.