! Programs several VT2?? UDK keys for use with the KED editor ! uses program LDUDK (politely pronounced "Le Duke") ! ! Remember you must hold down to execute a UDK sequence. ! ! HELP - generates a 78 position "ruler" within the edit buffer. ! Do - the sequence ! F11 - ! F12 - ! F13 - ! F17 - the sequence OPEN INPUT ! F18 - " " OPEN OUTPUT ! F19 - " " INCLUDE REST ! ! ** Remember you must hold down to execute a UDK sequence. ! ** If LDUDK is run from a command file and TT: is set QUIET, no ! display is generated. ! ** If run from a command file and TT: is set QUIET and the UDKs are ! locked, the program simply exits. This is a feature, not a bug. ! SET TT QUIET LDUDK N F11 \33O ^Z F12 \10O ^Z F13 \12O ^Z HELP 1 2 3 4 5 6 7 123456789012345678901234567890123456789012345678901234567890123456789012345678 ^Z DO \33O OP- \33O Ow- ^Z F17 \33O OP- \33O Ow- OPEN INPUT - ^Z F18 \33O OP- \33O Ow- OPEN OUTPUT - ^Z F19 \33O OP- \33O Ow- INCLUDE REST- \33O OM- ^Z Y SET TT NOQUIET