From f68639c5fa2cb2c10d09198fea0f9effef75e41d Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Sun, 23 Jun 2013 21:50:16 -0700 Subject: [PATCH] builder/virtualbox: recognize --- builder/virtualbox/step_type_boot_command.go | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 := "~!@#$%^&*()_+{}|:\"<>?"