EDTHELP.HLB  —  DEFINE  KEY  EXAMPLES
 To define the key CTRL/A to move 3 lines, use the following command:

   DEFINE KEY CONTROL A AS '3L.'

 To define the GOLDed function of the up-arrow key to mean "go to top of
 buffer," use the following command:

   DEFINE KEY GOLD 12 AS 'BR.'

 To define the key CTRL/D to write your COBOL identification division
 header for you, use the following command:

   DEFINE KEY CONTROL D AS 'iIDENTIFICATION DIVISION.^Z^MiPROGRAM-ID. ?^Z.'

 (After pressing the key, type the program name.)

 To define the CTRL/R  key to prompt for the name of a BLISS routine,
 which it will then find, use the following commmand:

   DEFINE KEY CONTROL R AS "BR ADV 'ROUTINE ?'Routine name: ''."
Close Help