rvaiya / warpd

A modal keyboard-driven virtual pointer
MIT License
2.85k stars 126 forks source link

feature request: Outline around hints in hint mode #238

Open 3elDU opened 1 year ago

3elDU commented 1 year ago

image_2023-04-29_13-46-03 As you can see on the screenshot, hints are a bit hard to see (especially when there is text in background). Adding white outline to each hint would make them much more visible.

rvaiya commented 1 year ago

Adding this in a cross platform way is a lot of work. I am currently in the process of porting most of warpd's useful functionality into keyd, and will probably factor this into that implementation.

3elDU commented 1 year ago

I think I'm not getting something, but how is keyd (which as I see, is a tool for (re)mapping keys) related to drawing graphical outline?