1

I there a way to make your mouse scroll as if I were on a smartphone?

Something like the device toolbar using Chrome development mode but for every single program... Or at least some of them.

An external application is ok, I'm using Windows 10.

I already know about C:\Program Files (x86)\Common Files\Microsoft Shared\Windows Simulator\15.0\Microsoft.Windows.Simulator.exe, but:

  • There isn't such a folder under C:\Program Files (x86)\Common Files\Microsoft Shared
  • If I'm not wrong I cannot use it in fullscreen mode, while I would like something for an "every day purpose", not for app testing

Thank you for any answer.

Foxel
  • 13

1 Answers1

1

There is no native feature yet that supports the drag scrolling. But there are 3d party solutions, google for "drag scroll".
I have made an Autohotkey app to support drag scrolling with the right mouse button.
https://github.com/Mikhail22/drag-scroll--autohotkey

Mikhail V
  • 1,041