Skip to content
This repository has been archived by the owner on Jul 10, 2021. It is now read-only.

Commit

Permalink
Use also "period" to (un)blank the beamer window. Makes the function …
Browse files Browse the repository at this point in the history
…compatible with Logitech Presenters (R400, R800).
  • Loading branch information
Flowdalic committed May 8, 2012
1 parent b7bd87d commit 56623bf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pdfpres.c
Expand Up @@ -1269,6 +1269,7 @@ static gboolean onKeyPressed(GtkWidget *widget, GdkEventKey *ev,
executeJump();
break;

case GDK_period:
case GDK_b:
toggleBlankBeamer();
changed = FALSE;
Expand Down

0 comments on commit 56623bf

Please sign in to comment.