Menu

#125 Lacking of ability to zoom without using keyboard

open
nobody
None
5
2020-03-07
2020-03-05
No

I currently lack ability to zoom without using keyboard, maybe you can allow remap ctrl+scroll to something or just ability to change default behaviour on scroll from change pictures in folder to zoom. Thanks.

Discussion

  • Melvin Nava

    Melvin Nava - 2020-03-06

    While your issue gets the developer's attention, you could make an AutoHotkey script to solve this for you.. You could further expand it to do anything you cannot do with the keyboard.

    #IfWinActive ahk_exe JPEGView.exe
    ~LButton & WheelUp:: SendInput {NumpadSub} ; ZoomOut [LButton+WheelUp]
    ~LButton & WheelDown:: SendInput {NumpadAdd} ; ZoomIn [LButton+WheelDown]
    
     

    Last edit: Melvin Nava 2020-03-06
    • Maxim Alonov

      Maxim Alonov - 2020-03-07

      Thanks, I already binded Ctrl to additional mouse key and it works fine, but it will be nice to have such customization builded in.

       

Log in to post a comment.

MongoDB Logo MongoDB