home *** CD-ROM | disk | FTP | other *** search
/ Simtel MSDOS 1992 June / SIMTEL_0692.cdr / msdos / kermit / tskerm24.arc / MEMACSZN.CMD < prev    next >
Encoding:
Text File  |  1989-12-23  |  534 b   |  13 lines

  1. ;
  2. ; MEMACSZN.CMD by Timo Salmi Sat 23-Dec-1989
  3. ; To define some of the keys to suit Unix and MicroEmacs rather than
  4. ; VAX/VMS EDT editing
  5. ;                         Laptop version
  6.  
  7.  set key \327 \1            ;Home = Move to start of line
  8.  set key \335 \5            ;End  = Goto end of line
  9.  set key \329 \26           ;PgUp = Move backwards by pages
  10.  set key \337 \22           ;PgDn = Move forward by pages
  11.  set key \339 \4            ;Del  = Forward delete
  12.  echo \13memacszn.cmd laptop MicroEmacs special keys ready\13
  13.