builder/vmware: support the <tab> special in boot commands

pull/24/merge
Mitchell Hashimoto 13 years ago
parent 7411e8dc41
commit e082abea28

@ -96,8 +96,9 @@ func (*stepTypeBootCommand) Cleanup(map[string]interface{}) {}
func vncSendString(c *vnc.ClientConn, original string) {
special := make(map[string]uint32)
special["<enter>"] = 0xFF0D
special["<return>"] = 0xFF0D
special["<esc>"] = 0xFF1B
special["<return>"] = 0xFF0D
special["<tab>"] = 0xFF09
shiftedChars := "~!@#$%^&*()_+{}|:\"<>?"

Loading…
Cancel
Save