saka-key icon indicating copy to clipboard operation
saka-key copied to clipboard

reverse letters in link hints?

Open unhammer opened this issue 7 years ago • 1 comments

See foo

I've pressed the first letter A, but now a bunch of hints in the same area of the page are selected, and some even overlap so it's hard to know what next character I should press. If the hints were placed in the same order, but with the letters reversed, I could press e.g. U and no other hints in that whole area of the page would be shown.

(So for that example, the hints would be AA, JA, KA, DA, LA, SA, GA, and so on)

unhammer avatar Feb 22 '18 13:02 unhammer

I suspect you'd just have to change this line: https://github.com/lusakasa/saka-key/blob/8a118120101d10498ec9e4cda995235ddc1a132f/src/modes/hints/background/hintStrings.js#L7 to construct the hints as c + hint

angus-g avatar Jun 25 '19 01:06 angus-g