diff --git a/builder/virtualbox/step_type_boot_command.go b/builder/virtualbox/step_type_boot_command.go index 23d019268..4fabeff59 100644 --- a/builder/virtualbox/step_type_boot_command.go +++ b/builder/virtualbox/step_type_boot_command.go @@ -82,8 +82,9 @@ func (*stepTypeBootCommand) Cleanup(map[string]interface{}) {} func scancodes(message string) []string { special := make(map[string][]string) special[""] = []string{"1c", "9c"} - special[""] = []string{"1c", "9c"} special[""] = []string{"01", "81"} + special[""] = []string{"1c", "9c"} + special[""] = []string{"0f", "8f"} shiftedChars := "~!@#$%^&*()_+{}|:\"<>?"