eschulte / epresent

Presentations in Emacs -- based on Org-mode
183 stars 51 forks source link

Add keybindings for remotes. #40

Closed sellout closed 8 years ago

sellout commented 8 years ago

Fixes #36.

At least some remotes masquerade as keyboards, and trigger events that Keynote and/or PowerPoint expect. Epresent doesn’t generally understand these.

This adds PgUp/PgDn for prev/next page, as well as F5 in org-mode to trigger epresent-run.

Also made it so calling epresent-run when already in epresent-mode is a no-op (easy to hit the wrong button on the remote, and better to not get a backtrace when that happens).