Bug 694518

Summary: patch: Implement continuous scrolling with 'j' and 'k'.
Product: MuPDF Reporter: Sebastian Neuser <sebastian.neuser>
Component: appsAssignee: MuPDF bugs <mupdf-bugs>
Status: RESOLVED FIXED    
Severity: enhancement CC: maxim.suraev, tor.andersson
Priority: P4    
Version: master   
Hardware: PC   
OS: Linux   
Customer: Word Size: ---
Attachments: The path in git-am format.
Updated patch.

Description Sebastian Neuser 2013-08-13 16:04:36 UTC
Created attachment 10113 [details]
The path in git-am format.

This patch implements the following:

o At the bottom of a page 'j' automatically jumps to the top of the next page.
o At the top of a page 'k' jumps to the bottom of the previous page.
Comment 1 Sebastian Neuser 2013-09-08 11:16:39 UTC
Created attachment 10178 [details]
Updated patch.
Comment 2 Max 2013-11-15 04:01:56 UTC
Related bug: http://bugs.ghostscript.com/show_bug.cgi?id=693425
Comment 3 Tor Andersson 2014-05-27 05:47:35 UTC
commit c357c281a6dde7ec9a2d265237a2790a7e1ed306
Author: Sebastian Neuser <haggl@sineband.de>
Date:   Wed Aug 14 00:39:05 2013 +0200

    Fix 694518: Implement continuous scrolling with keyboard.