Jagailo / YetAnotherKeyDisplayer

App for displaying pressed keys of the keyboard
GNU General Public License v3.0
317 stars 15 forks source link

Request: Click-through the display #19

Closed NohbdyAhtall closed 4 months ago

NohbdyAhtall commented 2 years ago

I believe it would be quite worthwhile if the "window" displaying the keys could be given a checkbox for it to be visible but not clickable.

(Secondary, off-topic) For extra style points, I think it'd be nifty if the window could optionally "pulse" in transparency/saturation/gradient/etc when a key is pressed.

Jagailo commented 1 year ago

To display the keys, a regular window without a frame is used. The only way to make it through-clickable is to make the window completely transparent. That is why in the current implementation the minimum transparency threshold is 0.01.

I'll think about this feature.

As for styles and transitions, that's out of my area of expertise. If someone wants to do it - feel free to create pull request, I won't.

Jagailo commented 4 months ago

@NohbdyAhtall Hello, the click-through feature has been added in version 1.4. There is also an option to display the Key Displayer only when keys are pressed.