home *** CD-ROM | disk | FTP | other *** search
/ Archive Magazine 1995 / ARCHIVE95.iso / discs / shareware / share_32 / draw_strip / BasKeys
Text File  |  1989-08-03  |  535b  |  44 lines

  1. rem keystrip for basic editor
  2. title Basic Editor
  3.  
  4. row 1
  5. f1 *command
  6. f2 load
  7. f3 save
  8. f4 search & edit
  9. f5 global replace
  10. f6 toggle mark
  11. f7 search
  12. f8 renumber
  13. f9 old
  14. f10 swap
  15. f11 delete to end of line
  16. f12 execute
  17.  
  18. row 2
  19. right Shift
  20. left Shift
  21. f1 split
  22. f2 append
  23. f3 options
  24. f4 exit
  25. f5 selective replace
  26. f6 go to mark
  27. f7 next match
  28. f8 repeat
  29. f9 new
  30. f10 undo
  31. f11 delete to start of line
  32. f12 go to line command
  33.  
  34. row 3
  35. right Ctrl
  36. left Ctrl
  37. f1 join
  38. f7 previous match
  39. f8 extend
  40. f9 insert at start
  41. f10 insert at end
  42. f11 delete line
  43. f12 goto line
  44.