kiibohd / controller

Kiibohd Controller
GNU General Public License v3.0
807 stars 270 forks source link

Kira OS input misbehavior after flash #308

Closed donfuldauer closed 5 years ago

donfuldauer commented 5 years ago
jamiehs commented 5 years ago

I was having this issue as well; it's also mentioned in the firmware released last weekend. The Shift and Alt keys remain pressed because Windows never heard a "keyup" event (I'm a JavaScript guy so I might not have the terminology right).

The fix is to tap the right Shift and Alt keys after flashing. Essentially, tap all your gray modifiers (left and right side) and it goes away (my experience).

haata commented 5 years ago

This was fixed in https://github.com/kiibohd/controller/commit/3677a990eedb63302298a7de1c0bda4f115d5966

After the first update, this should no longer be an issue (you may need to reboot your computer).

Here's the "official" Microsoft guidance on the issue: https://support.microsoft.com/en-us/help/3070736/keyboard-doesn-t-work-right-after-unplug-or-undock-and-then-reconnecti

haata commented 5 years ago

Actually I lied, I've confirmed this wasn't a full fix, but I have one coming... (will also be in v0.5.4).

haata commented 5 years ago

Now fixed.