aboutsummaryrefslogtreecommitdiff
path: root/template.html
diff options
context:
space:
mode:
authorEric Bidelman2012-04-18 01:01:02 -0700
committerEric Bidelman2012-04-18 01:01:02 -0700
commit6ca44eaadf9787260a87be1baabcd9bc9a306afd (patch)
treea7ae7f18a0acb764b68cf0bb978a727dbe922b5e /template.html
parent64c8d6328a9d0e4fe68a5899e3e8710342f3b7dd (diff)
downloadio-slides-remote-6ca44eaadf9787260a87be1baabcd9bc9a306afd.tar.gz
More presenter mode. Working now
Diffstat (limited to 'template.html')
-rw-r--r--template.html6
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