I just move the "TEXT" entry to the front of the list in my maker.ini - that 
seems to work fine too.

-----Original Message-----
From: framers-bounces at lists.frameusers.com 
[mailto:framers-boun...@lists.frameusers.com] On Behalf Of Reng, Dr. Winfried
Sent: June-21-13 4:20 AM
To: framers at lists.frameusers.com
Subject: RE: Adjust paste to be paste/special

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.

_______________________________________________


You are currently subscribed to framers as jeff.coatsworth at jonassoftware.com.

Send list messages to framers at lists.frameusers.com.

To unsubscribe send a blank email to
framers-unsubscribe at lists.frameusers.com
or visit 
http://lists.frameusers.com/mailman/options/framers/jeff.coatsworth%40jonassoftware.com

Send administrative questions to listadmin at frameusers.com. Visit
http://www.frameusers.com/ for more resources and info.

Reply via email to