home *** CD-ROM | disk | FTP | other *** search
/ World of A1200 / World_Of_A1200.iso / programs / commodity / conpaste / conpaste.doc < prev    next >
Text File  |  1995-02-27  |  2KB  |  54 lines

  1. ConPaste - by Carolyn Scheppner, CATS
  2.  
  3. ConPaste is a 2.0 commodity that allows you to paste clipped
  4. text into anything.
  5.  
  6. Paste into string gadgets.  Paste into any text application.
  7.  
  8. When you press a user-defined key combination, ConPaste will
  9. take any FTXT found in clipboard unit 0, convert the text
  10. back into input events, and send the input events into the
  11. input stream.  The output will go to the active window or
  12. string gadget.
  13.  
  14. The built-in default key combination for pasting with ConPaste is now
  15. RightAmiga-j (previously RightAmiga-i which was not a great combination
  16. since that is supposed to bring up Info).  You can define a different
  17. combination with the KEY= tooltype by supplying a commodities-type key
  18. description such as:
  19.  
  20. KEY=RCOMMAND j        (RightAmiga-j)
  21. KEY=LALT p        (LeftAlt-p)
  22. KEY=f1            (function key f1)
  23.  
  24.  
  25. NOTE: You must first clip the console text to the clipboard via
  26. the normal 2.0 drag select and RightAmiga-C, or by using a text
  27. editor which supports clipping or copying of text to the clipboard.
  28. You can also use SYS:Utilities/More to display and clip text from
  29. any plain ASCII text file.
  30.  
  31.  
  32. Revisions:
  33.  
  34. 37.17 should be more compatible with international keyboards.
  35.       It copies the system default keymap, and nullifies the
  36.       numeric pad mappings in its own keymap, then uses this
  37.       keymap when calling MapANSI.  This prevents translations
  38.       to numeric pad raw key values in a manner that should be
  39.       compatible with all keyboards.  Since many applications
  40.       (such as VT100 emulators) set their own special mappings
  41.       for numeric pad keys, it is not desirable to convert
  42.       any FTXT ASCII values to the raw numeric pad key value.
  43.       This new scheme should cause them to be converted to the
  44.       normal keyboard raw events which can create that character.
  45.  
  46. 37.18 Optimized AddIEvents code by adding down and up event pair together.
  47.  
  48. 37.25 Added a Delay(5) on linefeeds plus now have Conpaste reduce its
  49.       own task priority by 1 just while converting and shoving
  50.       the characters back into the input stream.  This allows adequate
  51.       processing time for the receiving task and window to deal
  52.       with the characters.  Now much larger blocks of text can be pasted
  53.       into slow programs or programs with small input buffers.
  54.