mirror of
https://github.com/jetkvm/kvm.git
synced 2026-03-02 22:58:00 -05:00
Mod key behaviour in virtual keyboard #135
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#135
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 @wiebel on GitHub (Feb 28, 2025).
The mod keys (Shift,Ctrl,Alt,Alt Gr/Meta) should generally be sticky until an additional non mod key is pressed, as it's the case with IPMI virtual keyboards.
As of now I'm not able to send e.g. a Ctrl+Alt+F2 with the virtual keyboard.
@williamjohnstone commented on GitHub (Feb 28, 2025):
Yes I agree, I intend to implement this functionality into my PR #116.