b0o / surfingkeys-conf

🏄 A SurfingKeys config which adds 180+ key mappings & 50+ search engines
MIT License
395 stars 67 forks source link

[Feature Request] f to toggle hints both on and off #76

Closed userrand closed 1 year ago

userrand commented 1 year ago

Details

It would be nice if I could press f to find hints on what to click on and then if I press f a second time then it removes the hints. I would have to remove f from the list of hints to do that which I think I know how to do from the SurfingKeys readme. But how could I implement using f to remove the hints?

userrand commented 1 year ago

I found the following solution which simply removes f from the hints:

Hints.characters = "asdgqwertzxcvb";

at this page

https://news.ycombinator.com/item?id=24700746#24701990