﻿; This file contains additional general settings that control
; plugin behavior. It is recommended to review these settings
; carefully to be sure the plugin will operate as you want
; it to.


---------------------------------------------------------------
; These settings control optional keyboard shortcuts
; to apply to certain menu commands. For any command,
; if you do not want it to have a shortcut, leave the
; respective setting blank.
; Shortcuts may use the following special characters:
;
; \!  Esc key
; ^   Ctrl key
;
; Examples:
; 
; \!12     Esc 1 2
; \!ab     Esc A B
; \!abc    Esc A B C
; ^q       Ctrl+Q
;
; Note that:
; 
;  - If you specify a shortcut already in use by FrameMaker,
;    that shortcut will be overridden by yours.
;  - A FrameMaker restart is required for any changes here to
;    take effect.


CMD_SHORTCUT_TOGGLE_ELEM_BOUNDARIES=\!qq
CMD_SHORTCUT_EXPAND_ELEMENTS=
CMD_SHORTCUT_COLLAPSE_ELEMENTS=
CMD_SHORTCUT_REFRESH_EDD=\!qw
CMD_SHORTCUT_EXPAND_WHOLE_TREE=
CMD_SHORTCUT_COLLAPSE_WHOLE_TREE=
CMD_SHORTCUT_SET_BRANCH_ONE_LEVEL=
CMD_SHORTCUT_SET_BRANCH_TWO_LEVELS=
CMD_SHORTCUT_SET_BRANCH_THREE_LEVELS=
CMD_SHORTCUT_EXPAND_TO_CURRENT_ELEM=
CMD_SHORTCUT_EXPAND_ALL_ATTRS=
CMD_SHORTCUT_SHOW_POP_AND_REQ_ATTRS=
CMD_SHORTCUT_COLLAPSE_ALL_ATTRS=
CMD_SHORTCUT_COPY_ATTRS=
CMD_SHORTCUT_COPY_MARKUP=
CMD_SHORTCUT_PASTE_MARKUP=\!qe

; This shortcut is for a command that automatically
; shows populated and required attributes for all elements
; in the main flow. This command does not appear in any
; menus. If you do not want any shortcut for this, leave
; the setting blank.
CMD_SHORTCUT_SHOW_POP_AND_REQ_ATTRS_ALL=\!qr
---------------------------------------------------------------


------------------------------------------------
; CTRL+A BEHAVIOR
;
; This setting defines how the plugin responds when
; you use the standard Ctrl+A keyboard shorcut. Valid
; options are as follows:
;
; NONE - Do nothing special (default to standard 
;        FrameMaker "select all" behavior)
;
; SELECT_ELEM_CONTENTS - Select the contents of the current
;                        element contents with the first 
;                        invocation of the command, then do
;                        a standard "select all" after that.
;
; SELECT_FULL_HIERARCHY - Do a hierarchical step up the element
;                         tree with each invocation of the command,
;                         until reaching the highest-level element.
;                       
;
; In all cases, if the Ctrl-A is invoked within an unstructured
; flow, the plugin does nothing and standard "select all" 
; behavior applies.

CTRL_A_SPECIAL_BEHAVIOR=SELECT_FULL_HIERARCHY

; This setting determines whether or not a reminder
; should appear the first time that you invoke 
; the shortcut.

CTRL_A_DO_INITIAL_WARNING=TRUE
------------------------------------------------

---------------------------------------------------------------
; AUTONOMOUS ACTIONS
; 
; These settings control when the plugin should
; automatically collapse the attribute displays
; in the Structure View to populated and required attributes only (whole document).
; The SCREEN_REFRESH trigger refers to the Ctrl+L shortcut.
; Valid values are TRUE and FALSE.

AUTO_COLLAPSE_ATTRS_-_ON_DOC_OPEN=FALSE;
AUTO_COLLAPSE_ATTRS_-_ON_DOC_SAVE=FALSE;
AUTO_COLLAPSE_ATTRS_-_ON_XML_OPEN=FALSE;
AUTO_COLLAPSE_ATTRS_-_ON_XML_SAVE=FALSE;
AUTO_COLLAPSE_ATTRS_-_ON_SCREEN_REFRESH=FALSE;
---------------------------------------------------------------

------------------------------------------------
; NOTEPAD EXE FILE LOCATION
;
; This setting is the path
; to the Notepad.exe file on your computer, used to open
; text files such as the additional settings file.
; If the Notepad executable resides in some unusual location,
; this setting may be important to help the plugin find it.
; Otherwise, if files open as expected, this setting is OK
; and should not be altered.

NOTEPAD_EXE_PATH=C:\Windows\NOTEPAD.EXE
------------------------------------------------

------------------------------------------------
; LICENSE KEY
;
; When provided a license key upon purchase of the
; plugin, please enter it here.

LICENSE_KEY=KeepCalmAndCarryOn
------------------------------------------------


