Summary: | patch: Implement continuous scrolling with 'j' and 'k'. | ||
---|---|---|---|
Product: | MuPDF | Reporter: | Sebastian Neuser <sebastian.neuser> |
Component: | apps | Assignee: | 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. |
Created attachment 10178 [details]
Updated patch.
Related bug: http://bugs.ghostscript.com/show_bug.cgi?id=693425 commit c357c281a6dde7ec9a2d265237a2790a7e1ed306 Author: Sebastian Neuser <haggl@sineband.de> Date: Wed Aug 14 00:39:05 2013 +0200 Fix 694518: Implement continuous scrolling with keyboard. |
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.