Changed "keys" to "autoType"

This commit is contained in:
Jeff Parsons 2017-06-14 16:20:21 -07:00 committed by Jeff Parsons
commit 205df032fa
2 changed files with 2 additions and 1 deletions

View file

@ -11,7 +11,7 @@ machines:
path: /disks/pcx86/dos/ibm/1.00/PCDOS100.json
B:
path: /apps/pcx86/1983/adventmath/ADVENTMATH100.json
keys: 8-10-81\rb:\ra:basica castle\r
autoType: 8-10-81\rb:\ra:basica castle\r
---
Adventures in Math (1983)

View file

@ -453,6 +453,7 @@ MarkOut.prototype.convertMD = function(sIndent)
aOptions = aaOptions[iOption];
var sSpace = aOptions[1], sName = aOptions[2].toLowerCase(), sValue = aOptions[3];
if (sName == 'automount') sName = 'autoMount'; // for backward compatibility
if (sName == 'autotype') sName = 'autoType';
if (!id && sName == 'id') {
id = sValue;
} else if (sName == 'autoMount') {