tiny-pilot / tinypilot

Use your Raspberry Pi as a browser-based KVM.
https://tinypilotkvm.com
MIT License
3.02k stars 252 forks source link

Virtual Keyboard shouldn’t react to physical keyboard events #732

Open jotaen opened 3 years ago

jotaen commented 3 years ago

After you click a random key (say “A”) on the virtual keyboard and then press “space” or “return” on your physical keyboard, it sends the following sequence: Space, A. That’s because the “A”’s <div> element still has focus, so the space or return key makes the virtual key emit the current key another time. Only after you click somewhere else, the <div> looses focus and this behaviour stops.

demdante commented 3 years ago

I think the issue that I am experiencing is related to this issue as well. My issue involves the "space" key on the virtual keyboard just not processing any of the space key events. The space key on the virtual keyboard just....does not work.... You can see what I mean by viewing the video at the below link:

https://www.dropbox.com/s/c82dqycgytn99cp/20210624_221129.mp4?dl=0

jotaen commented 3 years ago

@demdante the issue you’ve been experiencing was actually a separate one, but we pushed a fix for that just now. So your space key should work again after you update your device (“System” → “Update”).