enable reveal.js keyboard shortcuts anywhere in notes window
This commit is contained in:
parent
54ca9edeed
commit
1e5ca748a4
2 changed files with 19 additions and 0 deletions
|
@ -3702,6 +3702,11 @@ var Reveal = (function(){
|
|||
if( 'addEventListener' in window ) {
|
||||
( dom.wrapper || document.querySelector( '.reveal' ) ).removeEventListener( type, listener, useCapture );
|
||||
}
|
||||
},
|
||||
|
||||
// Programatically triggers a keyboard event
|
||||
triggerKey: function( keyCode ) {
|
||||
onDocumentKeyDown( { keyCode: keyCode } );
|
||||
}
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue