autoType sequences must continue using double-backslashes for escaped characters
This commit is contained in:
parent
29a612eaf9
commit
cde7c57843
1 changed files with 1 additions and 1 deletions
|
|
@ -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")
|
||||
|
|
|
|||
Loading…
Reference in a new issue