FAForever Forums
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Login

    Reverse direction of middle mouse scrolling

    Scheduled Pinned Locked Moved Modding & Tools
    5 Posts 4 Posters 452 Views
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • R Offline
      Reckless_Charger
      last edited by

      Does anyone know of a way (e.g. mod) to reverse the direction of scrolling when you hold the middle mouse button? It feels the wrong way round to me.

      phongP 1 Reply Last reply Reply Quote 0
      • RoweyR Offline
        Rowey
        last edited by

        @Jip

        "The needs of the many outweigh the needs of the few" - Spock

        1 Reply Last reply Reply Quote 0
        • phongP Offline
          phong @Reckless_Charger
          last edited by phong

          @reckless_charger Here's an autohotkey script that reverses the functions of the scroll wheel (not sure that's exactly what you want since you mentioned pressing the middle mouse button, but it's the closest I can come to helping)

          #IfWinActive ahk_exe ForgedAlliance.exe
          WheelDown::WheelUp
          WheelUp::WheelDown
          

          Save that block of text as "faf.ahk", download and install autohotkey, then double click the file you just saved. For convenience you can also add a shortcut to this file to your startup

          N 1 Reply Last reply Reply Quote 0
          • N Offline
            Nex @phong
            last edited by

            @phong I think what he wants is when your press the scroll wheel invert mouse movement, so when you press the wheel to move the camera it moves the other way around.
            That may also be doable with autohotkey

            1 Reply Last reply Reply Quote 0
            • R Offline
              Reckless_Charger
              last edited by

              I'll look into it myself thanks

              1 Reply Last reply Reply Quote 0
              • First post
                Last post