···6969 router.push('/search')
7070 }
71717272- if (isKeyWithoutModifiers(e, '?')) {
7272+ // For "?" we check the key property directly since it's usually combined with shift
7373+ if (e.key === '?') {
7374 e.preventDefault()
7475 showKbdHints.value = true
7576 }