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 := "~!@#$%^&*()_+{}|:\"<>?"