Skip to content

Anonymous

My feedback

1 result found

  1. 180 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    Hi Everyone,

    We have added a preference to enable ‘Zoom with Mouse Wheel’. Go to Preferences→ General→ Enable ‘Zoom with Mouse Wheel’.

    Also, now you can pan the doucment using the middle click of the mouse.

    Both of these functionality are available since January 2021 release (version 25.1) onwards.

    You can update to the latest release using Creative Cloud desktop App: https://helpx.adobe.com/in/creative-cloud/help/creative-cloud-updates.html

    Thank you for all the feedback

    An error occurred while saving the comment
    Anonymous commented  · 

    Here's an AutoHotKey script to get this functionality for now, consider taking out the zoom functionality if it doesn't always work for you, but the MMB panning has always worked. You just have to have this script running in the background through AutoHotKey (download AHK if you haven't)

    #SingleInstance ignore
    #IfWinActive ahk_exe Illustrator.exe
    {
    ;Switches Alt+Wheelup with Wheelup
    Wheelup::
    send !{Wheelup}
    return

    ;Switches Alt+Wheeldown with Wheeldown
    Wheeldown::
    send !{Wheeldown}
    return

    ;Middle Mouse Button activates hand tool dragging.
    MButton::
    Send, {Space down}{LButton down}
    KeyWait, MButton
    Send, {LButton up}{Space up}
    Return
    }

    An error occurred while saving the comment
    Anonymous commented  · 

    Would definitely still be a welcomed change, but I'm not hopeful as this was asked for back in 2009.
    https://forums.adobe.com/thread/471730

    Anonymous supported this idea  · 

Feedback and Knowledge Base