-
-
Notifications
You must be signed in to change notification settings - Fork 424
Description
Checklist
- I am using an up-to-date version.
- I have read the documentation.
- I have searched existing issues.
Description
I'm not so sure how to describe this feature in technical terms so if you'll allow, I made a bit of a user story below.
Feature : possibility to undo / redo changes to the selection in the thumbnail grid.
Picture this :
You're scrolling through your images, meticulously selecting all those containing cats, creating a massive selection one Ctrl+Click at a time. When you're done, you'll add your shiny new "cat" tag to them all in one fell sweep.
But your pinky finger weakens, and you click on a file without holding down Ctrl. The dreaded words appear : "One item selected". In an instant, the past 5 minutes of intensive thumbnail scrutinizing are lost. Your carefully crafted selection vanished. If only you could bring it back !
Solution
Hitting a keyboard should undo the most recent change to the selection, every successive shortcut input going back one selection state further in the history.
Another shortcut could be used to undo the undoing, moving forward in the history.
refreshing the grid (for instance by performing a search) should clear the history.
Alternatives
No response