autodoc: Add / as an alternative search key

Per Discord discussion. Motivation: `/` is now the de facto standard for initating search on webpages.
This commit is contained in:
cryptocode
2023-04-29 20:48:18 +02:00
parent 13aaa16ab2
commit 5d20a4e35c
2 changed files with 2 additions and 1 deletions

View File

@@ -4031,6 +4031,7 @@ function addDeclToSearchResults(decl, declIndex, modNames, item, list, stack) {
case "Esc":
onEscape(ev);
break;
case "/":
case "s":
if (domHelpModal.classList.contains("hidden")) {
if (ev.target == domSearch) break;