home *** CD-ROM | disk | FTP | other *** search
/ Global Amiga Experience / globalamigaexperience.iso / text_dtp / editor / turbotext / support / ttx_emul_pcnumpad.dfn < prev    next >
Text File  |  1995-07-10  |  555b  |  26 lines

  1.  
  2. /** $VER: TTX_Emul_PCNumPad.dfn 2.0 (24.8.93)
  3.  **
  4.  ** This definition file contains keyboard definitions to use the numeric keypad
  5.  ** as if it were an IBM-PC keypad.
  6.  **/
  7.  
  8.  
  9. KEYBOARD: APPEND
  10.  
  11.   SHIFT-NP_NUML  SetMode Toggle
  12.  
  13.   MODE-NP_INS    SetPrefs Overstrike Toggle
  14.   MODE-NP_END    MoveEOF
  15.   MODE-NP_DOWN   MoveDown
  16.   MODE-NP_PGDN   MoveDownScr
  17.   MODE-NP_LEFT   MoveLeft
  18.   MODE-NUM_PAD-5 NOP
  19.   MODE-NP_RIGHT  MoveRight
  20.   MODE-NP_HOME   MoveSOF
  21.   MODE-NP_UP     MoveUp
  22.   MODE-NP_PGUP   MoveUpScr
  23.   MODE-NP_NUML   SetMode OFF
  24.   MODE-NP_DEL    Delete
  25. #
  26.