File tree 2 files changed +3
-2
lines changed
2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -438,6 +438,7 @@ function preLoadCss(cssUrl) {
438
438
439
439
case "s" :
440
440
case "S" :
441
+ case "/" :
441
442
ev . preventDefault ( ) ;
442
443
searchState . focus ( ) ;
443
444
break ;
@@ -1310,7 +1311,7 @@ function preLoadCss(cssUrl) {
1310
1311
1311
1312
const shortcuts = [
1312
1313
[ "?" , "Show this help dialog" ] ,
1313
- [ "S" , "Focus the search field" ] ,
1314
+ [ "S / / " , "Focus the search field" ] ,
1314
1315
[ "↑" , "Move up in search results" ] ,
1315
1316
[ "↓" , "Move down in search results" ] ,
1316
1317
[ "← / →" , "Switch result tab (when results focused)" ] ,
Original file line number Diff line number Diff line change @@ -135,7 +135,7 @@ <h2>Files</h2> {# #}
135
135
aria-label ="Run search in the documentation " {#+ #}
136
136
autocomplete ="off " {#+ #}
137
137
spellcheck ="false " {#+ #}
138
- placeholder ="Click or press ‘S ’ to search, ‘?’ for more options… " {#+ #}
138
+ placeholder ="Type ‘S’ or ‘/ ’ to search, ‘?’ for more options… " {#+ #}
139
139
type ="search "> {# #}
140
140
< div id ="help-button " tabindex ="-1 "> {# #}
141
141
< a href ="{{page.root_path|safe}}help.html " title ="help "> ?</ a > {# #}
You can’t perform that action at this time.
0 commit comments