howardabrams / demo-it

An Emacs package for running demonstrations, screencasts and presentations from within Emacs.
GNU General Public License v2.0
324 stars 32 forks source link

demo-it-mode-adv uses <f12> or <f6> #6

Closed rubikitch closed 8 years ago

rubikitch commented 8 years ago

Actually demo-it-mode-adv uses but documentation and some docstring say it uses . Which is your intention?

howardabrams commented 8 years ago

Very good question. I started with F6 when I was using it personally, but changed to F12 thinking it would be a more "open" option for others. I guess I should search for the incorrect docs that state F6.

But manipulating keybindings is a bad idea generally, and would like to have that more of an option when the presentation is started. Do you have any ideas? Should the keybinding be passed in during the presentation start? Should it be a customization binding? Should I just the user create the binding for the minor mode?

On Fri, Jul 29, 2016 at 3:15 PM, rubikitch notifications@github.com wrote:

Actually demo-it-mode-adv uses but documentation and some docstring say it uses . Which is your intention?

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/howardabrams/demo-it/issues/6, or mute the thread https://github.com/notifications/unsubscribe-auth/AAejjfrGOmcwYwwsB8f-gF4PRImoBdeZks5qant5gaJpZM4JYnx5 .

howardabrams commented 8 years ago

Fixed the documentation to reference F12 only.