Skip to content

Commit 6128e74

Browse files
docs: add information on new mode toggle button
That toggles between PDF mode and Presentation mode.
1 parent 81006ab commit 6128e74

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

docs/input-bindings.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,16 @@ Slyde uses keybindings, and mouse events to make your life easier. I tried to st
44

55
## Next Slide
66

7-
Press one of the following keys to go to the next slide: `Enter`, `Space`, `d`, `l`, `PageUp`, and `ArrowRight`. As well as pressing the primary mouse button, or scrolling down.
7+
Press one of the following keys to go to the next slide: `Enter`, `Tab`, `Space`, `d`, `l`, `PageUp`, and `ArrowDown`, `ArrowRight`. As well as pressing the primary mouse button, or scrolling down.
88

99
## Previous Slide
1010

11-
Press one of the following keys to go to the previous slide: `a`, `h`, `PageDown`, and `ArrowLeft`. As well as pressing the secondary mouse button, or scrolling up.
11+
Press one of the following keys to go to the previous slide: `a`, `h`, `PageDown`, `ArrowUp` and `ArrowLeft`. As well as pressing the secondary mouse button, or scrolling up.
1212

1313
## Full Screen
1414

15-
Press `F11` or `f` to toggle between full screen mode and a normal browser window.
15+
Press `F11` or `f` to toggle between full screen mode and a normal browser window, and press `F11`, `f`. or `ESC` to return to normal.
16+
17+
## Presentation / PDF mode
18+
19+
Press `p` to toggle between presentation and PDF mode with ease.

0 commit comments

Comments
 (0)