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 ba0f03a commit f8f0d88Copy full SHA for f8f0d88
1 file changed
site/src/assets/search.js
@@ -441,7 +441,7 @@ const isMac = () => {
441
// flash of the wrong key.
442
const setupTriggerShortcuts = () => {
443
const mac = isMac()
444
- const modifier = mac ? '⌘' : '⌃'
+ const modifier = mac ? '⌘' : 'Ctrl '
445
const ariaKeyshortcut = mac ? 'Meta+K' : 'Control+K'
446
447
for (const slot of document.querySelectorAll('.bd-search-trigger-shortcut')) {
0 commit comments