mirror of
https://github.com/jxnblk/mdx-deck.git
synced 2024-11-26 00:35:02 +03:00
Add URL-based alternatives for special modes
I ran into an instance where a browser plugin was using the same keyboard shortcut as Presenter mode. Knowing that there are URL-based alternatives to enter these modes might be useful for people.
This commit is contained in:
parent
321e3261ec
commit
0b22f725e3
@ -222,7 +222,7 @@ mdx-deck includes a built-in presenter mode, with a preview of the next slide an
|
||||
To use presenter mode:
|
||||
|
||||
- Open two windows in the same browser, with the same URL on two different screens. (this should work in both development and exported presentations)
|
||||
- In your window press the `Option + P` (`Alt + P`) key to enter presenter mode.
|
||||
- In your window press the `Option + P` (`Alt + P`) key or add `?mode=presenter` to the URL to enter presenter mode.
|
||||
- Display the other window on the screen for the audience to see.
|
||||
- Control the presentation from your window by using the left and right arrow keys; the other window should stay in sync
|
||||
|
||||
@ -257,7 +257,7 @@ import { Notes } from 'mdx-deck'
|
||||
|
||||
![Overview Mode](docs/images/overview-mode.png)
|
||||
|
||||
When editing a slide deck, toggle overview mode with `Option + O`.
|
||||
When editing a slide deck, toggle overview mode with `Option + O` or add `?mode=overview` to the URL.
|
||||
This shows a list of all slides on the left and a preview of the current slide on the right.
|
||||
|
||||
## Keyboard Shortcuts
|
||||
|
Loading…
Reference in New Issue
Block a user