Zulko / eagle.js

A hackable slideshow framework built with Vue.js
https://zulko.github.io/eaglejs-demo/
ISC License
4.08k stars 223 forks source link

Feature Request: Allow presenter mode toggle key to be defined and/or tuned off #72

Closed alex-exerve closed 5 years ago

alex-exerve commented 5 years ago

Yesterday I was giving a presentation on making provide/inject in vue reactive. This slide deck includes areas where you can type a message. As I was typing a message, presenter mode popped up. While I appreciate presenter mode, I really want to turn it off without disabling keyboard navigation.

I'll see if i can add a PR with a potential solution for it this evening.

Zulko commented 5 years ago

It seems that this wont happen if you disable keyboard navigation for the slideshow or the individual slide.

alex-exerve commented 5 years ago

Correct, but seeing as how i was using keyboard navigation, i should be able to reassign the hardcoded presenter mode key.