[presentations] 01/01: I have a presentation clicker now!

Chris Lamb chris at chris-lamb.co.uk
Sun Jul 16 08:18:52 UTC 2017


This is an automated email from the git hooks/post-receive script.

lamby pushed a commit to branch master
in repository presentations.

commit 37c798605d5304135a5a8e89102038e0e56dde33
Author: Chris Lamb <lamby at debian.org>
Date:   Sun Jul 16 09:18:24 2017 +0100

    I have a presentation clicker now!
---
 2017-06-19-linuxcon-china-2017/index.html | 8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)

diff --git a/2017-06-19-linuxcon-china-2017/index.html b/2017-06-19-linuxcon-china-2017/index.html
index cc9a212..d5ccfa5 100644
--- a/2017-06-19-linuxcon-china-2017/index.html
+++ b/2017-06-19-linuxcon-china-2017/index.html
@@ -452,7 +452,13 @@
     Reveal.initialize({
       controls: false,
       progress: false,
-      history: true
+      history: true,
+      keyboard: {
+        13: 'next',
+        38: 'next',
+         9: 'prev',
+        40: 'prev'
+      }
     });
   </script>
 </body>

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/reproducible/presentations.git



More information about the Reproducible-commits mailing list