mirror of
https://github.com/hashicorp/packer.git
synced 2026-06-11 01:30:06 -04:00
We are using powershell and Msvm to send keys to virtual keyboard so update comment
This commit is contained in:
parent
a27d75ff89
commit
d7117560cf
1 changed files with 2 additions and 2 deletions
|
|
@ -81,8 +81,8 @@ func (*StepTypeBootCommand) Cleanup(multistep.StateBag) {}
|
|||
func scancodes(message string) []string {
|
||||
// Scancodes reference: http://www.win.tue.nl/~aeb/linux/kbd/scancodes-1.html
|
||||
//
|
||||
// Scancodes represent raw keyboard output and are fed to the VM by the
|
||||
// VBoxManage controlvm keyboardputscancode program.
|
||||
// Scancodes represent raw keyboard output and are fed to the VM by using
|
||||
// powershell to use Msvm_Keyboard
|
||||
//
|
||||
// Scancodes are recorded here in pairs. The first entry represents
|
||||
// the key press and the second entry represents the key release and is
|
||||
|
|
|
|||
Loading…
Reference in a new issue