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

How to open a folder? #11

Open
Rakly3 opened this issue May 28, 2024 · 0 comments
Open

How to open a folder? #11

Rakly3 opened this issue May 28, 2024 · 0 comments

Comments

@Rakly3
Copy link

Rakly3 commented May 28, 2024

How do I open a folder instead of an image?
The folder itself does not contain any images, but all the subdirectories (1000+) of this folder do.

I'd like to make this my default image viewer. The COM Surrogate processes in Windows 10 always bug my system out (probably because of the amount of images.)

Also, I know this is a bit of an odd request. A way to inverse the scroll direction. ie alt + scroll up = Previous image.
Add a toggle to switch it to Next image.

Instead of

  "MouseWheelActions": {
    "Scroll": "Zoom",
    "CtrlAndScroll": "PanVertically",
    "ShiftAndScroll": "PanHorizontally",
    "AltAndScroll": "BrowseImages"

Maybe something like this

  "MouseWheelActions": {
    "ScrollUp": "ZoomIn",
    "ScrollDown": "ZoomOut",
    "CtrlAndScrollUp": "PanVerticallyUp",
    "CtrlAndScrollDown": "PanVerticallyDown",
    "ShiftAndScrollUp": "PanHorizontallyRight",
    "ShiftAndScrollDown": "PanHorizontallyLeft",
    "AltAndScrollUp": "BrowseImagesNext"
    "AltAndScrollDown": "BrowseImagesPrevious"

And maybe even

    "CtrlAndAltAndScrollUp": "RotateImageRight"
    "CtrlAndAltAndScrollDown": "RotateImageLeft"

Thanks!

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

No branches or pull requests

1 participant