Closed tonk closed 12 years ago
Ooh yeah, the patch:
--- pdfpres.org/pdfpres.c 2012-01-02 13:14:29.993832044 +0100 +++ pdfpres/pdfpres.c 2012-01-02 11:02:46.575234319 +0100 @@ -1026,13 +1025,15 @@ switch (ev->keyval) { case GDK_Right:
case GDK_space:
nextSlide();
break;
case GDK_Left:
case GDK_Up:
I don't think that sounds wrong. Compare it to a web browser or a text editor: When pressing "Page Down", you'll get to the following page. Thus, when pressing "Page Down", you should see the next slide.
I'll apply your patch. In the long term, I'm afraid we'll need some kind of "custom keybind configuration". I'll open a new issue for that one.
Thanks!
I would like to add the 'PgUp' and 'PgDwn' keys for support of most of the wireless presenters around. PgUp gives 'Previous Slide' and PgDwn gives 'Next Slide'. I know this sounds wrong, but this is the way my presenter works.