Skip to content

Commit f8f0d88

Browse files
committed
Ctrl instead of ^ for Windows search
1 parent ba0f03a commit f8f0d88

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

site/src/assets/search.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -441,7 +441,7 @@ const isMac = () => {
441441
// flash of the wrong key.
442442
const setupTriggerShortcuts = () => {
443443
const mac = isMac()
444-
const modifier = mac ? '⌘' : ''
444+
const modifier = mac ? '⌘' : 'Ctrl '
445445
const ariaKeyshortcut = mac ? 'Meta+K' : 'Control+K'
446446

447447
for (const slot of document.querySelectorAll('.bd-search-trigger-shortcut')) {

0 commit comments

Comments
 (0)