home *** CD-ROM | disk | FTP | other *** search
/ Usenet 1994 January / usenetsourcesnewsgroupsinfomagicjanuary1994.iso / sources / x / volume17 / tcl-editor / part02 / help / fkeys.help next >
Encoding:
Text File  |  1992-03-18  |  1.3 KB  |  27 lines

  1. FUNCTION KEY BINDINGS
  2.  
  3. F1    Delete the selection to the scrap buffer
  4. F2    Insert the contents of the scrap buffer in front of the selection
  5. F3    Search backwards for the last string that was searched for
  6. F4    Search forewards for the last string that was searched for
  7. F5    Repeat the last edit but with the current selection and insertion point
  8. F6    Redo the most recently undone edit in the file
  9. F7    Scroll the window up (towards the beginning of the file) one screenful
  10. F8    Scroll the window down (towards the end of the file) one screenful
  11. F9    Undo the most recently done edit
  12. Up    Move the selection up one line
  13. Down    Move the selection down one line
  14. Right    Move the selection one character to the right
  15. Left    Move the selection one character to the left
  16. Home    Move the selection to the first non-white space character on the line
  17. End    Move the selection to the last character on the line (the newline)
  18. PageUp    Scroll the window one page up (towards the beginning of the file)
  19. PageDown Scroll the window one page down (towards the end of the file)
  20.  
  21. TO CLOSE THIS WINDOW: click the left mouse button on the `Close' command
  22.             on the menu bar at the top of this window.
  23.  
  24. TO CHANGE THESE BINDING: edit the startup file `ptsetup.tcl'.  Search for
  25.             the string 'TextBindings' and you can probably figure
  26.             out how to change a binding.
  27.