autoType sequences no longer require double backslashes
This commit is contained in:
parent
27b5e68e94
commit
921fe75d7d
26 changed files with 176019 additions and 75 deletions
|
|
@ -12,7 +12,7 @@ machines:
|
|||
path: /disks/pcx86/dos/ibm/1.00/PCDOS100.json
|
||||
B:
|
||||
path: /apps/pcx86/1981/visicalc/VISICALC1981.json
|
||||
autoType: 8-10-81\\rb:\\rvc\\r
|
||||
autoType: 8-10-81\rb:\rvc\r
|
||||
---
|
||||
|
||||
VisiCalc (1981)
|
||||
|
|
|
|||
|
|
@ -4,14 +4,14 @@ title: "RatBas (1982)"
|
|||
permalink: /apps/pcx86/1982/ratbas/
|
||||
machines:
|
||||
- type: pcx86
|
||||
id: ibm5150
|
||||
id: ibm5150-ratbas
|
||||
config: /devices/pcx86/machine/5150/cga/256kb/machine.xml
|
||||
autoMount:
|
||||
A:
|
||||
path: /disks/pcx86/dos/ibm/1.10/PCDOS110.json
|
||||
B:
|
||||
path: /apps/pcx86/1982/ratbas/RATBAS213.json
|
||||
autoType: \\r\\rb:\\rrt\\r\\xff\\xf0test;\\r
|
||||
autoType: \r\rb:\rrt\r\xff\xf0test;\r
|
||||
---
|
||||
|
||||
RatBas (1982)
|
||||
|
|
@ -30,7 +30,7 @@ We have archived it as [RatBas 2.13](#directory-listing-of-ratbas-213). It has
|
|||
the machine below, which is running [PC-DOS 1.10](/disks/pcx86/dos/ibm/1.10/), the most recent version of PC-DOS
|
||||
at the time of this RatBas release.
|
||||
|
||||
{% include machine.html id="ibm5150" %}
|
||||
{% include machine.html id="ibm5150-ratbas" %}
|
||||
|
||||
Directory Listing of RatBas 2.13
|
||||
--------------------------------
|
||||
|
|
|
|||
|
|
@ -11,7 +11,7 @@ machines:
|
|||
path: /disks/pcx86/dos/ibm/1.00/PCDOS100.json
|
||||
B:
|
||||
path: /apps/pcx86/1983/adventmath/ADVENTMATH100.json
|
||||
autoType: 8-10-81\\rb:\\ra:basica castle\\r
|
||||
autoType: 8-10-81\rb:\ra:basica castle\r
|
||||
---
|
||||
|
||||
Adventures in Math (1983)
|
||||
|
|
@ -186,7 +186,7 @@ have been tested with PC-DOS 2.00 on a 64Kb machine, but perhaps it wasn't.
|
|||
|
||||
The machine on this page is configured with the following "autoType" sequence:
|
||||
|
||||
autoType: 8-10-81\\rb:\\ra:basica castle\\r
|
||||
autoType: 8-10-81\rb:\ra:basica castle\r
|
||||
|
||||
which translates to:
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue