GNOME Bugzilla – Bug 316608
Space and PgDn need to be double hit when in Dual mode
Last modified: 2006-03-17 18:18:38 UTC
Version details: poppler 0.4.1 Distribution/Version: gentoo ~x86 w/ gnome-2.12 unmasked When displaying a document in Dual mode, one must hit the spacebar or PgDn key twice to move to the next pair of pages. Instead, in Dual mode, they should move forward one display set. This can be easily accomplished by something like this pseudo-code: if (inDualMode) pg =+ 2; else pg++; P.S. I hope I got the keywords right....
Confirming the bug. A thing worth noting is that it only appears when browsing in non-continuous mode, which means that you have to uncheck View->Continuous and check View->Dual
fixed in cvs
*** Bug 320144 has been marked as a duplicate of this bug. ***
*** Bug 325888 has been marked as a duplicate of this bug. ***
*** Bug 334911 has been marked as a duplicate of this bug. ***