Adjust paste to be paste/special

Reng, Dr. Winfried wreng at tycoint.com
Fri Jun 21 01:19:41 PDT 2013


Hi Theresa,

You can add an entry to your own maker.ini file. (With FrameMaker 11
it's here: c:\Users\yourname\AppData\Roaming\Adobe\FrameMaker\11\maker.ini)

Copy the entry from the maker.ini in the FrameMaker installation directory:
c:\Program Files\Adobe\AdobeFrameMaker11\maker.ini

The entry which you should copy is:
ClipboardFormatsPriorities=FILE, MIFW, MIF, RTF, OLE 2, META, EMF,  DIB, BMP, UNICODE TEXT, TEXT
Change it so that UNICODE TEXT is at the beginning
of the list.


You could also use tools like PureText to paste always as text:
http://stevemiller.net/puretext/


Or you could use an AutoHotkey script like this one:
AutoHotkey script to reomve formatting when pasting.
Source: http://stackoverflow.com/questions/122404/how-to-copy-and-paste-code-without-rich-text-formatting
Shortcut: Ctrl + SHIFT + v

^+v::
    ; Convert any copied files, HTML, or other formatted text to plain text
    Clipboard = %Clipboard%

    ; Paste by pressing Ctrl+V
    SendInput, ^v
return

Best regards

Winfried

> -----Original Message-----
> From: framers-bounces at lists.frameusers.com [mailto:framers-
> bounces at lists.frameusers.com] On Behalf Of Theresa de Valence
> Sent: Thursday, June 20, 2013 9:37 PM
> To: framers at lists.frameusers.com
> Subject: Adjust paste to be paste/special
>
> Quite some time ago, someone posted something to adjust in the maker.ini
> file so that Ctrl+V became Paste Special.
>
> Could you please post those instructions again?
>
> Thank you kindly,
> Theresa
> --
> =======================
> Theresa de Valence
> TdeV at bstw.com
> =======================

________________________________

This e-mail contains privileged and confidential information intended for the use of the addressees named above. If you are not the intended recipient of this e-mail, you are hereby notified that you must not disseminate, copy or take any action in respect of any information contained in it. If you have received this e-mail in error, please notify the sender immediately by e-mail and immediately destroy this e-mail and its attachments.




More information about the framers mailing list