include speaker view keyboard shortcut when applicable #1466
This commit is contained in:
@ -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 };
|
||||
|
Reference in New Issue
Block a user