Browse Source

Register search key shortcut for help overlay

Jens Lechtenbörger 6 years ago
parent
commit
1002d39e7c
1 changed files with 1 additions and 0 deletions
  1. 1 0
      plugin/search/search.js

+ 1 - 0
plugin/search/search.js

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