Эх сурвалжийг харах

Register search key shortcut for help overlay

Jens Lechtenbörger 7 жил өмнө
parent
commit
1002d39e7c

+ 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 };
 })();