From c6a8f52f17af5a7290b290adad492557b4766bf1 Mon Sep 17 00:00:00 2001 From: Antonio Laguna Date: Mon, 14 Aug 2017 13:02:45 +0200 Subject: [PATCH] Updated Plugin docs (markdown) --- Plugin-docs.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/Plugin-docs.md b/Plugin-docs.md index 9c17233..4587680 100644 --- a/Plugin-docs.md +++ b/Plugin-docs.md @@ -43,6 +43,21 @@ There's a handful of keys that can be used to achieve navigation within WebSlide * `Space`: Go to the next slide. * `Home`: Go to the first slide. * `End`: Go to the last slide. +* `-`: Enter slide index. +* `+` or `Esc`: Exit slide index. +* `f`: Toggle fullscreen mode. + +## Slide Index + +The slide index is accesible by either pressing the `-` (dash) key or clicking on the slides count that's on the bottom of the page. It's accessible on mobile by pinching the screen. + +You can exit it manually by either pressing `+` or the `Esc` key and it also closes whenever you choose one of the slides to navigate to. + +If you'd rather like to disable this feature entirely, you can do so with the following option: + +```javascript +const ws = new WebSlides({ showIndex: true }); +``` ## Video