From cde7c578438e4235cc5c37d8d43d8b57de4a7b08 Mon Sep 17 00:00:00 2001 From: Jeff Parsons Date: Sat, 17 Jun 2017 13:29:56 -0700 Subject: [PATCH] autoType sequences must continue using double-backslashes for escaped characters --- _includes/machine-engines.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_includes/machine-engines.html b/_includes/machine-engines.html index c7f444387..1436373b3 100644 --- a/_includes/machine-engines.html +++ b/_includes/machine-engines.html @@ -23,7 +23,7 @@ The following optional machine properties will be added to the 'parms' property: 'autoMount' (eg, {"A":{"name":"OS/2 FOOTBALL (v7.68.17)","path":"/disks/pc/os2/misc/football/FOOTBALL-76817.json"}}) 'autoPower' (eg, true) 'autoStart' (eg, true) - 'autoType' (eg, "8-10-81\r") + 'autoType' (eg, "8-10-81\\r") 'drives' (eg, '[{name:"68Mb Hard Disk",type:4,path:"http://archive.pcjs.org/disks/pc/fixed/68mb/win95.json"}]') 'resume' (eg, "1") 'state' (eg, "state.json")