home *** CD-ROM | disk | FTP | other *** search
/ Frozen Fish 1: Amiga / FrozenFish-Apr94.iso / bbs / alib / d9xx / d935 / clipwindow.lha / ClipWindow / ConPaste / ConPaste.doc < prev    next >
Text File  |  1993-12-20  |  2KB  |  45 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
  15. RightAmiga-i (which is not a great combination since that is
  16. supposed to bring up Info).  You can define a different combination
  17. 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.