diff options
Diffstat (limited to 'template.html')
-rw-r--r-- | template.html | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/template.html b/template.html index 24dd7b8..ae5a81e 100644 --- a/template.html +++ b/template.html | |||
@@ -66,7 +66,7 @@ URL: https://code.google.com/p/io-2012-slides | |||
66 | <p>A list where items build:</p> | 66 | <p>A list where items build:</p> |
67 | <ul class="build"> | 67 | <ul class="build"> |
68 | <li>Pressing 'h' will highlight code snippets</li> | 68 | <li>Pressing 'h' will highlight code snippets</li> |
69 | <li>Pressing 'p' will toggle presenter mode</li> | 69 | <li>Pressing 'p' will toggle speaker notes on the current slide</li> |
70 | <li>Pressing 'f' will toggle fullscreen viewing</li> | 70 | <li>Pressing 'f' will toggle fullscreen viewing</li> |
71 | </ul> | 71 | </ul> |
72 | <p>Another list, but items fade as they build:</p> | 72 | <p>Another list, but items fade as they build:</p> |
@@ -173,7 +173,9 @@ function helloWorld(world) { | |||
173 | <h2>Slide with Speaker Notes</h2> | 173 | <h2>Slide with Speaker Notes</h2> |
174 | </hgroup> | 174 | </hgroup> |
175 | <article> | 175 | <article> |
176 | Press 'p' to rock presenter mode. | 176 | Add <code>?presentme=true</code> to the URL to enabled presenter mode. |
177 | The setting is sticky, so refreshing the slides will persist presenter mode. | ||
178 | Use <code>?presentme=false</code> to turn off presenter mode. | ||
177 | </article> | 179 | </article> |
178 | </slide> | 180 | </slide> |
179 | 181 | ||