Allow focusing query search field via accesskey#2369
Allow focusing query search field via accesskey#2369xitep wants to merge 1 commit intorust-lang:mainfrom
Conversation
|
|
syphar
left a comment
There was a problem hiding this comment.
I admit I never saw accesskey being used, and never used alt+shift+something in FF.
Would it show the possible access key in the text-field itself? How would user discover this?
Is q the thing that other websites use too? Do you have an example? I see that both gitlab & github use / as direct shortcut, and not the access_key.
|
also, it seems like the concerns are mostly around accessibility, and issues with using multiple keys. |
|
unfortunately, "accesskey" has got very much out of fashion on the web :( and, admittedly, is being superseded by web pages taking care of keyboard navigation (each) in their own way. it must be more than 15 years ago in the meantime, but i remember using alt+shift+q pretty frequently, especially to focus search/query fields. i agree that it would make more sense to align with the existing shortcut machinery of |
Conveniently focus the search field via alt+shift+q (e.g. in FF); the particular key is opinionated of course, but i remember "q" (for "query") being fairly standard some years ago.