-
-
Notifications
You must be signed in to change notification settings - Fork 426
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
Position hints next to links (instead of covering them) #3179
Comments
@MaxGyver83 out of curiosity, did you manage to find a good value for the offset? My understanding is that the right way to do this depends on the element being hinted. |
it also depends on the styling of the page... it is not simple. |
@MaxGyver83 if you're used to surfingkeys, try to add the following to your config: (define-configuration nyxt/mode/hint:hint-mode
((nyxt/mode/hint:hinting-type :vi))) |
Thank you! I like this option. |
It should be the default in my humble opinion. |
6 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Is your feature request related to a problem? Please describe.
Whenever I use hints, they cover the associated links (partly). The (not yet released) pull request #3173 allows the user to define pixel offsets for the hints. This is a great improvement but not ideal because the user has to find the right offset to have the hints next to the links via trial-and-error.
Describe the solution you'd like
It would be more user-friendly, if the user could choose if they want the hints to the left of a link, to the right of a link or on top of a link (current default).
Describe alternatives you've considered
None.
Additional context
Example of how it looks like in Firefox with the Surfingkeys add-on: Hints cover link text - Nyxt / Configuration Questions - Atlas
The text was updated successfully, but these errors were encountered: