Skip to content

Don't close full zoom on keydown #101

@pintassilgo

Description

@pintassilgo

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...

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions