Zoom without the scroll wheel.

    Joined
    Aug 17, 2013
    Messages
    10
    Reaction score
    0
    • Legacy Citizen 2
    • Purchased!
    If you are having an issue with your mouse and can not zoom, but need to. Look no further its all here.

    http://www.autohotkey.com/ - Download for this fix

    http://notepad-plus-plus.org/ - Optional, but make's editing configs so much easier.

    1. Once you have all that, you want to install them and get it all running.

    2. Open up your key config and add in this



    Code:





    WheelUp:: ;Mouse wheel scrolled up hotkey.
    Send, = ;Send the = key.
    return

    WheelDown:: ;Mouse wheel scrolled down hotkey.
    Send, - ;Send the - key.
    return







    3. Restart autohotkey, and startup Star Made

    4. Use + and - to zoom in and out, while holding shift, Respectivly.

    Enjoy this fix, its the best I can do at the moment.

    Caged.