Is there a way to scroll by moving the mouse to the edges of the screen?
For example trigger a scroll down when I move the mouse to bottom of the screen when the browser is focused?
This is basically like RTS games' camera behavior.
Is there a way to scroll by moving the mouse to the edges of the screen?
For example trigger a scroll down when I move the mouse to bottom of the screen when the browser is focused?
This is basically like RTS games' camera behavior.
If you're willing to do a little bit of programming, you can set up an AutoHotKey script that can trigger the down arrow on your keyboard continuously if you move your cursor to the bottom of the window, which would create the desired effect. See here for more information, user ahkcoder may be able to provide you with the exact script you need.
Alternatively, most browsers allow you to scroll by holding the middle-mouse and dragging down in addition to normal scrolling methods.