-
-
Notifications
You must be signed in to change notification settings - Fork 423
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
Review hint mode style #3318
Review hint mode style #3318
Conversation
33b2d1e
to
bd86385
Compare
I have tested this branch/PR. I'm not sure if I have configured it wrong. But no matter if I use |
Yes, you're missing (define-configuration nyxt/mode/hint:hint-mode
((nyxt/mode/hint:hints-alphabet "KDJFLSAIEUROWPQCMVXZ")
(nyxt/mode/hint:hinting-type :vi)
(nyxt/mode/hint:x-placement :right)
(nyxt/mode/hint:x-translation 100))) (define-configuration nyxt/mode/hint:hint-mode
((nyxt/mode/hint:hints-alphabet "KDJFLSAIEUROWPQCMVXZ")
(nyxt/mode/hint:hinting-type :vi)
(nyxt/mode/hint:x-placement :left)
(nyxt/mode/hint:x-translation -100))) |
bd86385
to
ead620e
Compare
Sorry for not reading everything before trying. Indeed, this way it works! This way, I always have to change two values when I want to switch between hints on the left and on the right side ;-). I can live with this. |
Well, |
Indeed. It's a general issue that already existed so it's not directly related to the addition of these options. See #3250. Although solving it is rather trivial, I've thought about it and I'm not even sure we should do it. Perhaps it should be an option as well. Well, we can discuss it in that issue. |
It's nice that this covers also the current behavior with just two options for |
Set the horizontal alignment of the hints.
ead620e
to
521af5a
Compare
Thanks @MaxGyver83! Note that this change won't make into the 3 series releases. To use the feature, please compile from master. |
Description
A follow-up to #3302.
Fixes #3179.
Fixes #3229.
@MaxGyver83 Feel free to review as well. See the sample config snippet below to play with the accepted values.
Checklist:
(asdf:test-system :nyxt/gi-gtk)
)