From e082abea285928d1cd80ec18373d647f587be05f Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Sun, 23 Jun 2013 16:09:12 -0700 Subject: [PATCH] builder/vmware: support the special in boot commands --- builder/vmware/step_type_boot_command.go | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/builder/vmware/step_type_boot_command.go b/builder/vmware/step_type_boot_command.go index 07e5f0574..ddd806a81 100644 --- a/builder/vmware/step_type_boot_command.go +++ b/builder/vmware/step_type_boot_command.go @@ -96,8 +96,9 @@ func (*stepTypeBootCommand) Cleanup(map[string]interface{}) {} func vncSendString(c *vnc.ClientConn, original string) { special := make(map[string]uint32) special[""] = 0xFF0D - special[""] = 0xFF0D special[""] = 0xFF1B + special[""] = 0xFF0D + special[""] = 0xFF09 shiftedChars := "~!@#$%^&*()_+{}|:\"<>?"