[🐞] Docs: conflicting ctrl+k shortcut
Which component is affected?
Qwik Playground
Describe the bug
In the Qwik docs, there is a keyboard binding for ctrl+k that brings up the search box, but it also conflicts with the default browser behavior of focusing on the browser search/url bar.
It would be nice to remove the default behavior and autofocus the docs search widget.
Reproduction
https://qwik.builder.io/docs/
Steps to reproduce
Open docs
press ctrl+k
System Info
Chrome, Edge, Firefox
Additional Information
No response
I'm on a Mac and I can perfectly focus on the address bar using CMD + L in Chrome. In Windows or Linux there are also other alternatives than CTRL + K, like CTRL + L (link).
The issue is not in focusing the address bar. That actually works as expected. However, I think the intended behavior is that ctrl+k should open the in-app search box and focus it.
The actual behavior is that it opens in in-app search, but then the native key bindings move the focus to the search bar, which opens it instead and obscures the in-app search. This default behavior should be prevented, imo.