r0808914 / Kick-Chat-Flusher

Enhances the Kick.com viewing experience by providing a fullscreen chat overlay. Messages will flow from right to left, allowing for a seamless chat experience while watching content.
1 stars 0 forks source link

Functionality Issue with Alt + c Keybind #9

Open Sam-297 opened 6 months ago

Sam-297 commented 6 months ago

I'll use the Alt + c key combination as an example, which is meant to toggle the overlay.

image

When I press and hold Alt, then press c, the extension activates/toggle as expected. However, if I keep Alt pressed and press c again, it doesn't deactivate/toggle.

However, if I press Alt, then release it, and after some time, press c, it toggles, which shouldn't happen.

The extension should toggle when Alt + c is pressed, meaning c is pressed while Alt is held down. I should be able to hold Alt, and then spam c while Alt is still held to keep toggling the chat box.

And it should NOT toggle when Alt is pressed, then Alt is released, and then c is pressed.

r0808914 commented 5 months ago

I've added a keyUp handler, so those issues should be fixed now. (https://github.com/r0808914/Kick-Chat-Flusher/commit/003c1a0de374a47b2e2748b0186557cfce3cb646) https://github.com/r0808914/Kick-Chat-Flusher/releases/tag/v1.0.1

Sam-297 commented 5 months ago

Randomly, the ALT + c toggle extension keybind stop functioning as intended, and pressing just Alt alone triggers the toggle instead.

This issue seems to occur frequently, although I haven't identified a specific trigger. It might be related to interactions with fullscreen mode, as it tends to happen after entering or leaving fullscreen mode. However, it's inconsistent and doesn't occur predictably.