Closed
Description
Code of Conduct
- I have read and agree to the GitHub Docs project's Code of Conduct
What article on docs.github.com is affected?
What part(s) of the article would you like to see updated?
- DOC: use lowercase when the keyboard shortcut does not require pressing shift or capslock
- for example, https://docs.github.com/en/get-started/accessibility/keyboard-shortcuts#source-code-browsing has:
But it is
T Activates the file finder
t
that activates the file finder (which used to list all files, preventing unnecessary HTTP requests) notT
, so it should read:becauset Activates the file finder
t
is the shortcut that activates the file finder.
- for example, https://docs.github.com/en/get-started/accessibility/keyboard-shortcuts#source-code-browsing has:
Additional information
No response