Jump to content
  • 0
unconnecteddd

Change Scope Zoom to mouse wheel up and down

Question

Hey,
I'm encountering an issue where my bindings to scope in and out are conflicting with my mute keys. I attempted to rebind the function to my mouse wheel, but it isn't being recognized.
Is there a solution, perhaps a config document or something, where I can adjust the keybindings to enable zooming by scrolling the mouse wheel up and down?

Share this post


Link to post
Share on other sites

2 answers to this question

Recommended Posts

  • 0

It can be changed in the file named (InputUserSettings).
This is how I set up the mouse wheel for scrolling through the inventory.

 

  Action Inventory_PrevPage {
   InputSource InputSourceSum "{5DF76AF925E2DA0B}" {
    Sources {
     InputSourceValue "{5DF76AF925E2C52B}" {
      FilterPreset "up"
      Input "mouse:wheel+"
     }
    }
   }
  }
  Action Inventory_NextPage {
   InputSource InputSourceSum "{5DF76AF927520BD0}" {
    Sources {
     InputSourceValue "{5DF76AF927520AF8}" {
      FilterPreset "down"
      Input "mouse:wheel-"
     }
    }
   }
  }

Share this post


Link to post
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now

×