-
Notifications
You must be signed in to change notification settings - Fork 24
Open
Description
In #85 it was implemented the option keepOnBlur. But I'm still annoyed by images disappearing when I press Ctrl+Tab to switch active tab or Alt+Tab to switch active window. I'm forced to use the mouse in these cases.
So I suggest an option to not close full zoom on keydown, as I'm used to do with Imagus.
Or at least use evt.ctrlKey || evt.altKey || evt.metaKey as exception to not close full zoom. Or evt.key.length > 1...
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels