Support type '/' to search

This commit is contained in:
mu001999 2024-04-02 14:35:25 +08:00 committed by GitHub
parent 6bbd8c519a
commit 1ca145778a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 3 additions and 2 deletions

View File

@ -438,6 +438,7 @@ function preLoadCss(cssUrl) {
case "s": case "s":
case "S": case "S":
case "/":
ev.preventDefault(); ev.preventDefault();
searchState.focus(); searchState.focus();
break; break;
@ -1310,7 +1311,7 @@ function preLoadCss(cssUrl) {
const shortcuts = [ const shortcuts = [
["?", "Show this help dialog"], ["?", "Show this help dialog"],
["S", "Focus the search field"], ["S / /", "Focus the search field"],
["↑", "Move up in search results"], ["↑", "Move up in search results"],
["↓", "Move down in search results"], ["↓", "Move down in search results"],
["← / →", "Switch result tab (when results focused)"], ["← / →", "Switch result tab (when results focused)"],

View File

@ -135,7 +135,7 @@
aria-label="Run search in the documentation" {#+ #} aria-label="Run search in the documentation" {#+ #}
autocomplete="off" {#+ #} autocomplete="off" {#+ #}
spellcheck="false" {#+ #} spellcheck="false" {#+ #}
placeholder="Click or press S to search, ? for more options…" {#+ #} placeholder="Type S or / to search, ? for more options…" {#+ #}
type="search"> {# #} type="search"> {# #}
<div id="help-button" tabindex="-1"> {# #} <div id="help-button" tabindex="-1"> {# #}
<a href="{{page.root_path|safe}}help.html" title="help">?</a> {# #} <a href="{{page.root_path|safe}}help.html" title="help">?</a> {# #}