You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm using a weird keyboard layout which doesn't put the ? key behind Shift, which stopped me from ever viewing the help popup in Rustdoc. If I had managed to open the help popup, I would have learned about the incredibly useful type-based search feature much sooner. 👍
As far as I can tell, the code responsible is here: It's checking for ev.shiftKey unconditionally, but I believe it's only supposed to check when ev.key is undefined.