pit-ray / win-vind

You can operate Windows with key bindings like Vim.
https://pit-ray.github.io/win-vind/
MIT License
1.97k stars 45 forks source link

[Feature] Individually coloured Easy Click/Grid Move letters #194

Open Salted-Bread opened 1 year ago

Salted-Bread commented 1 year ago

I was wondering if it would be possible to have an option to set unique colours for individual letters for Easy Click/Grid Move. I feel like having the option to give each letter a unique colour could help with cases where Easy Click/Grid Move flash due to videos playing/Wallpaper engine running as it's likely easier to make out a flashing colour rather than a letter.

Maybe an option in the config to specify a hex code as colour for the specific letters.

pit-ray commented 1 year ago

It is possible, but the load is likely to be significant. As for flash, a direct solution should be to display a transparent window on the screen like NVIDIA Geforece Experience, instead of drawing directly to the screen via a low-level API as is currently done.

Thank you!