diff --git a/builder/virtualbox/step_type_boot_command.go b/builder/virtualbox/step_type_boot_command.go index 423a0e9a4..0cb816622 100644 --- a/builder/virtualbox/step_type_boot_command.go +++ b/builder/virtualbox/step_type_boot_command.go @@ -80,6 +80,7 @@ func scancodes(message string) []string { shiftedChars := "~!@#$%^&*()_+{}|:\"<>?" + // Scancodes reference: http://www.win.tue.nl/~aeb/linux/kbd/scancodes-1.html scancodeIndex := make(map[string]uint) scancodeIndex["1234567890-="] = 0x02 scancodeIndex["!@#$%^&*()_+"] = 0x02