You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The packer boot_command syntax is far from complete for describing the kinds of keys that can be sent to guest VM's.
I'd like to see PR's to arrive for <leftCmdOn>/<leftCmdOff> (Command key in macOS), <leftWinOn>/<leftWinOff> (Windows key in Windows), <leftSupOn>/<leftSupOff> (generic Super key in macOS/Windows/Linux). In the meantime, however, it would suffice if packer simply offered some kind of syntax for entering raw keycodes within boot_command, perhaps something like <raw n>, that packer interprets as sending the decimal number n keycode to the hypervisor. This way, packer handles keyboard input much more flexibly, so that users don't have to wait around for PR's to handle more obscure key codes.
The text was updated successfully, but these errors were encountered:
FOR FEATURES:
The packer boot_command syntax is far from complete for describing the kinds of keys that can be sent to guest VM's.
I'd like to see PR's to arrive for
<leftCmdOn>
/<leftCmdOff>
(Command key in macOS),<leftWinOn>
/<leftWinOff>
(Windows key in Windows),<leftSupOn>
/<leftSupOff>
(generic Super key in macOS/Windows/Linux). In the meantime, however, it would suffice if packer simply offered some kind of syntax for entering raw keycodes within boot_command, perhaps something like<raw n>
, that packer interprets as sending the decimal number n keycode to the hypervisor. This way, packer handles keyboard input much more flexibly, so that users don't have to wait around for PR's to handle more obscure key codes.The text was updated successfully, but these errors were encountered: