home *** CD-ROM | disk | FTP | other *** search
/ System Booster / System Booster.iso / Texteditors / EDT / Beispiele / SetKey.edt < prev    next >
Encoding:
Text File  |  1996-09-27  |  132 b   |  5 lines

  1. /* Beispiel für SetKey */
  2. SetKey ctrl alt "q" 'Quit ALL'
  3. SetKey ctrl "b" 'DelLines 1'
  4. SetKey ctrl "?" 'echo "Weiß ich auch nicht!"'
  5.