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

Fix case of keyboard shortcuts, add Page Up/Down #2154

Open
wants to merge 1 commit into
base: dev
Choose a base branch
from

Conversation

lechten
Copy link
Contributor

@lechten lechten commented Apr 29, 2018

Indicate keys in lower-case to avoid confusion.
(E.g., the search plugin makes use of Ctrl-Shift-F.)
Document PageUp and PageDown.

Indicate keys in lower-case to avoid confusion.
(E.g., the search plugin makes use of Ctrl-Shift-F.)
Document PageUp and PageDown.
@mschilli87
Copy link

On my keyboard keys are labelled uppercase but when I press them I get lowercase letters...very confusing indeed. 😉

Joking aside, I agree that it actually add clarity, so 👍 from me.

@hakimel
Copy link
Owner

hakimel commented Aug 1, 2018

Good catch documenting page up/down. I prefer the alphabet keys in uppercase as on a keyboard though. If you can roll that back I'll merge this in. Thanks!

Comment on lines -281 to -291
'N , SPACE': 'Next slide',
'P': 'Previous slide',
'← , H': 'Navigate left',
'→ , L': 'Navigate right',
'↑ , K': 'Navigate up',
'↓ , J': 'Navigate down',
'n , PageDown , SPACE': 'Next slide',
'p , PageUp': 'Previous slide',
'← , h': 'Navigate left',
'→ , l': 'Navigate right',
'↑ , k': 'Navigate up',
'↓ , j': 'Navigate down',
'Home': 'First slide',
'End': 'Last slide',
'B , .': 'Pause',
'F': 'Fullscreen',
'ESC, O': 'Slide overview'

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.


Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

'Home': 'First slide',
'End': 'Last slide',
'B , .': 'Pause',

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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

Successfully merging this pull request may close these issues.

4 participants