home *** CD-ROM | disk | FTP | other *** search
/ RISC DISC 1 / RISC_DISC_1.iso / pd_share / utilities / zap / LineEditor / Actions < prev    next >
Encoding:
Text File  |  1994-06-30  |  1.3 KB  |  40 lines

  1. Bindable actions for LineEditor    
  2.  
  3. Totally ignore keypress                IGNORE
  4. Beep and ignore keypress            BEEP
  5. Move cursor left                LEFT
  6. Move cursor right                RIGHT
  7. Delete right to next word end            DELWORD
  8. Goto end of line                CRIGHT
  9. Goto start of line                CLEFT
  10. Goto start of next word                SRIGHT
  11. Goto end of previous word            SLEFT
  12. Toggle insert/overtype mode            TOGGLEINSERT
  13. Ctrl-U default action                DELLINE
  14. Remove line from history            REMOVELINE
  15. tcsh style filename completion            COMPLETE
  16. 4DOS TAB                    COMPLETENEXT
  17. 4DOS Shift-TAB                    COMPLETEPREV
  18. Set mark                    SETMARK
  19. Enable copy mode                COPY
  20. Swap mark and cursor                SWAPMARK
  21. Emacs Ctrl-W                    CUT
  22. Delete character to cursor right        DELETENEXT
  23. Delete character to cursor left            DELETE
  24. Delete history buffer(s)            WIPEHISTORY
  25. Emacs Ctrl-K                    DELTOEND
  26. Emacs Ctrl-Y                    PASTE
  27. Swap character with char to cursor left        SWAPCHARS
  28. Handle next keypress as OS_ReadLine would    QUOTE
  29. Process this key as OS_ReadLine would        VANILLA
  30. Recall oldest line in history            CUP
  31. Recall most recent line in history        CDOWN
  32. Recall next oldest line                UP
  33. Recall next most recent line            DOWN
  34. Recall next oldest line matching start        SUP
  35. Recall next most recent line matching start     SDOWN
  36. ESCAPE key pressed                ESCAPE
  37. Function key F<keycode AND &0F> (F0 = PRINT)    FNKEY
  38. Finish editting line - don't record in history    RETURN
  39. Finish editting line - ENTER into history    ENTER
  40.