Register search key shortcut for help overlay
This commit is contained in:
parent
bfd431a0c4
commit
1002d39e7c
|
@ -200,6 +200,7 @@ function Hilitor(id, tag)
|
|||
toggleSearch();
|
||||
}
|
||||
}, false );
|
||||
if( window.Reveal ) Reveal.registerKeyboardShortcut( 'Ctrl-Shift-F', 'Search' );
|
||||
closeSearch();
|
||||
return { open: openSearch };
|
||||
})();
|
||||
|
|
Loading…
Reference in New Issue