Skip to content

Commit 78a215d

Browse files
committed
Add 'k' as a hotkey for search box
1 parent c8049c8 commit 78a215d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/.vuepress/theme/components/SearchBox.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ export default {
9999
focusIndex: 0,
100100
maxSuggestions: 10,
101101
suggestions: null,
102-
hotkeys: ["/"]
102+
hotkeys: ["/", "k"]
103103
};
104104
},
105105
computed: {

0 commit comments

Comments
 (0)