Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
server
team-presentation
Commits
376d140b
Unverified
Commit
376d140b
authored
Nov 09, 2017
by
Hakim El Hattab
Committed by
GitHub
Nov 09, 2017
Browse files
Merge pull request #2030 from lechten/registersearchkey
Register search key shortcut for help overlay
parents
3beda63a
1002d39e
Changes
1
Hide whitespace changes
Inline
Side-by-side
plugin/search/search.js
View file @
376d140b
...
...
@@ -200,6 +200,7 @@ function Hilitor(id, tag)
toggleSearch
();
}
},
false
);
if
(
window
.
Reveal
)
Reveal
.
registerKeyboardShortcut
(
'
Ctrl-Shift-F
'
,
'
Search
'
);
closeSearch
();
return
{
open
:
openSearch
};
})();
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment