In Os X, I can hold Shift while using the scroll wheel on the mouse to scroll horizontally instead of vertically. Is there a way to do something similar in Windows?
|
|
You could simulate it with AutoHotKey If I find the script I'll let you know: From these posts:
You should find some scripts
|
||||
|
|
|
From http://www.autohotkey.com/docs/Hotkeys.htm
|
|||
|
|
|
There is a way to do this in windows with the right mouse. I have a mouse with a scroll wheel that has a jog left/jog right button integrated right into it. Simply pushing the scroll wheel left or right will move the contents in the desired direction. I have the Logitech VX and I have been very happy with it. The VX also allows you to configure the buttons differently for every single application if you were so inclined. This level of customization is very nice to have! |
|||||
|
|
Here's an AutoHotKey script to do it using shift and (presumably) native mouse wheel scroll commands:
This is taken directly from https://gist.github.com/cheeaun/160999. Keep in mind that a lot of applications, including Microsoft applications, don't support horizontal mouse wheel scrolling. (I believe the feature was only introduced in Windows Vista.) |
|||
|
|