mirror of
https://github.com/jetkvm/kvm.git
synced 2026-03-02 22:58:00 -05:00
Needs ability to hold a key or series of keys down (I.e. Option/Alt at computer power-on) #230
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#230
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 @SemoTech on GitHub (Apr 30, 2025).
In order to allow the selection of a bootable device on a Mac one needs the ability to press and hold the Option/Alt key as well as other key combinations such as Command-R or Option-Command-R, etc... there should be a way to add these into a macro and be able to enable it before the computer powers on so it receives the correct power-on key combination.
Does anyone know how this can be achieved?
@Nevexo commented on GitHub (Apr 30, 2025):
Keyboard Macros will be available in the next release. Holding modifiers down on the virtual keyboard is something to work on, but you can hold those keys yourself with the normal keyboard input at the moment.
@SemoTech commented on GitHub (Apr 30, 2025):
That's great to hear as otherwise it defeats the purpose of a remote KVM if one has to use a local keyboard!
@Nevexo commented on GitHub (Apr 30, 2025):
I mean, for the avoidance of any doubt, I did mean the keyboard plugged into the computer you're using to access the KVM. Held-down modifiers on the actual keyboard are forwarded to the remote side.
@SemoTech commented on GitHub (Apr 30, 2025):
I was shocked that I did not think of that, and so I JUST tried it by holding down [Option] key from my client computer while the JetKVM powered by a PoE injector and always ON was connected to a Mac mini 2018.
Sadly it did NOT work and the Mac mini never showed the Boot Selection screen, just proceed to boot from the internal SSD. While I held [Option] down, the virtual keyboard of the JetKVM listed "Keys: AltLeft, AltLeft" solid, but somehow the Mac mini did not receive the solid keypress properly...
Unfortunately holding the keys down from the control computer does not work!
Also other key combinations like [Command-R] do not work as the browser interprets them and refreshes the webpage of the JetKVM. So we really need programmable macros!
@IDisposable commented on GitHub (May 26, 2025):
Once they merge #500, this will be possible.
@SemoTech commented on GitHub (May 26, 2025):
This is great and most welcome. What build/version will this be integrated in?
@IDisposable commented on GitHub (Jun 4, 2025):
@ym?