Open amosbird opened 2 years ago
You may change the character order of characters used by LinkHints:
LinkHints has use a way to shuffle the order of hints, and usually it's enough to make near hints easy to distinguish
We can use a predefined dictionary for such hinting pattern
Oops, I've fixed the broken URL.
You may change the character order of characters used by LinkHints:
I tried using an alternating sequence of characters: dkfjsleiwocn
, however it still generates combinations like ED
which only utilize my left middle finger to type.
LinkHints has use a way to shuffle the order of hints, and usually it's enough to make near hints easy to distinguish
It's easy to distinguish visually but not perfect to type out ergonomically.
BTW, can we configure the hint characters shown as lowercase alphabets?
I don't like a static list. But I may add a way of showing "interleaved" characters like:
As for lower-case names, you may use CSS to do so:
.LH { text-transform:lowercase; }
into Custom CSS for Vimium C UI
But I may add a way of showing "interleaved" characters like
Sounds great! The rule itself can also be alternating, so that half of the hints will choose odd characters from 1st list and even characters from 2nd list, while the other half choose odd from 2nd list and even from 1st list.
As for lower-case names, you may use CSS to do so:
Thanks!
The idea is from https://github.com/luakit/luakit/issues/595
We can use a predefined dictionary for such hinting pattern
https://github.com/amosbird/qutebrowser/blob/master/qutebrowser/browser/amoshint.json