TechWhirl (TECHWR-L) is a resource for technical writing and technical communications professionals of all experience levels and in all industries to share their experiences and acquire information.
For two decades, technical communicators have turned to TechWhirl to ask and answer questions about the always-changing world of technical communications, such as tools, skills, career paths, methodologies, and emerging industries. The TechWhirl Archives and magazine, created for, by and about technical writers, offer a wealth of knowledge to everyone with an interest in any aspect of technical communications.
Subject:Chg the Defaults in FM ini file From:Harold Fichter <Hal -dot- Fichter -at- MCI -dot- COM> Date:Wed, 24 Jun 1998 12:42:00 -0600
Lately I have been doing a lot of
cutting and pasting during a revision
of a FrameMaker doc.
The engineer gave me a Word file to
use in revising the text in the Frame doc.
Since this is a large document change,
I am forever cutting and pasting.
I wanted to use the CTRL C and
CTRL V shortcuts, to do this I needed to
change the defaults in the
ClipboardFormatsPriorities list
of Frame. Here's how:
1. Open the Maker.ini file, located in the Maker5
directory, using a text editor that can save in text-only format.
2. Find the following line:
ClipboardFormatsPriorities=OLE, EMF, META, DIB, BMP, MIF, RTF, TEXT
4. Move "TEXT" (OR ANY OTHER DEFAULT YOU WANT) to the beginning of the list, so the line reads:
ClipboardFormatsPriorities=TEXT, OLE, EMF, META, DIB, BMP, MIF, RTF
NOTE: Entries in the list must be separated by commas.
5. Save the Maker.ini file in text-only format.
6. Restart FrameMaker.