hhpc icon indicating copy to clipboard operation
hhpc copied to clipboard

Is it possible to ignore cursor events when in hidden state?

Open amosbird opened this issue 1 year ago • 1 comments

Currently it interferes keyboard driven workflow such as the completion box in google:

copied-2023-03-16-22_45_05_165

amosbird avatar Mar 16 '23 14:03 amosbird

Hmm, it would require another method of hiding the cursor. The current method relies on generating an empty cursor bitmap: https://github.com/aktau/hhpc/blob/e8803cd5c2b51f340fbb76c3ace87ad1c932161b/hhpc.c#L105-L115. But that doesn't mean the cursor isn't there, as you've noticed. I'm not actually sure how this would be done. I did not write down all of the alternatives I've tried, but I think I decided that hhpc's method (based on hhp) was the most reliable for my use case. You may want to give unclutter a try.

aktau avatar Mar 17 '23 07:03 aktau