aboutsummaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
Diffstat (limited to 'data')
-rw-r--r--data/templates/default.revealjs4
1 files changed, 4 insertions, 0 deletions
diff --git a/data/templates/default.revealjs b/data/templates/default.revealjs
index e1949e397..9469291b2 100644
--- a/data/templates/default.revealjs
+++ b/data/templates/default.revealjs
@@ -239,6 +239,10 @@ $endif$
$if(maxScale)$
maxScale: $maxScale$,
$endif$
+$if(zoomKey)$
+ // Modifier key used to click-zoom to part of the slide
+ zoomKey: '$zoomKey$',
+$endif$
$if(mathjax)$
math: {
mathjax: '$mathjaxurl$',