Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Keyboard keys for not going past end of a slide #141

Open
christuart opened this issue Apr 17, 2020 · 1 comment
Open

Keyboard keys for not going past end of a slide #141

christuart opened this issue Apr 17, 2020 · 1 comment

Comments

@christuart
Copy link

When presenting, I want to be able to press and hold or repeatedly press a control to get past the last stop point on a slide, without accidentally going to the next slide.

I therefore want a control that moves past stop points but doesn't move to the next slide.

I propose next line controls which should do this to be j, down arrow and space. The other next slide controls would continue to behave as they currently do.

@visit1985
Copy link
Owner

visit1985 commented Apr 19, 2021

Thanks for your contribution @christuart. I gave it a try, and I think this would confuse quite some people, as this is not how this keys usually work. 🤷‍♂️

It could be less distractive to be able to go back to the last slide without having to skip through all the stop points again. What do you think? We could remove this (or make it configurable):

mdp/src/viewer.c

Lines 409 to 411 in 4349c96

//stop on first bullet point always
if(slide->stop > 0)
slide->stop = 0;

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants