From d7117560cfc52c3b22b7f6fd2b0efce2e2a68b2a Mon Sep 17 00:00:00 2001 From: Taliesin Sisson Date: Sun, 6 Nov 2016 13:12:44 +0000 Subject: [PATCH] We are using powershell and Msvm to send keys to virtual keyboard so update comment --- builder/hyperv/common/step_type_boot_command.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/builder/hyperv/common/step_type_boot_command.go b/builder/hyperv/common/step_type_boot_command.go index b8b95f43a..4af792eff 100644 --- a/builder/hyperv/common/step_type_boot_command.go +++ b/builder/hyperv/common/step_type_boot_command.go @@ -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