x/pkgsite: consolidate keyboard shortcut behavior across site #40246
Milestone
Comments
In most popular websites (reddit, github etc...) typing "?" would bring up a dialog to list available keyboard shortcuts, would this be something we can consider? |
@AceroM That exists right now at least on the Doc tab. It seems to make sense to have it on other pages, but that’s not really what this issue is about. |
Apologies @AceroM as I didn’t exactly clarify what this issue was about This issue is about coming up with a solid architecture design on the frontend for handling keyboard shortcuts in code. It’s not focused on visual design or UI elements on the page. |
Change https://golang.org/cl/276233 mentions this issue: |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
There are few places where we handle keyboard shortcuts on the site, and these should be consolidated into a sensible design to more easily avoid conflicts and code duplication.
The text was updated successfully, but these errors were encountered: