Mikhail22 / drag-scroll--autohotkey

AHK scripts
42 stars 8 forks source link

Request: Get vertical and horizontal movement at the same time #7

Open Forikundo opened 1 year ago

Forikundo commented 1 year ago

Hi, I find your script very useful and I was wondering if it would be very hard to have an option to move vertically and horizontally at the same time.

I use a lot of vertical and horizontal scroll in my work and it would be perfect to be able to move in these 2 axis in the same script (it would be an effect similar to panning in photoshop, or similar software). Ive changed the "send, {wheeldown %n%} " to "send, {wheelleft %n%}" and it works just as good. Right now im trying get 2 directions a verticaldirection and an horizontaldirection but my limited autohotkey knowledge is in the way haha

If you are able to help me Id be so thankfull. If you are not able Im still want to thank you a lot for this script and ill keep trying to make this work :)

Mikhail22 commented 1 year ago

@Forikundo added version with 2 axes:
https://github.com/Mikhail22/drag-scroll--autohotkey/tree/master/archive/scroll-2d#scroll-in-both-directions

Forikundo commented 1 year ago

Omg, thank you so much, u da legend