$FMHOME/fminit/usenglish/SampleConfig


This file demonstrates how to make some simple menu customizations.
To see the final result, select Custom... on the View->Menus menu, and
load this sample file.  You will see the menus change to a new
configuration.  

To reset FrameMaker to it's regular configuration, just restart
FrameMaker.  See the reference manuals for more information on where
to find the current set of menu names as well as the complete set of
Command names.

Examples in this file:
1. Define a new menu and add it to the menu bar
2. Remove a menu item.
3. Add a new shortcut to a menu item
4. Move a menu item from one menu to another menu


 ************************************************************************
 *  Example 1								*
 *									*
 *  Define a page design menu so that all of the page design commands	*
 *  can live on one menu						*
 *									*
 ************************************************************************

*** Define a new menu  ***

	<Menu PageDesignMenu	<Label Page Design>>


*** Add the PageDesignMenu to the menu bar  ***

	<Add PageDesignMenu	<Menu !MakerMainMenu>>


*** Add some commands to the PageDesignMenu  ***

	<Add LayoutNormal	<Menu PageDesignMenu>>
	<Add MasterPageUsage	<Menu PageDesignMenu>>
	<Add LayoutCommands	<Menu PageDesignMenu>>
	<Add !Separator		<Menu PageDesignMenu>>
	<Add HeadersAndFootersMenu	<Menu PageDesignMenu>>
	<Add !Separator		<Menu PageDesignMenu>>
	<Add SelectAll		<Menu PageDesignMenu>>
	<Add Flow		<Menu PageDesignMenu>>
	<Add !Separator		<Menu PageDesignMenu>>
	<Add FormatDocument	<Menu PageDesignMenu>>
	<Add RenamePage		<Menu PageDesignMenu>>
	<Add FreezePagination	<Menu PageDesignMenu>>



 ************************************************************************
 *  Example 2								*
 *									*
 *  Remove the Headers And Footers menu from the Format menu		*
 *  because we just put this menu on the Page Design menu.		*
 *									*
 ************************************************************************

<Remove HeadersAndFootersMenu	<Menu FormatMenu>>



 ************************************************************************
 *  Example 3								*
 *									*
 *  Add the shortcut !fl to the command Flow.  This shortcut is		*
 *  currently on the Format menu and it's shortcut is !ol. The old	*
 *  shortcut !ol will still work.  A command can have more than one	*
 *  shortcut.  The new shortcut will appear with the menu item on both	*
 *  the Format menu and the new Page Design menu created in example 1.	*
 *									*
 ************************************************************************

<Modify Flow	<KeySequence \!fl>>


 ************************************************************************
 *  Example 4								*
 *									*
 *  Move the Capture menu item from the File->Utilities menu to the	*
 *  top of the Maker Popup menu (right-click on a document window).  	*
 *  You can now put the commands you use most frequently on this menu	*
 *									*
 ************************************************************************

<Order UtilitiesMenu.Capture	<First !MakerPopup>>

