home *** CD-ROM | disk | FTP | other *** search
/ Frozen Fish 1: Amiga / FrozenFish-Apr94.iso / bbs / alib / d7xx / d770 / uedit.lha / Uedit / RogerHand.LZH / Tilda < prev   
Text File  |  1991-04-01  |  820b  |  41 lines

  1.  
  2. BOOKMARKS:                    ( Roger Hand )
  3.  
  4. How to use:
  5.  
  6. First, press the TILDA key
  7.  
  8. Then, press a function key, F1 thru F10
  9.  
  10. You will then go to bookmark 1 thru 10, if the mark has been set.
  11.  
  12. If the mark hasn't been set, one will be set at the cursor location
  13.  
  14.  
  15. To SET a mark:
  16.  
  17. Press the TILDA key twice
  18.  
  19. Then press a function key, F1 thru F10, to set the mark
  20.  
  21. <normal-`:
  22.  
  23.     if(eqNum(n75,0)) {equateNum(n75,5) putMsg("GOTO . . . {F-key}") return}
  24.     if(eqNum(n75,5)) {equateNum(n75,20) putMsg("SET . . . {F-key}") return}
  25.     equateNum(n75,0) putMsg("Function Keys back to Normal!")
  26. >
  27.  
  28. CONTROL-` types " ` " character, and so does ALT-`
  29. <ctl-`:typeChar(96)>
  30.  
  31. <alt-`:typeChar(96)>
  32.  
  33.  
  34. Go back to last place before GOTO F-key
  35. <ctl-1:
  36.     moveCursor(curfile,locA)
  37.     equateNum(n75,0)
  38.     putMsg("Function Keys back to Normal!")
  39. >
  40.  
  41.