GNOME Bugzilla – Bug 323670
evince should support hands-free autoscrolling
Last modified: 2007-12-23 17:17:25 UTC
An auto-scroll feature for evince would be very useful for many things, like reading a long document without having to press arrow keys to scroll it, or displaying sheet music while playing a piano piece.
For an example of the sort of auto-scroll I'm talking about, you can use shift+up/down arrows in Konqueror on a web page.
I prefer mozilla way of doing this more (with speed encoding by distance from first mouse click)
Just an idea: when the mouse cursor is moved "out of view" (eg. over the toolbar), the document is scrolled further (instead of stopping the scoll movement).
Created attachment 101506 [details] [review] Patch to implement mouse-based autoscroll A patch to implement autoscrolling the "mozilla way" with the mouse (As middle click is in use, I added an autoscroll option to the context menu).
Created attachment 101509 [details] [review] Slightly updated patch with few issues fixed
Thanks for your good work.