Skip to content

Commit fed6df1

Browse files
committed
remove keybinding for f to focus search as it also trapped ctrl-f
1 parent 2dc6829 commit fed6df1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/js/vendor/docsearch.bundle.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
apiKey: config.apiKey,
1919
indexName: config.indexName,
2020
inputSelector: searchFieldSelector + ' .query',
21-
autocompleteOptions: { autoselect: false, debug: true, hint: false, keyboardShortcuts: ['f', 's'], minLength: 2 },
21+
autocompleteOptions: { autoselect: false, debug: true, hint: false, keyboardShortcuts: ['s'], minLength: 2 },
2222
algoliaOptions: algoliaOptions,
2323
queryHook:
2424
filterInput &&

0 commit comments

Comments
 (0)