add cmd/ctrl + arrow key shortcuts to first/last slides

This commit is contained in:
Hakim El Hattab
2018-11-13 10:48:23 +01:00
parent b6ce0a9724
commit f042a8c394
2 changed files with 25 additions and 17 deletions

View File

@ -200,7 +200,7 @@ function Hilitor(id, tag)
toggleSearch();
}
}, false );
if( window.Reveal ) Reveal.registerKeyboardShortcut( 'Ctrl-Shift-F', 'Search' );
if( window.Reveal ) Reveal.registerKeyboardShortcut( 'CTRL + Shift + F', 'Search' );
closeSearch();
return { open: openSearch };
})();