We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2dc6829 commit fed6df1Copy full SHA for fed6df1
src/js/vendor/docsearch.bundle.js
@@ -18,7 +18,7 @@
18
apiKey: config.apiKey,
19
indexName: config.indexName,
20
inputSelector: searchFieldSelector + ' .query',
21
- autocompleteOptions: { autoselect: false, debug: true, hint: false, keyboardShortcuts: ['f', 's'], minLength: 2 },
+ autocompleteOptions: { autoselect: false, debug: true, hint: false, keyboardShortcuts: ['s'], minLength: 2 },
22
algoliaOptions: algoliaOptions,
23
queryHook:
24
filterInput &&
0 commit comments