vain / pdfPres

[Discontinued] Dual head PDF presenter: Current slide with context + current slide in fullscreen (Linux, BSD).
http://www.uninformativ.de/projects/_discontinued/pdfpres/
17 stars 10 forks source link

Support for wireless presenters #21

Closed tonk closed 12 years ago

tonk commented 12 years ago

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.

tonk commented 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:

vain commented 12 years ago

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!