Bug 694518 - patch: Implement continuous scrolling with 'j' and 'k'.
Summary: patch: Implement continuous scrolling with 'j' and 'k'.
Status: RESOLVED FIXED
Alias: None
Product: MuPDF
Classification: Unclassified
Component: apps (show other bugs)
Version: master
Hardware: PC Linux
: P4 enhancement
Assignee: MuPDF bugs
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-08-13 16:04 UTC by Sebastian Neuser
Modified: 2014-05-27 05:47 UTC (History)
2 users (show)

See Also:
Customer:
Word Size: ---


Attachments
The path in git-am format. (1.30 KB, patch)
2013-08-13 16:04 UTC, Sebastian Neuser
Details | Diff
Updated patch. (1.30 KB, patch)
2013-09-08 11:16 UTC, Sebastian Neuser
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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.