1
0
mirror of https://github.com/hakimel/reveal.js.git synced 2025-08-08 23:57:13 +02:00

include speaker view keyboard shortcut when applicable #1466

This commit is contained in:
Hakim El Hattab
2016-01-08 13:49:06 +01:00
parent 4ee6769e0f
commit 06cdd9b7cd
2 changed files with 8 additions and 0 deletions

View File

@@ -120,6 +120,9 @@ var RevealNotes = (function() {
}
}, false );
// Show our keyboard shortcut in the reveal.js help overlay
if( window.Reveal ) Reveal.registerKeyboardShortcut( 'S', 'Speaker notes view' );
}
return { open: openNotes };