-
-
Notifications
You must be signed in to change notification settings - Fork 59
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Focus search box when pressing slash #130
Labels
Comments
miketheman
added a commit
to miketheman/python-docs-theme
that referenced
this issue
Jul 27, 2023
When the template was made responsive, the choice was made to override the `body_tag` fragment. The `body_tag` block is a literal `<body>` which allows the theme developer to set properties on the `body` tag. See: sphinx-doc/sphinx#4140 Instead, use the `document` block as documented. https://www.sphinx-doc.org/en/master/development/templating.html#blocks Overriding the correct block places the `mobile-nav` section _after_ the majority of the other HTML parts, which enables the correct function of the `/` keyboard shortcut. Resolves python#130 Closes python#131 Closes python#135 Signed-off-by: Mike Fiedler <miketheman@gmail.com>
This was referenced Aug 24, 2023
Closed
Fixed by #153. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Many websites focus the search box when the forward slash / key is pressed.
For example:
Here's how PyPI implemented it: pypi/warehouse#10395
The text was updated successfully, but these errors were encountered: