1
1
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:
Miles Rausch 2018-10-10 23:02:41 -05:00 committed by GitHub
parent 321e3261ec
commit 0b22f725e3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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