mirror of
https://github.com/jetkvm/kvm.git
synced 2026-03-02 22:58:00 -05:00
Frontend: Holding down the left or right meta key will swamp the status-bar and push the video display to the right #381
Labels
No labels
component/keyboard-layout
component: cloud
component: device screen
component: extensions
component: hid/keyboard
component: hid/mouse
component: network
component: timesync
component: ui
component: updater
component: usb
component: usb/hid
component: usb/storage
component: video
component: webrtc
component: webserver
need-more-details
status: working-in-progress
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/kvm#381
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @ijprest on GitHub (Aug 6, 2025).
Disclaimer
Application version
0.4.6
System version
0.2.5
Device model
JetKVM
Extension model
None
Remote device Hardware
No response
Remote device OS
No response
Bug description
Depending on your settings, pressing a key displays the key in the status-bar area. If you hold down the meta keys, the status-bar is filled up with repeated copies of
MetaLeft/Right, which causes the display area to be pushed to the right (presumably as the HTML reflows and tries to keep the video centered).@IDisposable commented on GitHub (Aug 13, 2025):
Soon to be fixed in my keyboard refactor... please be patient with me, I'm doing this on non-paid time :)