Files
transcription-keyboard-maestro/avt.kmmacros
Zev Averbach 28ae1cad58 first
2015-02-20 11:36:24 -05:00

21994 lines
544 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<array>
<dict>
<key>Activate</key>
<string>Normal</string>
<key>IsActive</key>
<true/>
<key>Macros</key>
<array>
<dict>
<key>Actions</key>
<array>
<dict>
<key>IsActive</key>
<true/>
<key>IsDisclosed</key>
<true/>
<key>MacroActionType</key>
<string>SetVariableToText</string>
<key>Text</key>
<string>%Variable%newVar%</string>
<key>Variable</key>
<string>newVarContents</string>
</dict>
<dict>
<key>IsActive</key>
<true/>
<key>IsDisclosed</key>
<true/>
<key>MacroActionType</key>
<string>Notification</string>
<key>SoundName</key>
<string></string>
<key>Subtitle</key>
<string></string>
<key>Text</key>
<string>"%Variable%newVar%" is now assigned to "%Variable%newVarContents%"</string>
<key>Title</key>
<string>%Variable%newVar%</string>
</dict>
</array>
<key>IsActive</key>
<true/>
<key>ModificationDate</key>
<real>437769025.90075999</real>
<key>Name</key>
<string>notify of new var assignment</string>
<key>Triggers</key>
<array/>
<key>UID</key>
<string>DCA710C5-36CF-4EF6-B662-7D15D2977356</string>
</dict>
</array>
<key>Name</key>
<string>*helpers</string>
<key>Targeting</key>
<dict>
<key>Targeting</key>
<string>Included</string>
<key>TargetingApps</key>
<array>
<dict>
<key>BundleIdentifier</key>
<string>com.microsoft.Word</string>
<key>Name</key>
<string>Microsoft Word</string>
<key>NewFile</key>
<string>/Applications/Microsoft Office 2011/Microsoft Word.app</string>
</dict>
</array>
</dict>
<key>UID</key>
<string>AB53EBE2-3B43-47A1-9AF5-97F9CFA43283</string>
</dict>
<dict>
<key>Activate</key>
<string>Normal</string>
<key>IsActive</key>
<true/>
<key>Macros</key>
<array>
<dict>
<key>Actions</key>
<array>
<dict>
<key>Action</key>
<string>CaseSensitiveRegEx</string>
<key>Captures</key>
<array>
<string>speakerTest</string>
</array>
<key>IsActive</key>
<true/>
<key>IsDisclosed</key>
<true/>
<key>MacroActionType</key>
<string>SearchVariable</string>
<key>Search</key>
<string>iAmASpeaker</string>
<key>Variable</key>
<string>nowSpeaker</string>
</dict>
<dict>
<key>Conditions</key>
<dict>
<key>ConditionList</key>
<array>
<dict>
<key>ConditionType</key>
<string>Variable</string>
<key>Variable</key>
<string>speakerTest</string>
<key>VariableConditionType</key>
<string>IsEmpty</string>
<key>VariableValue</key>
<string></string>
</dict>
</array>
<key>ConditionListMatch</key>
<string>All</string>
</dict>
<key>ElseActions</key>
<array>
<dict>
<key>IsActive</key>
<true/>
<key>IsDisclosed</key>
<true/>
<key>MacroActionType</key>
<string>SetVariableToText</string>
<key>Text</key>
<string></string>
<key>Variable</key>
<string>speakerTest</string>
</dict>
<dict>
<key>Action</key>
<string>CaseSensitiveString</string>
<key>IsActive</key>
<true/>
<key>IsDisclosed</key>
<true/>
<key>MacroActionType</key>
<string>SearchReplaceVariable</string>
<key>Replace</key>
<string></string>
<key>Search</key>
<string>iAmASpeaker</string>
<key>Variable</key>
<string>nowSpeaker</string>
</dict>
<dict>
<key>Conditions</key>
<dict>
<key>ConditionList</key>
<array>
<dict>
<key>ConditionType</key>
<string>Variable</string>
<key>Variable</key>
<string>mode</string>
<key>VariableConditionType</key>
<string>Is</string>
<key>VariableValue</key>
<string>focus</string>
</dict>
<dict>
<key>ConditionType</key>
<string>Variable</string>
<key>Variable</key>
<string>mode</string>
<key>VariableConditionType</key>
<string>Is</string>
<key>VariableValue</key>
<string>multi</string>
</dict>
<dict>
<key>ConditionType</key>
<string>Variable</string>
<key>Variable</key>
<string>mode</string>
<key>VariableConditionType</key>
<string>Is</string>
<key>VariableValue</key>
<string>many</string>
</dict>
<dict>
<key>ConditionType</key>
<string>Variable</string>
<key>Variable</key>
<string>mode</string>
<key>VariableConditionType</key>
<string>Contains</string>
<key>VariableValue</key>
<string>final</string>
</dict>
</array>
<key>ConditionListMatch</key>
<string>Any</string>
</dict>
<key>ElseActions</key>
<array>
<dict>
<key>Conditions</key>
<dict>
<key>ConditionList</key>
<array>
<dict>
<key>ConditionType</key>
<string>Variable</string>
<key>Variable</key>
<string>theTrigger</string>
<key>VariableConditionType</key>
<string>Contains</string>
<key>VariableValue</key>
<string></string>
</dict>
</array>
<key>ConditionListMatch</key>
<string>All</string>
</dict>
<key>ElseActions</key>
<array/>
<key>IsActive</key>
<true/>
<key>IsDisclosed</key>
<true/>
<key>MacroActionType</key>
<string>IfThenElse</string>
<key>ThenActions</key>
<array>
<dict>
<key>Action</key>
<string>UppercaseFirst</string>
<key>IsActive</key>
<true/>
<key>IsDisclosed</key>
<true/>
<key>MacroActionType</key>
<string>FilterVariable</string>
<key>Variable</key>
<string>nowSpeaker</string>
</dict>
</array>
<key>TimeOutAbortsMacro</key>
<true/>
</dict>
</array>
<key>IsActive</key>
<true/>
<key>IsDisclosed</key>
<true/>
<key>MacroActionType</key>
<string>IfThenElse</string>
<key>ThenActions</key>
<array>
<dict>
<key>Conditions</key>
<dict>
<key>ConditionList</key>
<array>
<dict>
<key>ConditionType</key>
<string>Variable</string>
<key>Variable</key>
<string>mode</string>
<key>VariableConditionType</key>
<string>Is</string>
<key>VariableValue</key>
<string>final</string>
</dict>
</array>
<key>ConditionListMatch</key>
<string>All</string>
</dict>
<key>ElseActions</key>
<array/>
<key>IsActive</key>
<true/>
<key>IsDisclosed</key>
<true/>
<key>MacroActionType</key>
<string>IfThenElse</string>
<key>ThenActions</key>
<array>
<dict>
<key>Asynchronously</key>
<false/>
<key>Count</key>
<integer>1</integer>
<key>IsActive</key>
<true/>
<key>IsDisclosed</key>
<true/>
<key>MacroActionType</key>
<string>ExecuteMacro</string>
<key>MacroUID</key>
<string>E7A2C67E-906C-4C43-9C60-CCDB3D2B6B9D</string>
<key>TimeOutAbortsMacro</key>
<true/>
</dict>
</array>
<key>TimeOutAbortsMacro</key>
<true/>
</dict>
<dict>
<key>Conditions</key>
<dict>
<key>ConditionList</key>
<array>
<dict>
<key>ConditionType</key>
<string>Variable</string>
<key>Variable</key>
<string>mode</string>
<key>VariableConditionType</key>
<string>Contains</string>
<key>VariableValue</key>
<string>final</string>
</dict>
<dict>
<key>ConditionType</key>
<string>Variable</string>
<key>Variable</key>
<string>isVO</string>
<key>VariableConditionType</key>
<string>Is</string>
<key>VariableValue</key>
<string>true</string>
</dict>
</array>
<key>ConditionListMatch</key>
<string>All</string>
</dict>
<key>ElseActions</key>
<array>
<dict>
<key>IsActive</key>
<true/>
<key>IsDisclosed</key>
<true/>
<key>MacroActionType</key>
<string>SetVariableToText</string>
<key>Text</key>
<string>%Variable%nowSpeaker%</string>
<key>Variable</key>
<string>nowSpeaker</string>
</dict>
<dict>
<key>Action</key>
<string>ByPasting</string>
<key>IsActive</key>
<true/>
<key>IsDisclosed</key>
<true/>
<key>MacroActionType</key>
<string>InsertText</string>
<key>Paste</key>
<true/>
<key>Text</key>
<string>
%Variable%spaceBefore%%Variable%nowSpeaker%:%Variable%spaceAfter%</string>
</dict>
</array>
<key>IsActive</key>
<true/>
<key>IsDisclosed</key>
<true/>
<key>MacroActionType</key>
<string>IfThenElse</string>
<key>ThenActions</key>
<array>
<dict>
<key>IsActive</key>
<true/>
<key>IsDisclosed</key>
<true/>
<key>MacroActionType</key>
<string>SetVariableToText</string>
<key>Text</key>
<string>%Variable%nowSpeaker% VO</string>
<key>Variable</key>
<string>nowSpeaker</string>
</dict>
<dict>
<key>Action</key>
<string>ByPasting</string>
<key>IsActive</key>
<true/>
<key>IsDisclosed</key>
<true/>
<key>MacroActionType</key>
<string>InsertText</string>
<key>Paste</key>
<true/>
<key>Text</key>
<string>
%Variable%spaceBefore%%Variable%nowSpeaker%:%Variable%spaceAfter%</string>
</dict>
</array>
<key>TimeOutAbortsMacro</key>
<true/>
</dict>
<dict>
<key>Conditions</key>
<dict>
<key>ConditionList</key>
<array>
<dict>
<key>ConditionType</key>
<string>Variable</string>
<key>Variable</key>
<string>mode</string>
<key>VariableConditionType</key>
<string>Contains</string>
<key>VariableValue</key>
<string>many</string>
</dict>
<dict>
<key>ConditionType</key>
<string>Variable</string>
<key>Variable</key>
<string>mode</string>
<key>VariableConditionType</key>
<string>Contains</string>
<key>VariableValue</key>
<string>final</string>
</dict>
</array>
<key>ConditionListMatch</key>
<string>Any</string>
</dict>
<key>ElseActions</key>
<array/>
<key>IsActive</key>
<true/>
<key>IsDisclosed</key>
<true/>
<key>MacroActionType</key>
<string>IfThenElse</string>
<key>ThenActions</key>
<array>
<dict>
<key>IsActive</key>
<true/>
<key>IsDisclosed</key>
<true/>
<key>MacroActionType</key>
<string>SetVariableToText</string>
<key>Text</key>
<string>%Variable%speakerID%</string>
<key>Variable</key>
<string>prevSpeaker</string>
</dict>
</array>
<key>TimeOutAbortsMacro</key>
<true/>
</dict>
<dict>
<key>IsActive</key>
<true/>
<key>IsDisclosed</key>
<true/>
<key>MacroActionType</key>
<string>SetVariableToText</string>
<key>Text</key>
<string>%Variable%nowSpeaker%</string>
<key>Variable</key>
<string>focusSpeaker</string>
</dict>
<dict>
<key>IsActive</key>
<true/>
<key>IsDisclosed</key>
<true/>
<key>MacroActionType</key>
<string>SetVariableToText</string>
<key>Text</key>
<string>%Variable%focusSpeaker%</string>
<key>Variable</key>
<string>speakerID</string>
</dict>
</array>
<key>TimeOutAbortsMacro</key>
<true/>
</dict>
</array>
<key>IsActive</key>
<true/>
<key>IsDisclosed</key>
<true/>
<key>MacroActionType</key>
<string>IfThenElse</string>
<key>ThenActions</key>
<array>
<dict>
<key>Action</key>
<string>ByPasting</string>
<key>IsActive</key>
<true/>
<key>IsDisclosed</key>
<true/>
<key>MacroActionType</key>
<string>InsertText</string>
<key>Paste</key>
<true/>
<key>Text</key>
<string>%Variable%nowSpeaker%</string>
</dict>
<dict>
<key>IsActive</key>
<true/>
<key>IsDisclosed</key>
<true/>
<key>MacroActionType</key>
<string>SetVariableToText</string>
<key>Text</key>
<string>%PastClipboard%1%</string>
<key>Variable</key>
<string>nowSpeaker</string>
</dict>
</array>
<key>TimeOutAbortsMacro</key>
<true/>
</dict>
</array>
<key>IsActive</key>
<true/>
<key>ModificationDate</key>
<real>445282462.79016602</real>
<key>Name</key>
<string>put var in</string>
<key>Triggers</key>
<array/>
<key>UID</key>
<string>F19AF337-2E64-4333-87B2-A092D93EE46F</string>
</dict>
</array>
<key>Name</key>
<string>*helpers</string>
<key>Targeting</key>
<dict>
<key>Targeting</key>
<string>Included</string>
<key>TargetingApps</key>
<array>
<dict>
<key>BundleIdentifier</key>
<string>com.microsoft.Word</string>
<key>Name</key>
<string>Microsoft Word</string>
<key>NewFile</key>
<string>/Applications/Microsoft Office 2011/Microsoft Word.app</string>
</dict>
</array>
</dict>
<key>UID</key>
<string>AB53EBE2-3B43-47A1-9AF5-97F9CFA43283</string>
</dict>
<dict>
<key>Activate</key>
<string>Normal</string>
<key>IsActive</key>
<true/>
<key>Macros</key>
<array>
<dict>
<key>Actions</key>
<array>
<dict>
<key>IsActive</key>
<true/>
<key>IsDisclosed</key>
<true/>
<key>MacroActionType</key>
<string>SetVariableToText</string>
<key>Text</key>
<string>%CurrentClipboard%</string>
<key>Variable</key>
<string>speakerNotify</string>
</dict>
<dict>
<key>Action</key>
<string>IgnoreCaseString</string>
<key>IsActive</key>
<true/>
<key>IsDisclosed</key>
<true/>
<key>MacroActionType</key>
<string>SearchReplaceVariable</string>
<key>Replace</key>
<string></string>
<key>Search</key>
<string>iAmASpeaker</string>
<key>Variable</key>
<string>speakerNotify</string>
</dict>
</array>
<key>IsActive</key>
<true/>
<key>ModificationDate</key>
<real>438450556.81570297</real>
<key>Name</key>
<string>remove "iAmASpeaker" from notification</string>
<key>Triggers</key>
<array/>
<key>UID</key>
<string>18071BD3-7060-4E5D-BD9E-D288B1A713D0</string>
</dict>
</array>
<key>Name</key>
<string>*helpers</string>
<key>Targeting</key>
<dict>
<key>Targeting</key>
<string>Included</string>
<key>TargetingApps</key>
<array>
<dict>
<key>BundleIdentifier</key>
<string>com.microsoft.Word</string>
<key>Name</key>
<string>Microsoft Word</string>
<key>NewFile</key>
<string>/Applications/Microsoft Office 2011/Microsoft Word.app</string>
</dict>
</array>
</dict>
<key>UID</key>
<string>AB53EBE2-3B43-47A1-9AF5-97F9CFA43283</string>
</dict>
<dict>
<key>Activate</key>
<string>Normal</string>
<key>IsActive</key>
<true/>
<key>Macros</key>
<array>
<dict>
<key>Actions</key>
<array>
<dict>
<key>Delete</key>
<false/>
<key>Destination</key>
<string>Variable</string>
<key>DestinationName</key>
<string>02062DCA-E116-416B-AFC0-7ED64427CA70</string>
<key>DestinationRedundandDisplayName</key>
<string>Temporary</string>
<key>DestinationVariable</key>
<string>lastChar</string>
<key>First</key>
<string>1</string>
<key>IsActive</key>
<true/>
<key>IsDisclosed</key>
<true/>
<key>MacroActionType</key>
<string>Substring</string>
<key>Name</key>
<string>D874D7B3-299A-4B9B-94CF-B75C93EDA395</string>
<key>RedundandDisplayName</key>
<string>Default Clipboard</string>
<key>Second</key>
<string>1</string>
<key>Source</key>
<string>Clipboard</string>
<key>StringRangeType</key>
<string>Last</string>
<key>Variable</key>
<string>Variable</string>
</dict>
<dict>
<key>Delete</key>
<false/>
<key>Destination</key>
<string>Variable</string>
<key>DestinationName</key>
<string>02062DCA-E116-416B-AFC0-7ED64427CA70</string>
<key>DestinationRedundandDisplayName</key>
<string>Temporary</string>
<key>DestinationVariable</key>
<string>firstChar</string>
<key>First</key>
<string>0</string>
<key>IsActive</key>
<true/>
<key>IsDisclosed</key>
<true/>
<key>MacroActionType</key>
<string>Substring</string>
<key>Name</key>
<string>D874D7B3-299A-4B9B-94CF-B75C93EDA395</string>
<key>RedundandDisplayName</key>
<string>Default Clipboard</string>
<key>Second</key>
<string>1</string>
<key>Source</key>
<string>Clipboard</string>
<key>StringRangeType</key>
<string>FromTo</string>
<key>Variable</key>
<string>Variable</string>
</dict>
<dict>
<key>Conditions</key>
<dict>
<key>ConditionList</key>
<array>
<dict>
<key>ConditionType</key>
<string>Variable</string>
<key>Variable</key>
<string>lastChar</string>
<key>VariableConditionType</key>
<string>Contains</string>
<key>VariableValue</key>
<string> </string>
</dict>
</array>
<key>ConditionListMatch</key>
<string>All</string>
</dict>
<key>ElseActions</key>
<array/>
<key>IsActive</key>
<true/>
<key>IsDisclosed</key>
<true/>
<key>MacroActionType</key>
<string>IfThenElse</string>
<key>ThenActions</key>
<array>
<dict>
<key>Delete</key>
<true/>
<key>Destination</key>
<string>Clipboard</string>
<key>DestinationName</key>
<string>D874D7B3-299A-4B9B-94CF-B75C93EDA395</string>
<key>DestinationRedundandDisplayName</key>
<string>Default Clipboard</string>
<key>DestinationVariable</key>
<string>Variable</string>
<key>First</key>
<string>1</string>
<key>IsActive</key>
<true/>
<key>IsDisclosed</key>
<true/>
<key>MacroActionType</key>
<string>Substring</string>
<key>Name</key>
<string>D874D7B3-299A-4B9B-94CF-B75C93EDA395</string>
<key>RedundandDisplayName</key>
<string>Default Clipboard</string>
<key>Second</key>
<string>4</string>
<key>Source</key>
<string>Clipboard</string>
<key>StringRangeType</key>
<string>Last</string>
<key>Variable</key>
<string>Variable</string>
</dict>
</array>
<key>TimeOutAbortsMacro</key>
<true/>
</dict>
<dict>
<key>Conditions</key>
<dict>
<key>ConditionList</key>
<array>
<dict>
<key>ConditionType</key>
<string>Variable</string>
<key>Variable</key>
<string>firstChar</string>
<key>VariableConditionType</key>
<string>Contains</string>
<key>VariableValue</key>
<string> </string>
</dict>
</array>
<key>ConditionListMatch</key>
<string>All</string>
</dict>
<key>ElseActions</key>
<array/>
<key>IsActive</key>
<true/>
<key>IsDisclosed</key>
<true/>
<key>MacroActionType</key>
<string>IfThenElse</string>
<key>ThenActions</key>
<array>
<dict>
<key>Delete</key>
<true/>
<key>Destination</key>
<string>Clipboard</string>
<key>DestinationName</key>
<string>D874D7B3-299A-4B9B-94CF-B75C93EDA395</string>
<key>DestinationRedundandDisplayName</key>
<string>Default Clipboard</string>
<key>DestinationVariable</key>
<string>Variable</string>
<key>First</key>
<string>0</string>
<key>IsActive</key>
<true/>
<key>IsDisclosed</key>
<true/>
<key>MacroActionType</key>
<string>Substring</string>
<key>Name</key>
<string>D874D7B3-299A-4B9B-94CF-B75C93EDA395</string>
<key>RedundandDisplayName</key>
<string>Default Clipboard</string>
<key>Second</key>
<string>1</string>
<key>Source</key>
<string>Clipboard</string>
<key>StringRangeType</key>
<string>Range</string>
<key>Variable</key>
<string>Variable</string>
</dict>
</array>
<key>TimeOutAbortsMacro</key>
<true/>
</dict>
</array>
<key>IsActive</key>
<true/>
<key>ModificationDate</key>
<real>437765883.82690698</real>
<key>Name</key>
<string>scrub spaces at end and beginnning of var</string>
<key>Triggers</key>
<array/>
<key>UID</key>
<string>56030056-3470-4CCA-8510-D2C7FF746443</string>
</dict>
</array>
<key>Name</key>
<string>*helpers</string>
<key>Targeting</key>
<dict>
<key>Targeting</key>
<string>Included</string>
<key>TargetingApps</key>
<array>
<dict>
<key>BundleIdentifier</key>
<string>com.microsoft.Word</string>
<key>Name</key>
<string>Microsoft Word</string>
<key>NewFile</key>
<string>/Applications/Microsoft Office 2011/Microsoft Word.app</string>
</dict>
</array>
</dict>
<key>UID</key>
<string>AB53EBE2-3B43-47A1-9AF5-97F9CFA43283</string>
</dict>
<dict>
<key>Activate</key>
<string>Normal</string>
<key>IsActive</key>
<true/>
<key>Macros</key>
<array>
<dict>
<key>Actions</key>
<array>
<dict>
<key>IsActive</key>
<true/>
<key>IsDisclosed</key>
<true/>
<key>KeyCode</key>
<integer>8</integer>
<key>MacroActionType</key>
<string>SimulateKeystroke</string>
<key>Modifiers</key>
<integer>256</integer>
<key>ReleaseAll</key>
<false/>
</dict>
<dict>
<key>Asynchronously</key>
<false/>
<key>Count</key>
<integer>1</integer>
<key>IsActive</key>
<true/>
<key>IsDisclosed</key>
<true/>
<key>MacroActionType</key>
<string>ExecuteMacro</string>
<key>MacroUID</key>
<string>56030056-3470-4CCA-8510-D2C7FF746443</string>
<key>TimeOutAbortsMacro</key>
<true/>
</dict>
<dict>
<key>IsActive</key>
<true/>
<key>IsDisclosed</key>
<true/>
<key>MacroActionType</key>
<string>SetVariableToText</string>
<key>Text</key>
<string>%CurrentClipboard%</string>
<key>Variable</key>
<string>theText</string>
</dict>
<dict>
<key>IsActive</key>
<true/>
<key>IsDisclosed</key>
<true/>
<key>MacroActionType</key>
<string>SetVariableToText</string>
<key>Text</key>
<string>%TriggerValue%</string>
<key>Variable</key>
<string>theTrigger</string>
</dict>
<dict>
<key>Delete</key>
<false/>
<key>Destination</key>
<string>Variable</string>
<key>DestinationName</key>
<string>D874D7B3-299A-4B9B-94CF-B75C93EDA395</string>
<key>DestinationRedundandDisplayName</key>
<string>Default Clipboard</string>
<key>DestinationVariable</key>
<string>storeIn</string>
<key>First</key>
<string>1</string>
<key>IsActive</key>
<true/>
<key>IsDisclosed</key>
<true/>
<key>MacroActionType</key>
<string>Substring</string>
<key>Name</key>
<string>D874D7B3-299A-4B9B-94CF-B75C93EDA395</string>
<key>RedundandDisplayName</key>
<string>Default Clipboard</string>
<key>Second</key>
<string>4</string>
<key>Source</key>
<string>Variable</string>
<key>StringRangeType</key>
<string>Last</string>
<key>Variable</key>
<string>theTrigger</string>
</dict>
<dict>
<key>Action</key>
<string>Lowercase</string>
<key>IsActive</key>
<true/>
<key>IsDisclosed</key>
<true/>
<key>MacroActionType</key>
<string>FilterVariable</string>
<key>Variable</key>
<string>storeIn</string>
</dict>
<dict>
<key>Conditions</key>
<dict>
<key>ConditionList</key>
<array>
<dict>
<key>ConditionType</key>
<string>Variable</string>
<key>Variable</key>
<string>storeIn</string>
<key>VariableConditionType</key>
<string>Contains</string>
<key>VariableValue</key>
<string>,</string>
</dict>
</array>
<key>ConditionListMatch</key>
<string>All</string>
</dict>
<key>ElseActions</key>
<array>
<dict>
<key>Conditions</key>
<dict>
<key>ConditionList</key>
<array>
<dict>
<key>ConditionType</key>
<string>Variable</string>
<key>Variable</key>
<string>storeIn</string>
<key>VariableConditionType</key>
<string>Contains</string>
<key>VariableValue</key>
<string>.</string>
</dict>
</array>
<key>ConditionListMatch</key>
<string>All</string>
</dict>
<key>ElseActions</key>
<array>
<dict>
<key>Conditions</key>
<dict>
<key>ConditionList</key>
<array>
<dict>
<key>ConditionType</key>
<string>Variable</string>
<key>Variable</key>
<string>storeIn</string>
<key>VariableConditionType</key>
<string>Contains</string>
<key>VariableValue</key>
<string>[</string>
</dict>
</array>
<key>ConditionListMatch</key>
<string>All</string>
</dict>
<key>ElseActions</key>
<array>
<dict>
<key>Conditions</key>
<dict>
<key>ConditionList</key>
<array>
<dict>
<key>ConditionType</key>
<string>Variable</string>
<key>Variable</key>
<string>storeIn</string>
<key>VariableConditionType</key>
<string>Contains</string>
<key>VariableValue</key>
<string>]</string>
</dict>
</array>
<key>ConditionListMatch</key>
<string>All</string>
</dict>
<key>ElseActions</key>
<array>
<dict>
<key>Conditions</key>
<dict>
<key>ConditionList</key>
<array>
<dict>
<key>ConditionType</key>
<string>Variable</string>
<key>Variable</key>
<string>storeIn</string>
<key>VariableConditionType</key>
<string>Contains</string>
<key>VariableValue</key>
<string>1</string>
</dict>
</array>
<key>ConditionListMatch</key>
<string>All</string>
</dict>
<key>ElseActions</key>
<array>
<dict>
<key>Conditions</key>
<dict>
<key>ConditionList</key>
<array>
<dict>
<key>ConditionType</key>
<string>Variable</string>
<key>Variable</key>
<string>storeIn</string>
<key>VariableConditionType</key>
<string>Contains</string>
<key>VariableValue</key>
<string>2</string>
</dict>
</array>
<key>ConditionListMatch</key>
<string>All</string>
</dict>
<key>ElseActions</key>
<array>
<dict>
<key>Conditions</key>
<dict>
<key>ConditionList</key>
<array>
<dict>
<key>ConditionType</key>
<string>Variable</string>
<key>Variable</key>
<string>storeIn</string>
<key>VariableConditionType</key>
<string>Contains</string>
<key>VariableValue</key>
<string>3</string>
</dict>
</array>
<key>ConditionListMatch</key>
<string>All</string>
</dict>
<key>ElseActions</key>
<array>
<dict>
<key>Conditions</key>
<dict>
<key>ConditionList</key>
<array>
<dict>
<key>ConditionType</key>
<string>Variable</string>
<key>Variable</key>
<string>storeIn</string>
<key>VariableConditionType</key>
<string>Contains</string>
<key>VariableValue</key>
<string>4</string>
</dict>
</array>
<key>ConditionListMatch</key>
<string>All</string>
</dict>
<key>ElseActions</key>
<array>
<dict>
<key>Conditions</key>
<dict>
<key>ConditionList</key>
<array>
<dict>
<key>ConditionType</key>
<string>Variable</string>
<key>Variable</key>
<string>storeIn</string>
<key>VariableConditionType</key>
<string>Contains</string>
<key>VariableValue</key>
<string>5</string>
</dict>
</array>
<key>ConditionListMatch</key>
<string>All</string>
</dict>
<key>ElseActions</key>
<array>
<dict>
<key>Conditions</key>
<dict>
<key>ConditionList</key>
<array>
<dict>
<key>ConditionType</key>
<string>Variable</string>
<key>Variable</key>
<string>storeIn</string>
<key>VariableConditionType</key>
<string>Contains</string>
<key>VariableValue</key>
<string>6</string>
</dict>
</array>
<key>ConditionListMatch</key>
<string>All</string>
</dict>
<key>ElseActions</key>
<array>
<dict>
<key>Conditions</key>
<dict>
<key>ConditionList</key>
<array>
<dict>
<key>ConditionType</key>
<string>Variable</string>
<key>Variable</key>
<string>storeIn</string>
<key>VariableConditionType</key>
<string>Contains</string>
<key>VariableValue</key>
<string>7</string>
</dict>
</array>
<key>ConditionListMatch</key>
<string>All</string>
</dict>
<key>ElseActions</key>
<array>
<dict>
<key>Conditions</key>
<dict>
<key>ConditionList</key>
<array>
<dict>
<key>ConditionType</key>
<string>Variable</string>
<key>Variable</key>
<string>storeIn</string>
<key>VariableConditionType</key>
<string>Contains</string>
<key>VariableValue</key>
<string>8</string>
</dict>
</array>
<key>ConditionListMatch</key>
<string>All</string>
</dict>
<key>ElseActions</key>
<array>
<dict>
<key>Conditions</key>
<dict>
<key>ConditionList</key>
<array>
<dict>
<key>ConditionType</key>
<string>Variable</string>
<key>Variable</key>
<string>storeIn</string>
<key>VariableConditionType</key>
<string>Contains</string>
<key>VariableValue</key>
<string>9</string>
</dict>
</array>
<key>ConditionListMatch</key>
<string>All</string>
</dict>
<key>ElseActions</key>
<array>
<dict>
<key>Conditions</key>
<dict>
<key>ConditionList</key>
<array>
<dict>
<key>ConditionType</key>
<string>Variable</string>
<key>Variable</key>
<string>storeIn</string>
<key>VariableConditionType</key>
<string>Contains</string>
<key>VariableValue</key>
<string>0</string>
</dict>
</array>
<key>ConditionListMatch</key>
<string>All</string>
</dict>
<key>ElseActions</key>
<array/>
<key>IsActive</key>
<true/>
<key>IsDisclosed</key>
<true/>
<key>MacroActionType</key>
<string>IfThenElse</string>
<key>ThenActions</key>
<array>
<dict>
<key>IsActive</key>
<true/>
<key>IsDisclosed</key>
<true/>
<key>MacroActionType</key>
<string>SetVariableToText</string>
<key>Text</key>
<string>zero</string>
<key>Variable</key>
<string>storeIn</string>
</dict>
</array>
<key>TimeOutAbortsMacro</key>
<true/>
</dict>
</array>
<key>IsActive</key>
<true/>
<key>IsDisclosed</key>
<true/>
<key>MacroActionType</key>
<string>IfThenElse</string>
<key>ThenActions</key>
<array>
<dict>
<key>IsActive</key>
<true/>
<key>IsDisclosed</key>
<true/>
<key>MacroActionType</key>
<string>SetVariableToText</string>
<key>Text</key>
<string>nine</string>
<key>Variable</key>
<string>storeIn</string>
</dict>
</array>
<key>TimeOutAbortsMacro</key>
<true/>
</dict>
</array>
<key>IsActive</key>
<true/>
<key>IsDisclosed</key>
<true/>
<key>MacroActionType</key>
<string>IfThenElse</string>
<key>ThenActions</key>
<array>
<dict>
<key>IsActive</key>
<true/>
<key>IsDisclosed</key>
<true/>
<key>MacroActionType</key>
<string>SetVariableToText</string>
<key>Text</key>
<string>eight</string>
<key>Variable</key>
<string>storeIn</string>
</dict>
</array>
<key>TimeOutAbortsMacro</key>
<true/>
</dict>
</array>
<key>IsActive</key>
<true/>
<key>IsDisclosed</key>
<true/>
<key>MacroActionType</key>
<string>IfThenElse</string>
<key>ThenActions</key>
<array>
<dict>
<key>IsActive</key>
<true/>
<key>IsDisclosed</key>
<true/>
<key>MacroActionType</key>
<string>SetVariableToText</string>
<key>Text</key>
<string>seven</string>
<key>Variable</key>
<string>storeIn</string>
</dict>
</array>
<key>TimeOutAbortsMacro</key>
<true/>
</dict>
</array>
<key>IsActive</key>
<true/>
<key>IsDisclosed</key>
<true/>
<key>MacroActionType</key>
<string>IfThenElse</string>
<key>ThenActions</key>
<array>
<dict>
<key>IsActive</key>
<true/>
<key>IsDisclosed</key>
<true/>
<key>MacroActionType</key>
<string>SetVariableToText</string>
<key>Text</key>
<string>six</string>
<key>Variable</key>
<string>storeIn</string>
</dict>
</array>
<key>TimeOutAbortsMacro</key>
<true/>
</dict>
</array>
<key>IsActive</key>
<true/>
<key>IsDisclosed</key>
<true/>
<key>MacroActionType</key>
<string>IfThenElse</string>
<key>ThenActions</key>
<array>
<dict>
<key>IsActive</key>
<true/>
<key>IsDisclosed</key>
<true/>
<key>MacroActionType</key>
<string>SetVariableToText</string>
<key>Text</key>
<string>five</string>
<key>Variable</key>
<string>storeIn</string>
</dict>
</array>
<key>TimeOutAbortsMacro</key>
<true/>
</dict>
</array>
<key>IsActive</key>
<true/>
<key>IsDisclosed</key>
<true/>
<key>MacroActionType</key>
<string>IfThenElse</string>
<key>ThenActions</key>
<array>
<dict>
<key>IsActive</key>
<true/>
<key>IsDisclosed</key>
<true/>
<key>MacroActionType</key>
<string>SetVariableToText</string>
<key>Text</key>
<string>four</string>
<key>Variable</key>
<string>storeIn</string>
</dict>
</array>
<key>TimeOutAbortsMacro</key>
<true/>
</dict>
</array>
<key>IsActive</key>
<true/>
<key>IsDisclosed</key>
<true/>
<key>MacroActionType</key>
<string>IfThenElse</string>
<key>ThenActions</key>
<array>
<dict>
<key>IsActive</key>
<true/>
<key>IsDisclosed</key>
<true/>
<key>MacroActionType</key>
<string>SetVariableToText</string>
<key>Text</key>
<string>three</string>
<key>Variable</key>
<string>storeIn</string>
</dict>
</array>
<key>TimeOutAbortsMacro</key>
<true/>
</dict>
</array>
<key>IsActive</key>
<true/>
<key>IsDisclosed</key>
<true/>
<key>MacroActionType</key>
<string>IfThenElse</string>
<key>ThenActions</key>
<array>
<dict>
<key>IsActive</key>
<true/>
<key>IsDisclosed</key>
<true/>
<key>MacroActionType</key>
<string>SetVariableToText</string>
<key>Text</key>
<string>two</string>
<key>Variable</key>
<string>storeIn</string>
</dict>
</array>
<key>TimeOutAbortsMacro</key>
<true/>
</dict>
</array>
<key>IsActive</key>
<true/>
<key>IsDisclosed</key>
<true/>
<key>MacroActionType</key>
<string>IfThenElse</string>
<key>ThenActions</key>
<array>
<dict>
<key>IsActive</key>
<true/>
<key>IsDisclosed</key>
<true/>
<key>MacroActionType</key>
<string>SetVariableToText</string>
<key>Text</key>
<string>one</string>
<key>Variable</key>
<string>storeIn</string>
</dict>
</array>
<key>TimeOutAbortsMacro</key>
<true/>
</dict>
</array>
<key>IsActive</key>
<true/>
<key>IsDisclosed</key>
<true/>
<key>MacroActionType</key>
<string>IfThenElse</string>
<key>ThenActions</key>
<array>
<dict>
<key>IsActive</key>
<true/>
<key>IsDisclosed</key>
<true/>
<key>MacroActionType</key>
<string>SetVariableToText</string>
<key>Text</key>
<string>closedBracket</string>
<key>Variable</key>
<string>storeIn</string>
</dict>
</array>
<key>TimeOutAbortsMacro</key>
<true/>
</dict>
</array>
<key>IsActive</key>
<true/>
<key>IsDisclosed</key>
<true/>
<key>MacroActionType</key>
<string>IfThenElse</string>
<key>ThenActions</key>
<array>
<dict>
<key>IsActive</key>
<true/>
<key>IsDisclosed</key>
<true/>
<key>MacroActionType</key>
<string>SetVariableToText</string>
<key>Text</key>
<string>bracket</string>
<key>Variable</key>
<string>storeIn</string>
</dict>
</array>
<key>TimeOutAbortsMacro</key>
<true/>
</dict>
</array>
<key>IsActive</key>
<true/>
<key>IsDisclosed</key>
<true/>
<key>MacroActionType</key>
<string>IfThenElse</string>
<key>ThenActions</key>
<array>
<dict>
<key>IsActive</key>
<true/>
<key>IsDisclosed</key>
<true/>
<key>MacroActionType</key>
<string>SetVariableToText</string>
<key>Text</key>
<string>period</string>
<key>Variable</key>
<string>storeIn</string>
</dict>
</array>
<key>TimeOutAbortsMacro</key>
<true/>
</dict>
</array>
<key>IsActive</key>
<true/>
<key>IsDisclosed</key>
<true/>
<key>MacroActionType</key>
<string>IfThenElse</string>
<key>ThenActions</key>
<array>
<dict>
<key>IsActive</key>
<true/>
<key>IsDisclosed</key>
<true/>
<key>MacroActionType</key>
<string>SetVariableToText</string>
<key>Text</key>
<string>comma</string>
<key>Variable</key>
<string>storeIn</string>
</dict>
</array>
<key>TimeOutAbortsMacro</key>
<true/>
</dict>
<dict>
<key>Conditions</key>
<dict>
<key>ConditionList</key>
<array>
<dict>
<key>ConditionType</key>
<string>Variable</string>
<key>Variable</key>
<string>theTrigger</string>
<key>VariableConditionType</key>
<string>Contains</string>
<key>VariableValue</key>
<string></string>
</dict>
<dict>
<key>ConditionType</key>
<string>Variable</string>
<key>Variable</key>
<string>storeIn</string>
<key>VariableConditionType</key>
<string>Is</string>
<key>VariableValue</key>
<string>a</string>
</dict>
<dict>
<key>ConditionType</key>
<string>Variable</string>
<key>Variable</key>
<string>storeIn</string>
<key>VariableConditionType</key>
<string>Is</string>
<key>VariableValue</key>
<string>q</string>
</dict>
</array>
<key>ConditionListMatch</key>
<string>Any</string>
</dict>
<key>ElseActions</key>
<array>
<dict>
<key>DisplayKind</key>
<string>None</string>
<key>IsActive</key>
<true/>
<key>IsDisclosed</key>
<true/>
<key>MacroActionType</key>
<string>ExecuteAppleScript</string>
<key>Path</key>
<string></string>
<key>Text</key>
<string>tell application "Keyboard Maestro Engine"
set v to value of variable "storeIn"
set clip to process tokens "%theText%"
set w to clip
make variable with properties {name:v, value:w}
end tell</string>
<key>TimeOutAbortsMacro</key>
<true/>
<key>TrimResults</key>
<true/>
<key>TrimResultsNew</key>
<true/>
<key>UseText</key>
<true/>
</dict>
<dict>
<key>IsActive</key>
<true/>
<key>IsDisclosed</key>
<true/>
<key>MacroActionType</key>
<string>Notification</string>
<key>SoundName</key>
<string></string>
<key>Subtitle</key>
<string></string>
<key>Text</key>
<string>"%Variable%storeIn%" is now assigned to "%Variable%theText%" </string>
<key>Title</key>
<string>%Variable%storeIn%</string>
</dict>
</array>
<key>IsActive</key>
<true/>
<key>IsDisclosed</key>
<true/>
<key>MacroActionType</key>
<string>IfThenElse</string>
<key>ThenActions</key>
<array>
<dict>
<key>DisplayKind</key>
<string>None</string>
<key>IsActive</key>
<true/>
<key>IsDisclosed</key>
<true/>
<key>MacroActionType</key>
<string>ExecuteAppleScript</string>
<key>Path</key>
<string></string>
<key>Text</key>
<string>tell application "Keyboard Maestro Engine"
set v to value of variable "storeIn"
set clip to process tokens "%theText%"
set w to "iAmASpeaker" &amp; clip
make variable with properties {name:v, value:w}
end tell</string>
<key>TimeOutAbortsMacro</key>
<true/>
<key>TrimResults</key>
<true/>
<key>TrimResultsNew</key>
<true/>
<key>UseText</key>
<true/>
</dict>
<dict>
<key>Asynchronously</key>
<false/>
<key>Count</key>
<integer>1</integer>
<key>IsActive</key>
<true/>
<key>IsDisclosed</key>
<true/>
<key>MacroActionType</key>
<string>ExecuteMacro</string>
<key>MacroUID</key>
<string>18071BD3-7060-4E5D-BD9E-D288B1A713D0</string>
<key>TimeOutAbortsMacro</key>
<true/>
</dict>
<dict>
<key>IsActive</key>
<true/>
<key>IsDisclosed</key>
<true/>
<key>MacroActionType</key>
<string>Notification</string>
<key>SoundName</key>
<string></string>
<key>Subtitle</key>
<string></string>
<key>Text</key>
<string>"%Variable%storeIn%" is now assigned to "%Variable%speakerNotify%" as a speaker</string>
<key>Title</key>
<string>%Variable%storeIn%</string>
</dict>
</array>
<key>TimeOutAbortsMacro</key>
<true/>
</dict>
</array>
<key>IsActive</key>
<true/>
<key>ModificationDate</key>
<real>439423113.40702802</real>
<key>Name</key>
<string>var define</string>
<key>Triggers</key>
<array/>
<key>UID</key>
<string>D92BB47C-1817-4D84-8AB0-11C8732FFF54</string>
</dict>
</array>
<key>Name</key>
<string>*helpers</string>
<key>Targeting</key>
<dict>
<key>Targeting</key>
<string>Included</string>
<key>TargetingApps</key>
<array>
<dict>
<key>BundleIdentifier</key>
<string>com.microsoft.Word</string>
<key>Name</key>
<string>Microsoft Word</string>
<key>NewFile</key>
<string>/Applications/Microsoft Office 2011/Microsoft Word.app</string>
</dict>
</array>
</dict>
<key>UID</key>
<string>AB53EBE2-3B43-47A1-9AF5-97F9CFA43283</string>
</dict>
<dict>
<key>Activate</key>
<string>Normal</string>
<key>IsActive</key>
<true/>
<key>Macros</key>
<array>
<dict>
<key>Actions</key>
<array>
<dict>
<key>Action</key>
<string>ByPasting</string>
<key>IsActive</key>
<true/>
<key>IsDisclosed</key>
<true/>
<key>MacroActionType</key>
<string>InsertText</string>
<key>Paste</key>
<true/>
<key>Text</key>
<string></string>
</dict>
</array>
<key>IsActive</key>
<true/>
<key>ModificationDate</key>
<real>431806382.21082503</real>
<key>Name</key>
<string>em-dash</string>
<key>Triggers</key>
<array>
<dict>
<key>FireType</key>
<string>Pressed</string>
<key>KeyCode</key>
<integer>27</integer>
<key>MacroTriggerType</key>
<string>HotKey</string>
<key>Modifiers</key>
<integer>256</integer>
</dict>
</array>
<key>UID</key>
<string>92C8E5B2-EB25-4C84-BA05-7666D47779AC</string>
</dict>
</array>
<key>Name</key>
<string>*transcribing</string>
<key>Targeting</key>
<dict>
<key>Targeting</key>
<string>Included</string>
<key>TargetingApps</key>
<array>
<dict>
<key>BundleIdentifier</key>
<string>com.microsoft.Word</string>
<key>Name</key>
<string>Microsoft Word</string>
<key>NewFile</key>
<string>/Applications/Microsoft Office 2011/Microsoft Word.app</string>
</dict>
</array>
</dict>
<key>UID</key>
<string>AB1382ED-B5FD-4117-8EAA-54BE352F9562</string>
</dict>
<dict>
<key>Activate</key>
<string>Normal</string>
<key>IsActive</key>
<true/>
<key>Macros</key>
<array>
<dict>
<key>Actions</key>
<array>
<dict>
<key>IsActive</key>
<true/>
<key>IsDisclosed</key>
<true/>
<key>JustDisplay</key>
<false/>
<key>MacroActionType</key>
<string>SetClipboardToText</string>
<key>TargetNamedClipboardRedundantDisplayName</key>
<string>Default Clipboard</string>
<key>TargetNamedClipboardUID</key>
<string>D874D7B3-299A-4B9B-94CF-B75C93EDA395</string>
<key>TargetUseNamedClipboard</key>
<false/>
<key>Text</key>
<string>%Variable%nowSpeaker%</string>
</dict>
<dict>
<key>IsActive</key>
<true/>
<key>IsDisclosed</key>
<true/>
<key>MacroActionType</key>
<string>SetVariableToText</string>
<key>Text</key>
<string>%Variable%comma%</string>
<key>Variable</key>
<string>nowSpeaker</string>
</dict>
<dict>
<key>IsActive</key>
<true/>
<key>IsDisclosed</key>
<true/>
<key>MacroActionType</key>
<string>SetVariableToText</string>
<key>Text</key>
<string>false</string>
<key>Variable</key>
<string>isVO</string>
</dict>
<dict>
<key>Asynchronously</key>
<false/>
<key>Count</key>
<integer>1</integer>
<key>IsActive</key>
<true/>
<key>IsDisclosed</key>
<true/>
<key>MacroActionType</key>
<string>ExecuteMacro</string>
<key>MacroUID</key>
<string>F19AF337-2E64-4333-87B2-A092D93EE46F</string>
<key>TimeOutAbortsMacro</key>
<true/>
</dict>
</array>
<key>IsActive</key>
<true/>
<key>ModificationDate</key>
<real>445282797.59829098</real>
<key>Name</key>
<string>put comma in</string>
<key>Triggers</key>
<array>
<dict>
<key>FireType</key>
<string>Pressed</string>
<key>KeyCode</key>
<integer>43</integer>
<key>MacroTriggerType</key>
<string>HotKey</string>
<key>Modifiers</key>
<integer>256</integer>
</dict>
</array>
<key>UID</key>
<string>552C965D-D822-4C5C-AD7E-5C080D696B27</string>
</dict>
</array>
<key>Name</key>
<string>#vars put</string>
<key>Targeting</key>
<dict>
<key>Targeting</key>
<string>Included</string>
<key>TargetingApps</key>
<array>
<dict>
<key>BundleIdentifier</key>
<string>com.microsoft.Word</string>
<key>Name</key>
<string>Microsoft Word</string>
<key>NewFile</key>
<string>/Applications/Microsoft Office 2011/Microsoft Word.app</string>
</dict>
</array>
</dict>
<key>UID</key>
<string>81CEABDC-6FE4-43E0-A156-2CAD9DC5FF59</string>
</dict>
<dict>
<key>Activate</key>
<string>Normal</string>
<key>IsActive</key>
<true/>
<key>Macros</key>
<array>
<dict>
<key>Actions</key>
<array>
<dict>
<key>Asynchronously</key>
<false/>
<key>Count</key>
<integer>1</integer>
<key>IsActive</key>
<true/>
<key>IsDisclosed</key>
<true/>
<key>MacroActionType</key>
<string>ExecuteMacro</string>
<key>MacroUID</key>
<string>D92BB47C-1817-4D84-8AB0-11C8732FFF54</string>
<key>TimeOutAbortsMacro</key>
<true/>
</dict>
</array>
<key>IsActive</key>
<true/>
<key>ModificationDate</key>
<real>438453858.62285399</real>
<key>Name</key>
<string>define comma</string>
<key>Triggers</key>
<array>
<dict>
<key>FireType</key>
<string>Pressed</string>
<key>KeyCode</key>
<integer>43</integer>
<key>MacroTriggerType</key>
<string>HotKey</string>
<key>Modifiers</key>
<integer>2048</integer>
</dict>
</array>
<key>UID</key>
<string>991DF515-490C-4F64-ACBD-F27B690AF672</string>
</dict>
</array>
<key>Name</key>
<string>#vars define</string>
<key>Targeting</key>
<dict>
<key>Targeting</key>
<string>Included</string>
<key>TargetingApps</key>
<array>
<dict>
<key>BundleIdentifier</key>
<string>com.microsoft.Word</string>
<key>Name</key>
<string>Microsoft Word</string>
<key>NewFile</key>
<string>/Applications/Microsoft Office 2011/Microsoft Word.app</string>
</dict>
<dict>
<key>BundleIdentifier</key>
<string>com.sublimetext.2</string>
<key>Name</key>
<string>Sublime Text 2</string>
</dict>
</array>
</dict>
<key>UID</key>
<string>4B0084B6-881E-4308-BC47-173A105E3CE2</string>
</dict>
<dict>
<key>Activate</key>
<string>Normal</string>
<key>IsActive</key>
<true/>
<key>Macros</key>
<array>
<dict>
<key>Actions</key>
<array>
<dict>
<key>IsActive</key>
<true/>
<key>IsDisclosed</key>
<true/>
<key>KeyCode</key>
<integer>43</integer>
<key>MacroActionType</key>
<string>SimulateKeystroke</string>
<key>Modifiers</key>
<integer>256</integer>
<key>ReleaseAll</key>
<false/>
</dict>
</array>
<key>IsActive</key>
<true/>
<key>ModificationDate</key>
<real>437767521.53429902</real>
<key>Name</key>
<string>preferences</string>
<key>Triggers</key>
<array>
<dict>
<key>FireType</key>
<string>Pressed</string>
<key>KeyCode</key>
<integer>43</integer>
<key>MacroTriggerType</key>
<string>HotKey</string>
<key>Modifiers</key>
<integer>4096</integer>
</dict>
</array>
<key>UID</key>
<string>21E4164A-D306-4423-B1D5-901ECA806A26</string>
</dict>
</array>
<key>Name</key>
<string>*hotkey workarounds</string>
<key>Targeting</key>
<dict>
<key>Targeting</key>
<string>Included</string>
<key>TargetingApps</key>
<array>
<dict>
<key>BundleIdentifier</key>
<string>com.microsoft.Word</string>
<key>Name</key>
<string>Microsoft Word</string>
<key>NewFile</key>
<string>/Applications/Microsoft Office 2011/Microsoft Word.app</string>
</dict>
<dict>
<key>BundleIdentifier</key>
<string>com.nchsoftware.expressscribe</string>
<key>Name</key>
<string>ExpressScribe</string>
<key>NewFile</key>
<string>/Applications/ExpressScribe.app</string>
</dict>
</array>
</dict>
<key>UID</key>
<string>B6FFE926-1347-4274-9AE2-99689D8A3C5D</string>
</dict>
<dict>
<key>Activate</key>
<string>Normal</string>
<key>IsActive</key>
<false/>
<key>Macros</key>
<array>
<dict>
<key>Actions</key>
<array>
<dict>
<key>IsActive</key>
<true/>
<key>IsDisclosed</key>
<true/>
<key>MacroActionType</key>
<string>SetVariableToText</string>
<key>Text</key>
<string>%Variable%comma%</string>
<key>Variable</key>
<string>nowSpeaker</string>
</dict>
<dict>
<key>IsActive</key>
<true/>
<key>IsDisclosed</key>
<true/>
<key>MacroActionType</key>
<string>SetVariableToText</string>
<key>Text</key>
<string>true</string>
<key>Variable</key>
<string>isVO</string>
</dict>
<dict>
<key>Asynchronously</key>
<false/>
<key>Count</key>
<integer>1</integer>
<key>IsActive</key>
<true/>
<key>IsDisclosed</key>
<true/>
<key>MacroActionType</key>
<string>ExecuteMacro</string>
<key>MacroUID</key>
<string>F19AF337-2E64-4333-87B2-A092D93EE46F</string>
<key>TimeOutAbortsMacro</key>
<true/>
</dict>
</array>
<key>IsActive</key>
<true/>
<key>ModificationDate</key>
<real>438456447.77135301</real>
<key>Name</key>
<string>put comma in with ctrl</string>
<key>Triggers</key>
<array>
<dict>
<key>FireType</key>
<string>Pressed</string>
<key>KeyCode</key>
<integer>43</integer>
<key>MacroTriggerType</key>
<string>HotKey</string>
<key>Modifiers</key>
<integer>4352</integer>
</dict>
</array>
<key>UID</key>
<string>731F597D-5E5C-4B55-B2CE-805BC437EEE3</string>
</dict>
</array>
<key>Name</key>
<string>#inactive</string>
<key>Targeting</key>
<dict>
<key>Targeting</key>
<string>Included</string>
<key>TargetingApps</key>
<array>
<dict>
<key>BundleIdentifier</key>
<string>com.microsoft.Word</string>
<key>Name</key>
<string>Microsoft Word</string>
<key>NewFile</key>
<string>/Applications/Microsoft Office 2011/Microsoft Word.app</string>
</dict>
</array>
</dict>
<key>UID</key>
<string>908223D9-6C23-440F-8187-F59532C6C454</string>
</dict>
<dict>
<key>Activate</key>
<string>Normal</string>
<key>IsActive</key>
<true/>
<key>Macros</key>
<array>
<dict>
<key>Actions</key>
<array>
<dict>
<key>Asynchronously</key>
<false/>
<key>Count</key>
<integer>1</integer>
<key>IsActive</key>
<true/>
<key>IsDisclosed</key>
<true/>
<key>MacroActionType</key>
<string>ExecuteMacro</string>
<key>MacroUID</key>
<string>D92BB47C-1817-4D84-8AB0-11C8732FFF54</string>
<key>TimeOutAbortsMacro</key>
<true/>
</dict>
</array>
<key>IsActive</key>
<true/>
<key>ModificationDate</key>
<real>438453880.72666901</real>
<key>Name</key>
<string>define comma as a speaker</string>
<key>Triggers</key>
<array>
<dict>
<key>FireType</key>
<string>Pressed</string>
<key>KeyCode</key>
<integer>43</integer>
<key>MacroTriggerType</key>
<string>HotKey</string>
<key>Modifiers</key>
<integer>6144</integer>
</dict>
</array>
<key>UID</key>
<string>78309FEC-5D5A-43B5-BD82-E8B13495AADD</string>
</dict>
</array>
<key>Name</key>
<string>#vars define</string>
<key>Targeting</key>
<dict>
<key>Targeting</key>
<string>Included</string>
<key>TargetingApps</key>
<array>
<dict>
<key>BundleIdentifier</key>
<string>com.microsoft.Word</string>
<key>Name</key>
<string>Microsoft Word</string>
<key>NewFile</key>
<string>/Applications/Microsoft Office 2011/Microsoft Word.app</string>
</dict>
<dict>
<key>BundleIdentifier</key>
<string>com.sublimetext.2</string>
<key>Name</key>
<string>Sublime Text 2</string>
</dict>
</array>
</dict>
<key>UID</key>
<string>4B0084B6-881E-4308-BC47-173A105E3CE2</string>
</dict>
<dict>
<key>Activate</key>
<string>Normal</string>
<key>IsActive</key>
<true/>
<key>Macros</key>
<array>
<dict>
<key>Actions</key>
<array>
<dict>
<key>IsActive</key>
<true/>
<key>IsDisclosed</key>
<true/>
<key>KeyCode</key>
<integer>36</integer>
<key>MacroActionType</key>
<string>SimulateKeystroke</string>
<key>Modifiers</key>
<integer>0</integer>
<key>ReleaseAll</key>
<false/>
</dict>
<dict>
<key>Conditions</key>
<dict>
<key>ConditionList</key>
<array>
<dict>
<key>ConditionType</key>
<string>Variable</string>
<key>Variable</key>
<string>nowSpeaker</string>
<key>VariableConditionType</key>
<string>Is</string>
<key>VariableValue</key>
<string>%Variable%q%</string>
</dict>
</array>
<key>ConditionListMatch</key>
<string>All</string>
</dict>
<key>ElseActions</key>
<array>
<dict>
<key>IsActive</key>
<true/>
<key>IsDisclosed</key>
<true/>
<key>MacroActionType</key>
<string>SetVariableToText</string>
<key>Text</key>
<string>%Variable%a%</string>
<key>Variable</key>
<string>nowSpeaker</string>
</dict>
</array>
<key>IsActive</key>
<true/>
<key>IsDisclosed</key>
<true/>
<key>MacroActionType</key>
<string>IfThenElse</string>
<key>ThenActions</key>
<array>
<dict>
<key>IsActive</key>
<true/>
<key>IsDisclosed</key>
<true/>
<key>MacroActionType</key>
<string>SetVariableToText</string>
<key>Text</key>
<string>%Variable%q%</string>
<key>Variable</key>
<string>nowSpeaker</string>
</dict>
</array>
<key>TimeOutAbortsMacro</key>
<true/>
</dict>
<dict>
<key>IsActive</key>
<true/>
<key>IsDisclosed</key>
<true/>
<key>KeyCode</key>
<integer>44</integer>
<key>MacroActionType</key>
<string>SimulateKeystroke</string>
<key>Modifiers</key>
<integer>2816</integer>
<key>ReleaseAll</key>
<false/>
</dict>
<dict>
<key>IsActive</key>
<true/>
<key>IsDisclosed</key>
<true/>
<key>KeyCode</key>
<integer>9</integer>
<key>MacroActionType</key>
<string>SimulateKeystroke</string>
<key>Modifiers</key>
<integer>256</integer>
<key>ReleaseAll</key>
<false/>
</dict>
<dict>
<key>IsActive</key>
<true/>
<key>IsDisclosed</key>
<true/>
<key>KeyCode</key>
<integer>48</integer>
<key>MacroActionType</key>
<string>SimulateKeystroke</string>
<key>Modifiers</key>
<integer>0</integer>
<key>ReleaseAll</key>
<false/>
</dict>
</array>
<key>IsActive</key>
<true/>
<key>ModificationDate</key>
<real>445281973.11179203</real>
<key>Name</key>
<string>insert timestamp, including line break</string>
<key>Triggers</key>
<array>
<dict>
<key>FireType</key>
<string>Pressed</string>
<key>KeyCode</key>
<integer>41</integer>
<key>MacroTriggerType</key>
<string>HotKey</string>
<key>Modifiers</key>
<integer>256</integer>
</dict>
</array>
<key>UID</key>
<string>E7A2C67E-906C-4C43-9C60-CCDB3D2B6B9D</string>
</dict>
</array>
<key>Name</key>
<string>*transcribing</string>
<key>Targeting</key>
<dict>
<key>Targeting</key>
<string>Included</string>
<key>TargetingApps</key>
<array>
<dict>
<key>BundleIdentifier</key>
<string>com.microsoft.Word</string>
<key>Name</key>
<string>Microsoft Word</string>
<key>NewFile</key>
<string>/Applications/Microsoft Office 2011/Microsoft Word.app</string>
</dict>
</array>
</dict>
<key>UID</key>
<string>AB1382ED-B5FD-4117-8EAA-54BE352F9562</string>
</dict>
<dict>
<key>Activate</key>
<string>Normal</string>
<key>IsActive</key>
<false/>
<key>Macros</key>
<array>
<dict>
<key>Actions</key>
<array>
<dict>
<key>IsActive</key>
<true/>
<key>IsDisclosed</key>
<true/>
<key>KeyCode</key>
<integer>36</integer>
<key>MacroActionType</key>
<string>SimulateKeystroke</string>
<key>Modifiers</key>
<integer>0</integer>
<key>ReleaseAll</key>
<false/>
</dict>
<dict>
<key>IsActive</key>
<true/>
<key>IsDisclosed</key>
<true/>
<key>KeyCode</key>
<integer>44</integer>
<key>MacroActionType</key>
<string>SimulateKeystroke</string>
<key>Modifiers</key>
<integer>2816</integer>
<key>ReleaseAll</key>
<false/>
</dict>
<dict>
<key>IsActive</key>
<true/>
<key>IsDisclosed</key>
<true/>
<key>KeyCode</key>
<integer>9</integer>
<key>MacroActionType</key>
<string>SimulateKeystroke</string>
<key>Modifiers</key>
<integer>256</integer>
<key>ReleaseAll</key>
<false/>
</dict>
<dict>
<key>IsActive</key>
<true/>
<key>IsDisclosed</key>
<true/>
<key>KeyCode</key>
<integer>19</integer>
<key>MacroActionType</key>
<string>SimulateKeystroke</string>
<key>Modifiers</key>
<integer>512</integer>
<key>ReleaseAll</key>
<false/>
</dict>
<dict>
<key>IsActive</key>
<true/>
<key>IsDisclosed</key>
<true/>
<key>KeyCode</key>
<integer>48</integer>
<key>MacroActionType</key>
<string>SimulateKeystroke</string>
<key>Modifiers</key>
<integer>0</integer>
<key>ReleaseAll</key>
<false/>
</dict>
</array>
<key>IsActive</key>
<true/>
<key>ModificationDate</key>
<real>445280964.91765398</real>
<key>Name</key>
<string>insert timestamp + @, including line break</string>
<key>Triggers</key>
<array>
<dict>
<key>FireType</key>
<string>Pressed</string>
<key>KeyCode</key>
<integer>41</integer>
<key>MacroTriggerType</key>
<string>HotKey</string>
<key>Modifiers</key>
<integer>4352</integer>
</dict>
</array>
<key>UID</key>
<string>2A100401-F7D9-4DEB-9939-DFE9F9E350BF</string>
</dict>
</array>
<key>Name</key>
<string>#inactive</string>
<key>Targeting</key>
<dict>
<key>Targeting</key>
<string>Included</string>
<key>TargetingApps</key>
<array>
<dict>
<key>BundleIdentifier</key>
<string>com.microsoft.Word</string>
<key>Name</key>
<string>Microsoft Word</string>
<key>NewFile</key>
<string>/Applications/Microsoft Office 2011/Microsoft Word.app</string>
</dict>
</array>
</dict>
<key>UID</key>
<string>908223D9-6C23-440F-8187-F59532C6C454</string>
</dict>
<dict>
<key>Activate</key>
<string>Normal</string>
<key>IsActive</key>
<true/>
<key>Macros</key>
<array>
<dict>
<key>Actions</key>
<array>
<dict>
<key>IsActive</key>
<true/>
<key>IsDisclosed</key>
<true/>
<key>KeyCode</key>
<integer>36</integer>
<key>MacroActionType</key>
<string>SimulateKeystroke</string>
<key>Modifiers</key>
<integer>0</integer>
<key>ReleaseAll</key>
<false/>
</dict>
<dict>
<key>IsActive</key>
<true/>
<key>IsDisclosed</key>
<true/>
<key>KeyCode</key>
<integer>44</integer>
<key>MacroActionType</key>
<string>SimulateKeystroke</string>
<key>Modifiers</key>
<integer>2816</integer>
<key>ReleaseAll</key>
<false/>
</dict>
<dict>
<key>IsActive</key>
<true/>
<key>IsDisclosed</key>
<true/>
<key>KeyCode</key>
<integer>9</integer>
<key>MacroActionType</key>
<string>SimulateKeystroke</string>
<key>Modifiers</key>
<integer>256</integer>
<key>ReleaseAll</key>
<false/>
</dict>
<dict>
<key>Asynchronously</key>
<false/>
<key>Count</key>
<integer>1</integer>
<key>IsActive</key>
<true/>
<key>IsDisclosed</key>
<true/>
<key>MacroActionType</key>
<string>ExecuteMacro</string>
<key>MacroUID</key>
<string>65AD2525-4ED0-4B01-80BA-CC9A233575BA</string>
<key>TimeOutAbortsMacro</key>
<true/>
</dict>
</array>
<key>IsActive</key>
<true/>
<key>ModificationDate</key>
<real>445282990.305507</real>
<key>Name</key>
<string>insert timestamp + next speaker</string>
<key>Triggers</key>
<array>
<dict>
<key>FireType</key>
<string>Pressed</string>
<key>KeyCode</key>
<integer>41</integer>
<key>MacroTriggerType</key>
<string>HotKey</string>
<key>Modifiers</key>
<integer>4352</integer>
</dict>
</array>
<key>UID</key>
<string>EAFA753F-EC46-4C6B-9D90-9AA8D28A7AC9</string>
</dict>
</array>
<key>Name</key>
<string>*transcribing</string>
<key>Targeting</key>
<dict>
<key>Targeting</key>
<string>Included</string>
<key>TargetingApps</key>
<array>
<dict>
<key>BundleIdentifier</key>
<string>com.microsoft.Word</string>
<key>Name</key>
<string>Microsoft Word</string>
<key>NewFile</key>
<string>/Applications/Microsoft Office 2011/Microsoft Word.app</string>
</dict>
</array>
</dict>
<key>UID</key>
<string>AB1382ED-B5FD-4117-8EAA-54BE352F9562</string>
</dict>
<dict>
<key>Activate</key>
<string>Normal</string>
<key>IsActive</key>
<true/>
<key>Macros</key>
<array>
<dict>
<key>Actions</key>
<array>
<dict>
<key>IsActive</key>
<true/>
<key>IsDisclosed</key>
<true/>
<key>JustDisplay</key>
<false/>
<key>MacroActionType</key>
<string>SetClipboardToText</string>
<key>TargetNamedClipboardRedundantDisplayName</key>
<string>Default Clipboard</string>
<key>TargetNamedClipboardUID</key>
<string>D874D7B3-299A-4B9B-94CF-B75C93EDA395</string>
<key>TargetUseNamedClipboard</key>
<false/>
<key>Text</key>
<string>%Variable%nowSpeaker%</string>
</dict>
<dict>
<key>IsActive</key>
<true/>
<key>IsDisclosed</key>
<true/>
<key>MacroActionType</key>
<string>SetVariableToText</string>
<key>Text</key>
<string>%Variable%period%</string>
<key>Variable</key>
<string>nowSpeaker</string>
</dict>
<dict>
<key>IsActive</key>
<true/>
<key>IsDisclosed</key>
<true/>
<key>MacroActionType</key>
<string>SetVariableToText</string>
<key>Text</key>
<string>false</string>
<key>Variable</key>
<string>isVO</string>
</dict>
<dict>
<key>Asynchronously</key>
<false/>
<key>Count</key>
<integer>1</integer>
<key>IsActive</key>
<true/>
<key>IsDisclosed</key>
<true/>
<key>MacroActionType</key>
<string>ExecuteMacro</string>
<key>MacroUID</key>
<string>F19AF337-2E64-4333-87B2-A092D93EE46F</string>
<key>TimeOutAbortsMacro</key>
<true/>
</dict>
</array>
<key>IsActive</key>
<true/>
<key>ModificationDate</key>
<real>445282894.65515202</real>
<key>Name</key>
<string>put period in</string>
<key>Triggers</key>
<array>
<dict>
<key>FireType</key>
<string>Pressed</string>
<key>KeyCode</key>
<integer>47</integer>
<key>MacroTriggerType</key>
<string>HotKey</string>
<key>Modifiers</key>
<integer>256</integer>
</dict>
</array>
<key>UID</key>
<string>1C674726-471B-4DE2-8F3A-0FE3DDC84D32</string>
</dict>
</array>
<key>Name</key>
<string>#vars put</string>
<key>Targeting</key>
<dict>
<key>Targeting</key>
<string>Included</string>
<key>TargetingApps</key>
<array>
<dict>
<key>BundleIdentifier</key>
<string>com.microsoft.Word</string>
<key>Name</key>
<string>Microsoft Word</string>
<key>NewFile</key>
<string>/Applications/Microsoft Office 2011/Microsoft Word.app</string>
</dict>
</array>
</dict>
<key>UID</key>
<string>81CEABDC-6FE4-43E0-A156-2CAD9DC5FF59</string>
</dict>
<dict>
<key>Activate</key>
<string>Normal</string>
<key>IsActive</key>
<true/>
<key>Macros</key>
<array>
<dict>
<key>Actions</key>
<array>
<dict>
<key>Asynchronously</key>
<false/>
<key>Count</key>
<integer>1</integer>
<key>IsActive</key>
<true/>
<key>IsDisclosed</key>
<true/>
<key>MacroActionType</key>
<string>ExecuteMacro</string>
<key>MacroUID</key>
<string>D92BB47C-1817-4D84-8AB0-11C8732FFF54</string>
<key>TimeOutAbortsMacro</key>
<true/>
</dict>
</array>
<key>IsActive</key>
<true/>
<key>ModificationDate</key>
<real>438453885.59689301</real>
<key>Name</key>
<string>define period</string>
<key>Triggers</key>
<array>
<dict>
<key>FireType</key>
<string>Pressed</string>
<key>KeyCode</key>
<integer>47</integer>
<key>MacroTriggerType</key>
<string>HotKey</string>
<key>Modifiers</key>
<integer>2048</integer>
</dict>
</array>
<key>UID</key>
<string>2D0CDC79-401C-4D5F-950F-31637BF6FB51</string>
</dict>
</array>
<key>Name</key>
<string>#vars define</string>
<key>Targeting</key>
<dict>
<key>Targeting</key>
<string>Included</string>
<key>TargetingApps</key>
<array>
<dict>
<key>BundleIdentifier</key>
<string>com.microsoft.Word</string>
<key>Name</key>
<string>Microsoft Word</string>
<key>NewFile</key>
<string>/Applications/Microsoft Office 2011/Microsoft Word.app</string>
</dict>
<dict>
<key>BundleIdentifier</key>
<string>com.sublimetext.2</string>
<key>Name</key>
<string>Sublime Text 2</string>
</dict>
</array>
</dict>
<key>UID</key>
<string>4B0084B6-881E-4308-BC47-173A105E3CE2</string>
</dict>
<dict>
<key>Activate</key>
<string>Normal</string>
<key>IsActive</key>
<false/>
<key>Macros</key>
<array>
<dict>
<key>Actions</key>
<array>
<dict>
<key>IsActive</key>
<true/>
<key>IsDisclosed</key>
<true/>
<key>MacroActionType</key>
<string>SetVariableToText</string>
<key>Text</key>
<string>%Variable%period%</string>
<key>Variable</key>
<string>nowSpeaker</string>
</dict>
<dict>
<key>IsActive</key>
<true/>
<key>IsDisclosed</key>
<true/>
<key>MacroActionType</key>
<string>SetVariableToText</string>
<key>Text</key>
<string>true</string>
<key>Variable</key>
<string>isVO</string>
</dict>
<dict>
<key>Asynchronously</key>
<false/>
<key>Count</key>
<integer>1</integer>
<key>IsActive</key>
<true/>
<key>IsDisclosed</key>
<true/>
<key>MacroActionType</key>
<string>ExecuteMacro</string>
<key>MacroUID</key>
<string>F19AF337-2E64-4333-87B2-A092D93EE46F</string>
<key>TimeOutAbortsMacro</key>
<true/>
</dict>
</array>
<key>IsActive</key>
<true/>
<key>ModificationDate</key>
<real>437766701.98567498</real>
<key>Name</key>
<string>put period in with ctrl</string>
<key>Triggers</key>
<array>
<dict>
<key>FireType</key>
<string>Pressed</string>
<key>KeyCode</key>
<integer>47</integer>
<key>MacroTriggerType</key>
<string>HotKey</string>
<key>Modifiers</key>
<integer>4352</integer>
</dict>
</array>
<key>UID</key>
<string>1D55BC6A-CB07-4532-8FEC-36416CD56595</string>
</dict>
</array>
<key>Name</key>
<string>#inactive</string>
<key>Targeting</key>
<dict>
<key>Targeting</key>
<string>Included</string>
<key>TargetingApps</key>
<array>
<dict>
<key>BundleIdentifier</key>
<string>com.microsoft.Word</string>
<key>Name</key>
<string>Microsoft Word</string>
<key>NewFile</key>
<string>/Applications/Microsoft Office 2011/Microsoft Word.app</string>
</dict>
</array>
</dict>
<key>UID</key>
<string>908223D9-6C23-440F-8187-F59532C6C454</string>
</dict>
<dict>
<key>Activate</key>
<string>Normal</string>
<key>IsActive</key>
<true/>
<key>Macros</key>
<array>
<dict>
<key>Actions</key>
<array>
<dict>
<key>Asynchronously</key>
<false/>
<key>Count</key>
<integer>1</integer>
<key>IsActive</key>
<true/>
<key>IsDisclosed</key>
<true/>
<key>MacroActionType</key>
<string>ExecuteMacro</string>
<key>MacroUID</key>
<string>D92BB47C-1817-4D84-8AB0-11C8732FFF54</string>
<key>TimeOutAbortsMacro</key>
<true/>
</dict>
</array>
<key>IsActive</key>
<true/>
<key>ModificationDate</key>
<real>438453891.78064501</real>
<key>Name</key>
<string>define period as a speaker</string>
<key>Triggers</key>
<array>
<dict>
<key>FireType</key>
<string>Pressed</string>
<key>KeyCode</key>
<integer>47</integer>
<key>MacroTriggerType</key>
<string>HotKey</string>
<key>Modifiers</key>
<integer>6144</integer>
</dict>
</array>
<key>UID</key>
<string>12B5F7D0-0075-426F-A11F-7971FFBD4ABA</string>
</dict>
</array>
<key>Name</key>
<string>#vars define</string>
<key>Targeting</key>
<dict>
<key>Targeting</key>
<string>Included</string>
<key>TargetingApps</key>
<array>
<dict>
<key>BundleIdentifier</key>
<string>com.microsoft.Word</string>
<key>Name</key>
<string>Microsoft Word</string>
<key>NewFile</key>
<string>/Applications/Microsoft Office 2011/Microsoft Word.app</string>
</dict>
<dict>
<key>BundleIdentifier</key>
<string>com.sublimetext.2</string>
<key>Name</key>
<string>Sublime Text 2</string>
</dict>
</array>
</dict>
<key>UID</key>
<string>4B0084B6-881E-4308-BC47-173A105E3CE2</string>
</dict>
<dict>
<key>Activate</key>
<string>Normal</string>
<key>IsActive</key>
<true/>
<key>Macros</key>
<array>
<dict>
<key>Actions</key>
<array>
<dict>
<key>IsActive</key>
<true/>
<key>IsDisclosed</key>
<true/>
<key>JustDisplay</key>
<false/>
<key>MacroActionType</key>
<string>SetClipboardToText</string>
<key>TargetNamedClipboardRedundantDisplayName</key>
<string>Default Clipboard</string>
<key>TargetNamedClipboardUID</key>
<string>D874D7B3-299A-4B9B-94CF-B75C93EDA395</string>
<key>TargetUseNamedClipboard</key>
<false/>
<key>Text</key>
<string>%Variable%nowSpeaker%</string>
</dict>
<dict>
<key>IsActive</key>
<true/>
<key>IsDisclosed</key>
<true/>
<key>MacroActionType</key>
<string>SetVariableToText</string>
<key>Text</key>
<string>%Variable%bracket%</string>
<key>Variable</key>
<string>nowSpeaker</string>
</dict>
<dict>
<key>IsActive</key>
<true/>
<key>IsDisclosed</key>
<true/>
<key>MacroActionType</key>
<string>SetVariableToText</string>
<key>Text</key>
<string>false</string>
<key>Variable</key>
<string>isVO</string>
</dict>
<dict>
<key>Asynchronously</key>
<false/>
<key>Count</key>
<integer>1</integer>
<key>IsActive</key>
<true/>
<key>IsDisclosed</key>
<true/>
<key>MacroActionType</key>
<string>ExecuteMacro</string>
<key>MacroUID</key>
<string>F19AF337-2E64-4333-87B2-A092D93EE46F</string>
<key>TimeOutAbortsMacro</key>
<true/>
</dict>
</array>
<key>IsActive</key>
<true/>
<key>ModificationDate</key>
<real>445282773.48081398</real>
<key>Name</key>
<string>put bracket in </string>
<key>Triggers</key>
<array>
<dict>
<key>FireType</key>
<string>Pressed</string>
<key>KeyCode</key>
<integer>33</integer>
<key>MacroTriggerType</key>
<string>HotKey</string>
<key>Modifiers</key>
<integer>256</integer>
</dict>
</array>
<key>UID</key>
<string>5D86353D-1B86-47D8-A617-75D1C3B003C1</string>
</dict>
</array>
<key>Name</key>
<string>#vars put</string>
<key>Targeting</key>
<dict>
<key>Targeting</key>
<string>Included</string>
<key>TargetingApps</key>
<array>
<dict>
<key>BundleIdentifier</key>
<string>com.microsoft.Word</string>
<key>Name</key>
<string>Microsoft Word</string>
<key>NewFile</key>
<string>/Applications/Microsoft Office 2011/Microsoft Word.app</string>
</dict>
</array>
</dict>
<key>UID</key>
<string>81CEABDC-6FE4-43E0-A156-2CAD9DC5FF59</string>
</dict>
<dict>
<key>Activate</key>
<string>Normal</string>
<key>IsActive</key>
<true/>
<key>Macros</key>
<array>
<dict>
<key>Actions</key>
<array>
<dict>
<key>Asynchronously</key>
<false/>
<key>Count</key>
<integer>1</integer>
<key>IsActive</key>
<true/>
<key>IsDisclosed</key>
<true/>
<key>MacroActionType</key>
<string>ExecuteMacro</string>
<key>MacroUID</key>
<string>D92BB47C-1817-4D84-8AB0-11C8732FFF54</string>
<key>TimeOutAbortsMacro</key>
<true/>
</dict>
</array>
<key>IsActive</key>
<true/>
<key>ModificationDate</key>
<real>438453895.52752101</real>
<key>Name</key>
<string>define open bracket</string>
<key>Triggers</key>
<array>
<dict>
<key>FireType</key>
<string>Pressed</string>
<key>KeyCode</key>
<integer>33</integer>
<key>MacroTriggerType</key>
<string>HotKey</string>
<key>Modifiers</key>
<integer>2048</integer>
</dict>
</array>
<key>UID</key>
<string>01445696-194F-4570-9275-3BB88D2A019C</string>
</dict>
</array>
<key>Name</key>
<string>#vars define</string>
<key>Targeting</key>
<dict>
<key>Targeting</key>
<string>Included</string>
<key>TargetingApps</key>
<array>
<dict>
<key>BundleIdentifier</key>
<string>com.microsoft.Word</string>
<key>Name</key>
<string>Microsoft Word</string>
<key>NewFile</key>
<string>/Applications/Microsoft Office 2011/Microsoft Word.app</string>
</dict>
<dict>
<key>BundleIdentifier</key>
<string>com.sublimetext.2</string>
<key>Name</key>
<string>Sublime Text 2</string>
</dict>
</array>
</dict>
<key>UID</key>
<string>4B0084B6-881E-4308-BC47-173A105E3CE2</string>
</dict>
<dict>
<key>Activate</key>
<string>Normal</string>
<key>IsActive</key>
<true/>
<key>Macros</key>
<array>
<dict>
<key>Actions</key>
<array>
<dict>
<key>Action</key>
<string>ByPasting</string>
<key>IsActive</key>
<true/>
<key>IsDisclosed</key>
<true/>
<key>MacroActionType</key>
<string>InsertText</string>
<key>Paste</key>
<true/>
<key>Text</key>
<string>{</string>
</dict>
</array>
<key>IsActive</key>
<true/>
<key>ModificationDate</key>
<real>432397399.112836</real>
<key>Name</key>
<string>insert open curly brace</string>
<key>Triggers</key>
<array>
<dict>
<key>FireType</key>
<string>Pressed</string>
<key>KeyCode</key>
<integer>33</integer>
<key>MacroTriggerType</key>
<string>HotKey</string>
<key>Modifiers</key>
<integer>2304</integer>
</dict>
</array>
<key>UID</key>
<string>BE4394EC-1F3B-415D-9525-28333C475A05</string>
</dict>
</array>
<key>Name</key>
<string>*hotkey workarounds</string>
<key>Targeting</key>
<dict>
<key>Targeting</key>
<string>Included</string>
<key>TargetingApps</key>
<array>
<dict>
<key>BundleIdentifier</key>
<string>com.microsoft.Word</string>
<key>Name</key>
<string>Microsoft Word</string>
<key>NewFile</key>
<string>/Applications/Microsoft Office 2011/Microsoft Word.app</string>
</dict>
<dict>
<key>BundleIdentifier</key>
<string>com.nchsoftware.expressscribe</string>
<key>Name</key>
<string>ExpressScribe</string>
<key>NewFile</key>
<string>/Applications/ExpressScribe.app</string>
</dict>
</array>
</dict>
<key>UID</key>
<string>B6FFE926-1347-4274-9AE2-99689D8A3C5D</string>
</dict>
<dict>
<key>Activate</key>
<string>Normal</string>
<key>IsActive</key>
<false/>
<key>Macros</key>
<array>
<dict>
<key>Actions</key>
<array>
<dict>
<key>IsActive</key>
<true/>
<key>IsDisclosed</key>
<true/>
<key>MacroActionType</key>
<string>SetVariableToText</string>
<key>Text</key>
<string>%Variable%bracket%</string>
<key>Variable</key>
<string>nowSpeaker</string>
</dict>
<dict>
<key>IsActive</key>
<true/>
<key>IsDisclosed</key>
<true/>
<key>MacroActionType</key>
<string>SetVariableToText</string>
<key>Text</key>
<string>true</string>
<key>Variable</key>
<string>isVO</string>
</dict>
<dict>
<key>Asynchronously</key>
<false/>
<key>Count</key>
<integer>1</integer>
<key>IsActive</key>
<true/>
<key>IsDisclosed</key>
<true/>
<key>MacroActionType</key>
<string>ExecuteMacro</string>
<key>MacroUID</key>
<string>F19AF337-2E64-4333-87B2-A092D93EE46F</string>
<key>TimeOutAbortsMacro</key>
<true/>
</dict>
</array>
<key>IsActive</key>
<true/>
<key>ModificationDate</key>
<real>437767303.27447701</real>
<key>Name</key>
<string>put bracket in with ctrl</string>
<key>Triggers</key>
<array>
<dict>
<key>FireType</key>
<string>Pressed</string>
<key>KeyCode</key>
<integer>33</integer>
<key>MacroTriggerType</key>
<string>HotKey</string>
<key>Modifiers</key>
<integer>4352</integer>
</dict>
</array>
<key>UID</key>
<string>8DB2F52B-6A21-4B9B-BB4E-6171969D8E6E</string>
</dict>
</array>
<key>Name</key>
<string>#inactive</string>
<key>Targeting</key>
<dict>
<key>Targeting</key>
<string>Included</string>
<key>TargetingApps</key>
<array>
<dict>
<key>BundleIdentifier</key>
<string>com.microsoft.Word</string>
<key>Name</key>
<string>Microsoft Word</string>
<key>NewFile</key>
<string>/Applications/Microsoft Office 2011/Microsoft Word.app</string>
</dict>
</array>
</dict>
<key>UID</key>
<string>908223D9-6C23-440F-8187-F59532C6C454</string>
</dict>
<dict>
<key>Activate</key>
<string>Normal</string>
<key>IsActive</key>
<true/>
<key>Macros</key>
<array>
<dict>
<key>Actions</key>
<array>
<dict>
<key>Asynchronously</key>
<false/>
<key>Count</key>
<integer>1</integer>
<key>IsActive</key>
<true/>
<key>IsDisclosed</key>
<true/>
<key>MacroActionType</key>
<string>ExecuteMacro</string>
<key>MacroUID</key>
<string>D92BB47C-1817-4D84-8AB0-11C8732FFF54</string>
<key>TimeOutAbortsMacro</key>
<true/>
</dict>
</array>
<key>IsActive</key>
<true/>
<key>ModificationDate</key>
<real>438453899.46173602</real>
<key>Name</key>
<string>define bracket as a speaker</string>
<key>Triggers</key>
<array>
<dict>
<key>FireType</key>
<string>Pressed</string>
<key>KeyCode</key>
<integer>33</integer>
<key>MacroTriggerType</key>
<string>HotKey</string>
<key>Modifiers</key>
<integer>6144</integer>
</dict>
</array>
<key>UID</key>
<string>24D6B36F-203C-41A9-8B7F-EB909388162C</string>
</dict>
</array>
<key>Name</key>
<string>#vars define</string>
<key>Targeting</key>
<dict>
<key>Targeting</key>
<string>Included</string>
<key>TargetingApps</key>
<array>
<dict>
<key>BundleIdentifier</key>
<string>com.microsoft.Word</string>
<key>Name</key>
<string>Microsoft Word</string>
<key>NewFile</key>
<string>/Applications/Microsoft Office 2011/Microsoft Word.app</string>
</dict>
<dict>
<key>BundleIdentifier</key>
<string>com.sublimetext.2</string>
<key>Name</key>
<string>Sublime Text 2</string>
</dict>
</array>
</dict>
<key>UID</key>
<string>4B0084B6-881E-4308-BC47-173A105E3CE2</string>
</dict>
<dict>
<key>Activate</key>
<string>Normal</string>
<key>IsActive</key>
<true/>
<key>Macros</key>
<array>
<dict>
<key>Actions</key>
<array>
<dict>
<key>IsActive</key>
<true/>
<key>IsDisclosed</key>
<true/>
<key>JustDisplay</key>
<false/>
<key>MacroActionType</key>
<string>SetClipboardToText</string>
<key>TargetNamedClipboardRedundantDisplayName</key>
<string>Default Clipboard</string>
<key>TargetNamedClipboardUID</key>
<string>D874D7B3-299A-4B9B-94CF-B75C93EDA395</string>
<key>TargetUseNamedClipboard</key>
<false/>
<key>Text</key>
<string>%Variable%nowSpeaker%</string>
</dict>
<dict>
<key>IsActive</key>
<true/>
<key>IsDisclosed</key>
<true/>
<key>MacroActionType</key>
<string>SetVariableToText</string>
<key>Text</key>
<string>%Variable%closedBracket%</string>
<key>Variable</key>
<string>nowSpeaker</string>
</dict>
<dict>
<key>IsActive</key>
<true/>
<key>IsDisclosed</key>
<true/>
<key>MacroActionType</key>
<string>SetVariableToText</string>
<key>Text</key>
<string>false</string>
<key>Variable</key>
<string>isVO</string>
</dict>
<dict>
<key>Asynchronously</key>
<false/>
<key>Count</key>
<integer>1</integer>
<key>IsActive</key>
<true/>
<key>IsDisclosed</key>
<true/>
<key>MacroActionType</key>
<string>ExecuteMacro</string>
<key>MacroUID</key>
<string>F19AF337-2E64-4333-87B2-A092D93EE46F</string>
<key>TimeOutAbortsMacro</key>
<true/>
</dict>
</array>
<key>IsActive</key>
<true/>
<key>ModificationDate</key>
<real>445282782.69307399</real>
<key>Name</key>
<string>put closed bracket in</string>
<key>Triggers</key>
<array>
<dict>
<key>FireType</key>
<string>Pressed</string>
<key>KeyCode</key>
<integer>30</integer>
<key>MacroTriggerType</key>
<string>HotKey</string>
<key>Modifiers</key>
<integer>256</integer>
</dict>
</array>
<key>UID</key>
<string>F51BA4F1-61F3-4614-B578-7E927EF8F8E9</string>
</dict>
</array>
<key>Name</key>
<string>#vars put</string>
<key>Targeting</key>
<dict>
<key>Targeting</key>
<string>Included</string>
<key>TargetingApps</key>
<array>
<dict>
<key>BundleIdentifier</key>
<string>com.microsoft.Word</string>
<key>Name</key>
<string>Microsoft Word</string>
<key>NewFile</key>
<string>/Applications/Microsoft Office 2011/Microsoft Word.app</string>
</dict>
</array>
</dict>
<key>UID</key>
<string>81CEABDC-6FE4-43E0-A156-2CAD9DC5FF59</string>
</dict>
<dict>
<key>Activate</key>
<string>Normal</string>
<key>IsActive</key>
<true/>
<key>Macros</key>
<array>
<dict>
<key>Actions</key>
<array>
<dict>
<key>Asynchronously</key>
<false/>
<key>Count</key>
<integer>1</integer>
<key>IsActive</key>
<true/>
<key>IsDisclosed</key>
<true/>
<key>MacroActionType</key>
<string>ExecuteMacro</string>
<key>MacroUID</key>
<string>D92BB47C-1817-4D84-8AB0-11C8732FFF54</string>
<key>TimeOutAbortsMacro</key>
<true/>
</dict>
</array>
<key>IsActive</key>
<true/>
<key>ModificationDate</key>
<real>438453909.56930101</real>
<key>Name</key>
<string>define closed bracket</string>
<key>Triggers</key>
<array>
<dict>
<key>FireType</key>
<string>Pressed</string>
<key>KeyCode</key>
<integer>30</integer>
<key>MacroTriggerType</key>
<string>HotKey</string>
<key>Modifiers</key>
<integer>2048</integer>
</dict>
</array>
<key>UID</key>
<string>46AAA7C8-A0F9-4C81-A9D4-9E112BBF41DF</string>
</dict>
</array>
<key>Name</key>
<string>#vars define</string>
<key>Targeting</key>
<dict>
<key>Targeting</key>
<string>Included</string>
<key>TargetingApps</key>
<array>
<dict>
<key>BundleIdentifier</key>
<string>com.microsoft.Word</string>
<key>Name</key>
<string>Microsoft Word</string>
<key>NewFile</key>
<string>/Applications/Microsoft Office 2011/Microsoft Word.app</string>
</dict>
<dict>
<key>BundleIdentifier</key>
<string>com.sublimetext.2</string>
<key>Name</key>
<string>Sublime Text 2</string>
</dict>
</array>
</dict>
<key>UID</key>
<string>4B0084B6-881E-4308-BC47-173A105E3CE2</string>
</dict>
<dict>
<key>Activate</key>
<string>Normal</string>
<key>IsActive</key>
<false/>
<key>Macros</key>
<array>
<dict>
<key>Actions</key>
<array>
<dict>
<key>IsActive</key>
<true/>
<key>IsDisclosed</key>
<true/>
<key>MacroActionType</key>
<string>SetVariableToText</string>
<key>Text</key>
<string>%Variable%closedBracket%</string>
<key>Variable</key>
<string>nowSpeaker</string>
</dict>
<dict>
<key>IsActive</key>
<true/>
<key>IsDisclosed</key>
<true/>
<key>MacroActionType</key>
<string>SetVariableToText</string>
<key>Text</key>
<string>true</string>
<key>Variable</key>
<string>isVO</string>
</dict>
<dict>
<key>Asynchronously</key>
<false/>
<key>Count</key>
<integer>1</integer>
<key>IsActive</key>
<true/>
<key>IsDisclosed</key>
<true/>
<key>MacroActionType</key>
<string>ExecuteMacro</string>
<key>MacroUID</key>
<string>F19AF337-2E64-4333-87B2-A092D93EE46F</string>
<key>TimeOutAbortsMacro</key>
<true/>
</dict>
</array>
<key>IsActive</key>
<true/>
<key>ModificationDate</key>
<real>437768183.63222897</real>
<key>Name</key>
<string>put closed bracket in with ctrl </string>
<key>Triggers</key>
<array>
<dict>
<key>FireType</key>
<string>Pressed</string>
<key>KeyCode</key>
<integer>30</integer>
<key>MacroTriggerType</key>
<string>HotKey</string>
<key>Modifiers</key>
<integer>4352</integer>
</dict>
</array>
<key>UID</key>
<string>05F488C5-7FAB-437A-96B3-CE0B4695786B</string>
</dict>
</array>
<key>Name</key>
<string>#inactive</string>
<key>Targeting</key>
<dict>
<key>Targeting</key>
<string>Included</string>
<key>TargetingApps</key>
<array>
<dict>
<key>BundleIdentifier</key>
<string>com.microsoft.Word</string>
<key>Name</key>
<string>Microsoft Word</string>
<key>NewFile</key>
<string>/Applications/Microsoft Office 2011/Microsoft Word.app</string>
</dict>
</array>
</dict>
<key>UID</key>
<string>908223D9-6C23-440F-8187-F59532C6C454</string>
</dict>
<dict>
<key>Activate</key>
<string>Normal</string>
<key>IsActive</key>
<true/>
<key>Macros</key>
<array>
<dict>
<key>Actions</key>
<array>
<dict>
<key>Asynchronously</key>
<false/>
<key>Count</key>
<integer>1</integer>
<key>IsActive</key>
<true/>
<key>IsDisclosed</key>
<true/>
<key>MacroActionType</key>
<string>ExecuteMacro</string>
<key>MacroUID</key>
<string>D92BB47C-1817-4D84-8AB0-11C8732FFF54</string>
<key>TimeOutAbortsMacro</key>
<true/>
</dict>
</array>
<key>IsActive</key>
<true/>
<key>ModificationDate</key>
<real>438454057.93593502</real>
<key>Name</key>
<string>define closed bracket as a speaker</string>
<key>Triggers</key>
<array>
<dict>
<key>FireType</key>
<string>Pressed</string>
<key>KeyCode</key>
<integer>30</integer>
<key>MacroTriggerType</key>
<string>HotKey</string>
<key>Modifiers</key>
<integer>6144</integer>
</dict>
</array>
<key>UID</key>
<string>4F6D59AF-A8F5-48BB-ABC9-157037F3B601</string>
</dict>
</array>
<key>Name</key>
<string>#vars define</string>
<key>Targeting</key>
<dict>
<key>Targeting</key>
<string>Included</string>
<key>TargetingApps</key>
<array>
<dict>
<key>BundleIdentifier</key>
<string>com.microsoft.Word</string>
<key>Name</key>
<string>Microsoft Word</string>
<key>NewFile</key>
<string>/Applications/Microsoft Office 2011/Microsoft Word.app</string>
</dict>
<dict>
<key>BundleIdentifier</key>
<string>com.sublimetext.2</string>
<key>Name</key>
<string>Sublime Text 2</string>
</dict>
</array>
</dict>
<key>UID</key>
<string>4B0084B6-881E-4308-BC47-173A105E3CE2</string>
</dict>
<dict>
<key>Activate</key>
<string>Normal</string>
<key>IsActive</key>
<false/>
<key>Macros</key>
<array>
<dict>
<key>Actions</key>
<array>
<dict>
<key>IsActive</key>
<true/>
<key>IsDisclosed</key>
<true/>
<key>MacroActionType</key>
<string>Growl</string>
<key>Text</key>
<string>0 %Variable%zero%
1 %Variable%one%
2 %Variable%two%
3 %Variable%three%
4 %Variable%four%
5 %Variable%five%
6 %Variable%six%
7 %Variable%seven%
8 %Variable%eight%
9 %Variable%nine%</string>
<key>Title</key>
<string>Speakers</string>
</dict>
</array>
<key>IsActive</key>
<true/>
<key>ModificationDate</key>
<real>445281094.58129001</real>
<key>Name</key>
<string>Show speakers</string>
<key>Triggers</key>
<array>
<dict>
<key>FireType</key>
<string>Pressed</string>
<key>KeyCode</key>
<integer>44</integer>
<key>MacroTriggerType</key>
<string>HotKey</string>
<key>Modifiers</key>
<integer>256</integer>
</dict>
</array>
<key>UID</key>
<string>D6863D50-1218-4923-BDE1-DAFE6A27F5EE</string>
</dict>
</array>
<key>Name</key>
<string>#inactive</string>
<key>Targeting</key>
<dict>
<key>Targeting</key>
<string>Included</string>
<key>TargetingApps</key>
<array>
<dict>
<key>BundleIdentifier</key>
<string>com.microsoft.Word</string>
<key>Name</key>
<string>Microsoft Word</string>
<key>NewFile</key>
<string>/Applications/Microsoft Office 2011/Microsoft Word.app</string>
</dict>
</array>
</dict>
<key>UID</key>
<string>908223D9-6C23-440F-8187-F59532C6C454</string>
</dict>
<dict>
<key>Activate</key>
<string>Normal</string>
<key>IsActive</key>
<false/>
<key>Macros</key>
<array>
<dict>
<key>Actions</key>
<array>
<dict>
<key>IsActive</key>
<true/>
<key>IsDisclosed</key>
<true/>
<key>MacroActionType</key>
<string>Growl</string>
<key>Text</key>
<string>Interviewer (q) is %Variable%i%
Interviewee (a) is %Variable%a%
Current speaker is %Variable%speakerID%
j %Variable%j%
k %Variable%k%
l %Variable%l%
comma %Variable%comma%
period %Variable%period%
[ %Variable%[%
t %Variable%t%
p %Variable%p%
d %Variable%d%
f %Variable%f%
g %Variable%g%
h %Variable%h%
b %Variable%b%
1 %Variable%one%
2 %Variable%two%
3 %Variable%three%
4 %Variable%four%
5 %Variable%five%
6 %Variable%six%
7 %Variable%seven%
8 %Variable%eight%
9 %Variable%nine%
0 %Variable%zero%</string>
<key>Title</key>
<string>Variables</string>
</dict>
</array>
<key>IsActive</key>
<true/>
<key>ModificationDate</key>
<real>445281096.65340602</real>
<key>Name</key>
<string>show all variables</string>
<key>Triggers</key>
<array>
<dict>
<key>FireType</key>
<string>Pressed</string>
<key>KeyCode</key>
<integer>44</integer>
<key>MacroTriggerType</key>
<string>HotKey</string>
<key>Modifiers</key>
<integer>768</integer>
</dict>
</array>
<key>UID</key>
<string>74AD31CA-54C4-4619-9726-B408A75A58DB</string>
</dict>
</array>
<key>Name</key>
<string>#inactive</string>
<key>Targeting</key>
<dict>
<key>Targeting</key>
<string>Included</string>
<key>TargetingApps</key>
<array>
<dict>
<key>BundleIdentifier</key>
<string>com.microsoft.Word</string>
<key>Name</key>
<string>Microsoft Word</string>
<key>NewFile</key>
<string>/Applications/Microsoft Office 2011/Microsoft Word.app</string>
</dict>
</array>
</dict>
<key>UID</key>
<string>908223D9-6C23-440F-8187-F59532C6C454</string>
</dict>
<dict>
<key>Activate</key>
<string>Normal</string>
<key>IsActive</key>
<false/>
<key>Macros</key>
<array>
<dict>
<key>Actions</key>
<array>
<dict>
<key>IsActive</key>
<true/>
<key>IsDisclosed</key>
<true/>
<key>MacroActionType</key>
<string>Growl</string>
<key>Text</key>
<string>command or command-shift:
y "Yeah"
"Yes" (option-cmd or ctrl-cmd)
r "Right"
n "No"
m "Mm-hm"
e "exactly"
u "[unintelligible]" (command)
ctrl-shift-command-option:
m show current mode
1 one on one interview
2 one on one with timestamps
3 multi (multi-person interview)
4 many (multi-person recording)
5 focus group
6 anonymous focus group
F flip the speakers in selection
S toggle spacing after speaker ID between tab and two spaces
command-option-colon --&gt; insert colon
command-option-enter --&gt; new indented line
command-shift-v --&gt; "Various: "
command-shift-ctrl-s --&gt; remove space from timecodes on current line</string>
<key>Title</key>
<string>Hardcoded macros</string>
</dict>
</array>
<key>IsActive</key>
<true/>
<key>ModificationDate</key>
<real>445281092.54243797</real>
<key>Name</key>
<string>show all hardcoded macros</string>
<key>Triggers</key>
<array>
<dict>
<key>FireType</key>
<string>Pressed</string>
<key>KeyCode</key>
<integer>44</integer>
<key>MacroTriggerType</key>
<string>HotKey</string>
<key>Modifiers</key>
<integer>2304</integer>
</dict>
</array>
<key>UID</key>
<string>C4D40A91-1E04-417D-AFD6-B35F565FF47B</string>
</dict>
</array>
<key>Name</key>
<string>#inactive</string>
<key>Targeting</key>
<dict>
<key>Targeting</key>
<string>Included</string>
<key>TargetingApps</key>
<array>
<dict>
<key>BundleIdentifier</key>
<string>com.microsoft.Word</string>
<key>Name</key>
<string>Microsoft Word</string>
<key>NewFile</key>
<string>/Applications/Microsoft Office 2011/Microsoft Word.app</string>
</dict>
</array>
</dict>
<key>UID</key>
<string>908223D9-6C23-440F-8187-F59532C6C454</string>
</dict>
<dict>
<key>Activate</key>
<string>Normal</string>
<key>IsActive</key>
<true/>
<key>Macros</key>
<array>
<dict>
<key>Actions</key>
<array>
<dict>
<key>IsActive</key>
<true/>
<key>IsDisclosed</key>
<true/>
<key>KeyCode</key>
<integer>36</integer>
<key>MacroActionType</key>
<string>SimulateKeystroke</string>
<key>Modifiers</key>
<integer>0</integer>
<key>ReleaseAll</key>
<false/>
</dict>
</array>
<key>IsActive</key>
<true/>
<key>ModificationDate</key>
<real>430683387.6322</real>
<key>Name</key>
<string>return</string>
<key>Triggers</key>
<array>
<dict>
<key>FireType</key>
<string>Pressed</string>
<key>KeyCode</key>
<integer>50</integer>
<key>MacroTriggerType</key>
<string>HotKey</string>
<key>Modifiers</key>
<integer>4096</integer>
</dict>
</array>
<key>UID</key>
<string>2D6181ED-78B6-4CF8-B522-E2B417240837</string>
</dict>
</array>
<key>Name</key>
<string>*hotkey workarounds</string>
<key>Targeting</key>
<dict>
<key>Targeting</key>
<string>Included</string>
<key>TargetingApps</key>
<array>
<dict>
<key>BundleIdentifier</key>
<string>com.microsoft.Word</string>
<key>Name</key>
<string>Microsoft Word</string>
<key>NewFile</key>
<string>/Applications/Microsoft Office 2011/Microsoft Word.app</string>
</dict>
<dict>
<key>BundleIdentifier</key>
<string>com.nchsoftware.expressscribe</string>
<key>Name</key>
<string>ExpressScribe</string>
<key>NewFile</key>
<string>/Applications/ExpressScribe.app</string>
</dict>
</array>
</dict>
<key>UID</key>
<string>B6FFE926-1347-4274-9AE2-99689D8A3C5D</string>
</dict>
<dict>
<key>Activate</key>
<string>Normal</string>
<key>IsActive</key>
<true/>
<key>Macros</key>
<array>
<dict>
<key>Actions</key>
<array>
<dict>
<key>Conditions</key>
<dict>
<key>ConditionList</key>
<array>
<dict>
<key>ConditionType</key>
<string>Variable</string>
<key>Variable</key>
<string>mode</string>
<key>VariableConditionType</key>
<string>Is</string>
<key>VariableValue</key>
<string>focus</string>
</dict>
<dict>
<key>ConditionType</key>
<string>Variable</string>
<key>Variable</key>
<string>mode</string>
<key>VariableConditionType</key>
<string>Contains</string>
<key>VariableValue</key>
<string>multi</string>
</dict>
<dict>
<key>ConditionType</key>
<string>Variable</string>
<key>Variable</key>
<string>mode</string>
<key>VariableConditionType</key>
<string>Contains</string>
<key>VariableValue</key>
<string>many</string>
</dict>
<dict>
<key>ConditionType</key>
<string>Variable</string>
<key>Variable</key>
<string>mode</string>
<key>VariableConditionType</key>
<string>Contains</string>
<key>VariableValue</key>
<string>final</string>
</dict>
</array>
<key>ConditionListMatch</key>
<string>Any</string>
</dict>
<key>ElseActions</key>
<array>
<dict>
<key>Conditions</key>
<dict>
<key>ConditionList</key>
<array>
<dict>
<key>ConditionType</key>
<string>Variable</string>
<key>Variable</key>
<string>mode</string>
<key>VariableConditionType</key>
<string>Is</string>
<key>VariableValue</key>
<string>1on1</string>
</dict>
</array>
<key>ConditionListMatch</key>
<string>All</string>
</dict>
<key>ElseActions</key>
<array>
<dict>
<key>Conditions</key>
<dict>
<key>ConditionList</key>
<array>
<dict>
<key>ConditionType</key>
<string>Variable</string>
<key>Variable</key>
<string>mode</string>
<key>VariableConditionType</key>
<string>Contains</string>
<key>VariableValue</key>
<string>1on1ts</string>
</dict>
</array>
<key>ConditionListMatch</key>
<string>All</string>
</dict>
<key>ElseActions</key>
<array>
<dict>
<key>Conditions</key>
<dict>
<key>ConditionList</key>
<array>
<dict>
<key>ConditionType</key>
<string>Variable</string>
<key>Variable</key>
<string>mode</string>
<key>VariableConditionType</key>
<string>Contains</string>
<key>VariableValue</key>
<string>focusanon</string>
</dict>
</array>
<key>ConditionListMatch</key>
<string>All</string>
</dict>
<key>ElseActions</key>
<array>
<dict>
<key>Conditions</key>
<dict>
<key>ConditionList</key>
<array>
<dict>
<key>ConditionType</key>
<string>Variable</string>
<key>Variable</key>
<string>mode</string>
<key>VariableConditionType</key>
<string>Contains</string>
<key>VariableValue</key>
<string>dictation</string>
</dict>
</array>
<key>ConditionListMatch</key>
<string>All</string>
</dict>
<key>ElseActions</key>
<array>
<dict>
<key>Conditions</key>
<dict>
<key>ConditionList</key>
<array>
<dict>
<key>ConditionType</key>
<string>Variable</string>
<key>Variable</key>
<string>mode</string>
<key>VariableConditionType</key>
<string>Contains</string>
<key>VariableValue</key>
<string>interactive</string>
</dict>
</array>
<key>ConditionListMatch</key>
<string>All</string>
</dict>
<key>ElseActions</key>
<array>
<dict>
<key>Conditions</key>
<dict>
<key>ConditionList</key>
<array>
<dict>
<key>ConditionType</key>
<string>Variable</string>
<key>Variable</key>
<string>mode</string>
<key>VariableConditionType</key>
<string>Contains</string>
<key>VariableValue</key>
<string>lecture</string>
</dict>
</array>
<key>ConditionListMatch</key>
<string>All</string>
</dict>
<key>ElseActions</key>
<array/>
<key>IsActive</key>
<true/>
<key>IsDisclosed</key>
<true/>
<key>MacroActionType</key>
<string>IfThenElse</string>
<key>ThenActions</key>
<array>
<dict>
<key>IsActive</key>
<true/>
<key>IsDisclosed</key>
<true/>
<key>KeyCode</key>
<integer>36</integer>
<key>MacroActionType</key>
<string>SimulateKeystroke</string>
<key>Modifiers</key>
<integer>0</integer>
<key>ReleaseAll</key>
<false/>
</dict>
<dict>
<key>IsActive</key>
<true/>
<key>IsDisclosed</key>
<true/>
<key>KeyCode</key>
<integer>48</integer>
<key>MacroActionType</key>
<string>SimulateKeystroke</string>
<key>Modifiers</key>
<integer>0</integer>
<key>ReleaseAll</key>
<false/>
</dict>
</array>
<key>TimeOutAbortsMacro</key>
<true/>
</dict>
</array>
<key>IsActive</key>
<true/>
<key>IsDisclosed</key>
<true/>
<key>MacroActionType</key>
<string>IfThenElse</string>
<key>ThenActions</key>
<array>
<dict>
<key>Asynchronously</key>
<false/>
<key>Count</key>
<integer>1</integer>
<key>IsActive</key>
<true/>
<key>IsDisclosed</key>
<true/>
<key>MacroActionType</key>
<string>ExecuteMacro</string>
<key>MacroUID</key>
<string>E7A2C67E-906C-4C43-9C60-CCDB3D2B6B9D</string>
<key>TimeOutAbortsMacro</key>
<true/>
</dict>
</array>
<key>TimeOutAbortsMacro</key>
<true/>
</dict>
</array>
<key>IsActive</key>
<true/>
<key>IsDisclosed</key>
<true/>
<key>MacroActionType</key>
<string>IfThenElse</string>
<key>ThenActions</key>
<array>
<dict>
<key>IsActive</key>
<true/>
<key>IsDisclosed</key>
<true/>
<key>KeyCode</key>
<integer>36</integer>
<key>MacroActionType</key>
<string>SimulateKeystroke</string>
<key>Modifiers</key>
<integer>0</integer>
<key>ReleaseAll</key>
<false/>
</dict>
<dict>
<key>IsActive</key>
<true/>
<key>IsDisclosed</key>
<true/>
<key>KeyCode</key>
<integer>36</integer>
<key>MacroActionType</key>
<string>SimulateKeystroke</string>
<key>Modifiers</key>
<integer>0</integer>
<key>ReleaseAll</key>
<false/>
</dict>
</array>
<key>TimeOutAbortsMacro</key>
<true/>
</dict>
</array>
<key>IsActive</key>
<true/>
<key>IsDisclosed</key>
<true/>
<key>MacroActionType</key>
<string>IfThenElse</string>
<key>ThenActions</key>
<array>
<dict>
<key>Action</key>
<string>ByPasting</string>
<key>IsActive</key>
<true/>
<key>IsDisclosed</key>
<true/>
<key>MacroActionType</key>
<string>InsertText</string>
<key>Paste</key>
<true/>
<key>Text</key>
<string>
Respondent: </string>
</dict>
</array>
<key>TimeOutAbortsMacro</key>
<true/>
</dict>
</array>
<key>IsActive</key>
<true/>
<key>IsDisclosed</key>
<true/>
<key>MacroActionType</key>
<string>IfThenElse</string>
<key>ThenActions</key>
<array>
<dict>
<key>IsActive</key>
<true/>
<key>IsDisclosed</key>
<true/>
<key>KeyCode</key>
<integer>44</integer>
<key>MacroActionType</key>
<string>SimulateKeystroke</string>
<key>Modifiers</key>
<integer>2816</integer>
<key>ReleaseAll</key>
<false/>
</dict>
<dict>
<key>IsActive</key>
<true/>
<key>IsDisclosed</key>
<true/>
<key>MacroActionType</key>
<string>SetVariableToText</string>
<key>Text</key>
<string>%CurrentClipboard%</string>
<key>Variable</key>
<string>timecode</string>
</dict>
<dict>
<key>Action</key>
<string>CaseSensitiveString</string>
<key>IsActive</key>
<true/>
<key>IsDisclosed</key>
<true/>
<key>MacroActionType</key>
<string>SearchReplaceVariable</string>
<key>Replace</key>
<string></string>
<key>Search</key>
<string>iAmASpeaker</string>
<key>Variable</key>
<string>q</string>
</dict>
<dict>
<key>Action</key>
<string>CaseSensitiveString</string>
<key>IsActive</key>
<true/>
<key>IsDisclosed</key>
<true/>
<key>MacroActionType</key>
<string>SearchReplaceVariable</string>
<key>Replace</key>
<string></string>
<key>Search</key>
<string>iAmASpeaker</string>
<key>Variable</key>
<string>a</string>
</dict>
<dict>
<key>Conditions</key>
<dict>
<key>ConditionList</key>
<array>
<dict>
<key>ConditionType</key>
<string>Variable</string>
<key>Variable</key>
<string>nowSpeaker</string>
<key>VariableConditionType</key>
<string>Contains</string>
<key>VariableValue</key>
<string>%Variable%q%</string>
</dict>
</array>
<key>ConditionListMatch</key>
<string>All</string>
</dict>
<key>ElseActions</key>
<array>
<dict>
<key>IsActive</key>
<true/>
<key>IsDisclosed</key>
<true/>
<key>MacroActionType</key>
<string>SetVariableToText</string>
<key>Text</key>
<string>%Variable%q%</string>
<key>Variable</key>
<string>nowSpeaker</string>
</dict>
<dict>
<key>IsActive</key>
<true/>
<key>IsDisclosed</key>
<true/>
<key>MacroActionType</key>
<string>DeletePastClipboard</string>
<key>PastExpression</key>
<string>0</string>
</dict>
<dict>
<key>Action</key>
<string>ByPasting</string>
<key>IsActive</key>
<true/>
<key>IsDisclosed</key>
<true/>
<key>MacroActionType</key>
<string>InsertText</string>
<key>Paste</key>
<true/>
<key>Text</key>
<string>
%Variable%spaceBefore%%Variable%nowSpeaker%:%Variable%spaceAfter%</string>
</dict>
</array>
<key>IsActive</key>
<true/>
<key>IsDisclosed</key>
<true/>
<key>MacroActionType</key>
<string>IfThenElse</string>
<key>ThenActions</key>
<array>
<dict>
<key>IsActive</key>
<true/>
<key>IsDisclosed</key>
<true/>
<key>KeyCode</key>
<integer>36</integer>
<key>MacroActionType</key>
<string>SimulateKeystroke</string>
<key>Modifiers</key>
<integer>0</integer>
<key>ReleaseAll</key>
<false/>
</dict>
<dict>
<key>IsActive</key>
<true/>
<key>IsDisclosed</key>
<true/>
<key>MacroActionType</key>
<string>DeletePastClipboard</string>
<key>PastExpression</key>
<string>0</string>
</dict>
<dict>
<key>IsActive</key>
<true/>
<key>IsDisclosed</key>
<true/>
<key>MacroActionType</key>
<string>Pause</string>
<key>Time</key>
<string>.1</string>
<key>TimeOutAbortsMacro</key>
<true/>
</dict>
<dict>
<key>Action</key>
<string>ByPasting</string>
<key>IsActive</key>
<true/>
<key>IsDisclosed</key>
<true/>
<key>MacroActionType</key>
<string>InsertText</string>
<key>Paste</key>
<true/>
<key>Text</key>
<string>%Variable%timecode%</string>
</dict>
<dict>
<key>IsActive</key>
<true/>
<key>IsDisclosed</key>
<true/>
<key>KeyCode</key>
<integer>36</integer>
<key>MacroActionType</key>
<string>SimulateKeystroke</string>
<key>Modifiers</key>
<integer>0</integer>
<key>ReleaseAll</key>
<false/>
</dict>
<dict>
<key>IsActive</key>
<true/>
<key>IsDisclosed</key>
<true/>
<key>MacroActionType</key>
<string>SetVariableToText</string>
<key>Text</key>
<string>%Variable%q%</string>
<key>Variable</key>
<string>nowSpeaker</string>
</dict>
<dict>
<key>Action</key>
<string>ByPasting</string>
<key>IsActive</key>
<true/>
<key>IsDisclosed</key>
<true/>
<key>MacroActionType</key>
<string>InsertText</string>
<key>Paste</key>
<true/>
<key>Text</key>
<string>%Variable%spaceBefore%%Variable%nowSpeaker%:%Variable%spaceAfter%</string>
</dict>
</array>
<key>TimeOutAbortsMacro</key>
<true/>
</dict>
</array>
<key>TimeOutAbortsMacro</key>
<true/>
</dict>
</array>
<key>IsActive</key>
<true/>
<key>IsDisclosed</key>
<true/>
<key>MacroActionType</key>
<string>IfThenElse</string>
<key>ThenActions</key>
<array>
<dict>
<key>Action</key>
<string>CaseSensitiveString</string>
<key>IsActive</key>
<true/>
<key>IsDisclosed</key>
<true/>
<key>MacroActionType</key>
<string>SearchReplaceVariable</string>
<key>Replace</key>
<string></string>
<key>Search</key>
<string>iAmASpeaker</string>
<key>Variable</key>
<string>q</string>
</dict>
<dict>
<key>Action</key>
<string>CaseSensitiveString</string>
<key>IsActive</key>
<true/>
<key>IsDisclosed</key>
<true/>
<key>MacroActionType</key>
<string>SearchReplaceVariable</string>
<key>Replace</key>
<string></string>
<key>Search</key>
<string>iAmASpeaker</string>
<key>Variable</key>
<string>a</string>
</dict>
<dict>
<key>Conditions</key>
<dict>
<key>ConditionList</key>
<array>
<dict>
<key>ConditionType</key>
<string>Variable</string>
<key>Variable</key>
<string>nowSpeaker</string>
<key>VariableConditionType</key>
<string>Is</string>
<key>VariableValue</key>
<string>%Variable%q%</string>
</dict>
</array>
<key>ConditionListMatch</key>
<string>All</string>
</dict>
<key>ElseActions</key>
<array>
<dict>
<key>IsActive</key>
<true/>
<key>IsDisclosed</key>
<true/>
<key>MacroActionType</key>
<string>SetVariableToText</string>
<key>Text</key>
<string>%Variable%q%</string>
<key>Variable</key>
<string>nowSpeaker</string>
</dict>
</array>
<key>IsActive</key>
<true/>
<key>IsDisclosed</key>
<true/>
<key>MacroActionType</key>
<string>IfThenElse</string>
<key>ThenActions</key>
<array>
<dict>
<key>IsActive</key>
<true/>
<key>IsDisclosed</key>
<true/>
<key>MacroActionType</key>
<string>SetVariableToText</string>
<key>Text</key>
<string>%Variable%a%</string>
<key>Variable</key>
<string>nowSpeaker</string>
</dict>
</array>
<key>TimeOutAbortsMacro</key>
<true/>
</dict>
<dict>
<key>Action</key>
<string>ByPasting</string>
<key>IsActive</key>
<true/>
<key>IsDisclosed</key>
<true/>
<key>MacroActionType</key>
<string>InsertText</string>
<key>Paste</key>
<true/>
<key>Text</key>
<string>
%Variable%spaceBefore%%Variable%nowSpeaker%:%Variable%spaceAfter%</string>
</dict>
</array>
<key>TimeOutAbortsMacro</key>
<true/>
</dict>
</array>
<key>IsActive</key>
<true/>
<key>IsDisclosed</key>
<true/>
<key>MacroActionType</key>
<string>IfThenElse</string>
<key>ThenActions</key>
<array>
<dict>
<key>Conditions</key>
<dict>
<key>ConditionList</key>
<array>
<dict>
<key>ConditionType</key>
<string>Variable</string>
<key>Variable</key>
<string>mode</string>
<key>VariableConditionType</key>
<string>Is</string>
<key>VariableValue</key>
<string>final</string>
</dict>
</array>
<key>ConditionListMatch</key>
<string>All</string>
</dict>
<key>ElseActions</key>
<array/>
<key>IsActive</key>
<true/>
<key>IsDisclosed</key>
<true/>
<key>MacroActionType</key>
<string>IfThenElse</string>
<key>ThenActions</key>
<array>
<dict>
<key>Asynchronously</key>
<false/>
<key>Count</key>
<integer>1</integer>
<key>IsActive</key>
<true/>
<key>IsDisclosed</key>
<true/>
<key>MacroActionType</key>
<string>ExecuteMacro</string>
<key>MacroUID</key>
<string>E7A2C67E-906C-4C43-9C60-CCDB3D2B6B9D</string>
<key>TimeOutAbortsMacro</key>
<true/>
</dict>
<dict>
<key>Conditions</key>
<dict>
<key>ConditionList</key>
<array>
<dict>
<key>ConditionType</key>
<string>Variable</string>
<key>Variable</key>
<string>debugMode</string>
<key>VariableConditionType</key>
<string>Is</string>
<key>VariableValue</key>
<string>on</string>
</dict>
</array>
<key>ConditionListMatch</key>
<string>All</string>
</dict>
<key>ElseActions</key>
<array/>
<key>IsActive</key>
<true/>
<key>IsDisclosed</key>
<true/>
<key>MacroActionType</key>
<string>IfThenElse</string>
<key>ThenActions</key>
<array>
<dict>
<key>IsActive</key>
<true/>
<key>IsDisclosed</key>
<true/>
<key>MacroActionType</key>
<string>Notification</string>
<key>SoundName</key>
<string></string>
<key>Subtitle</key>
<string></string>
<key>Text</key>
<string>The mode is %Variable%mode%, so I inserted a timestamp, including line break.</string>
<key>Title</key>
<string>Debug Message</string>
</dict>
</array>
<key>TimeOutAbortsMacro</key>
<true/>
</dict>
</array>
<key>TimeOutAbortsMacro</key>
<true/>
</dict>
<dict>
<key>Conditions</key>
<dict>
<key>ConditionList</key>
<array>
<dict>
<key>ConditionType</key>
<string>Variable</string>
<key>Variable</key>
<string>speakerID</string>
<key>VariableConditionType</key>
<string>Contains</string>
<key>VariableValue</key>
<string>%Variable%focusSpeaker%</string>
</dict>
</array>
<key>ConditionListMatch</key>
<string>All</string>
</dict>
<key>ElseActions</key>
<array>
<dict>
<key>IsActive</key>
<true/>
<key>IsDisclosed</key>
<true/>
<key>MacroActionType</key>
<string>SetVariableToText</string>
<key>Text</key>
<string>%Variable%focusSpeaker%</string>
<key>Variable</key>
<string>speakerID</string>
</dict>
</array>
<key>IsActive</key>
<true/>
<key>IsDisclosed</key>
<true/>
<key>MacroActionType</key>
<string>IfThenElse</string>
<key>ThenActions</key>
<array>
<dict>
<key>Conditions</key>
<dict>
<key>ConditionList</key>
<array>
<dict>
<key>ConditionType</key>
<string>Variable</string>
<key>Variable</key>
<string>mode</string>
<key>VariableConditionType</key>
<string>Contains</string>
<key>VariableValue</key>
<string>focus</string>
</dict>
</array>
<key>ConditionListMatch</key>
<string>All</string>
</dict>
<key>ElseActions</key>
<array>
<dict>
<key>Conditions</key>
<dict>
<key>ConditionList</key>
<array>
<dict>
<key>ConditionType</key>
<string>Variable</string>
<key>Variable</key>
<string>mode</string>
<key>VariableConditionType</key>
<string>Contains</string>
<key>VariableValue</key>
<string>multi</string>
</dict>
</array>
<key>ConditionListMatch</key>
<string>All</string>
</dict>
<key>ElseActions</key>
<array>
<dict>
<key>IsActive</key>
<true/>
<key>IsDisclosed</key>
<true/>
<key>MacroActionType</key>
<string>SetVariableToText</string>
<key>Text</key>
<string>%Variable%prevSpeaker%</string>
<key>Variable</key>
<string>speakerID</string>
</dict>
</array>
<key>IsActive</key>
<true/>
<key>IsDisclosed</key>
<true/>
<key>MacroActionType</key>
<string>IfThenElse</string>
<key>ThenActions</key>
<array>
<dict>
<key>IsActive</key>
<true/>
<key>IsDisclosed</key>
<true/>
<key>MacroActionType</key>
<string>SetVariableToText</string>
<key>Text</key>
<string>Interviewer</string>
<key>Variable</key>
<string>speakerID</string>
</dict>
<dict>
<key>Conditions</key>
<dict>
<key>ConditionList</key>
<array>
<dict>
<key>ConditionType</key>
<string>Variable</string>
<key>Variable</key>
<string>debugMode</string>
<key>VariableConditionType</key>
<string>Is</string>
<key>VariableValue</key>
<string>on</string>
</dict>
</array>
<key>ConditionListMatch</key>
<string>All</string>
</dict>
<key>ElseActions</key>
<array/>
<key>IsActive</key>
<true/>
<key>IsDisclosed</key>
<true/>
<key>MacroActionType</key>
<string>IfThenElse</string>
<key>ThenActions</key>
<array>
<dict>
<key>IsActive</key>
<true/>
<key>IsDisclosed</key>
<true/>
<key>MacroActionType</key>
<string>Notification</string>
<key>SoundName</key>
<string></string>
<key>Subtitle</key>
<string></string>
<key>Text</key>
<string>The mode is %Variable%mode%, so I set "speakerID" to %Variable%speakerID%.</string>
<key>Title</key>
<string>Debug Message</string>
</dict>
</array>
<key>TimeOutAbortsMacro</key>
<true/>
</dict>
</array>
<key>TimeOutAbortsMacro</key>
<true/>
</dict>
</array>
<key>IsActive</key>
<true/>
<key>IsDisclosed</key>
<true/>
<key>MacroActionType</key>
<string>IfThenElse</string>
<key>ThenActions</key>
<array>
<dict>
<key>IsActive</key>
<true/>
<key>IsDisclosed</key>
<true/>
<key>MacroActionType</key>
<string>SetVariableToText</string>
<key>Text</key>
<string>Moderator</string>
<key>Variable</key>
<string>speakerID</string>
</dict>
<dict>
<key>Conditions</key>
<dict>
<key>ConditionList</key>
<array>
<dict>
<key>ConditionType</key>
<string>Variable</string>
<key>Variable</key>
<string>debugMode</string>
<key>VariableConditionType</key>
<string>Is</string>
<key>VariableValue</key>
<string>on</string>
</dict>
</array>
<key>ConditionListMatch</key>
<string>All</string>
</dict>
<key>ElseActions</key>
<array/>
<key>IsActive</key>
<true/>
<key>IsDisclosed</key>
<true/>
<key>MacroActionType</key>
<string>IfThenElse</string>
<key>ThenActions</key>
<array>
<dict>
<key>IsActive</key>
<true/>
<key>IsDisclosed</key>
<true/>
<key>MacroActionType</key>
<string>Notification</string>
<key>SoundName</key>
<string></string>
<key>Subtitle</key>
<string></string>
<key>Text</key>
<string>The mode is %Variable%mode%, so I set "speakerID" to %Variable%speakerID%.</string>
<key>Title</key>
<string>Debug Message</string>
</dict>
</array>
<key>TimeOutAbortsMacro</key>
<true/>
</dict>
</array>
<key>TimeOutAbortsMacro</key>
<true/>
</dict>
</array>
<key>TimeOutAbortsMacro</key>
<true/>
</dict>
<dict>
<key>Action</key>
<string>ByPasting</string>
<key>IsActive</key>
<true/>
<key>IsDisclosed</key>
<true/>
<key>MacroActionType</key>
<string>InsertText</string>
<key>Paste</key>
<true/>
<key>Text</key>
<string>
%Variable%spaceBefore%%Variable%speakerID%:%Variable%spaceAfter%</string>
</dict>
</array>
<key>TimeOutAbortsMacro</key>
<true/>
</dict>
</array>
<key>IsActive</key>
<true/>
<key>ModificationDate</key>
<real>444583341.27589101</real>
<key>Name</key>
<string>enter</string>
<key>Triggers</key>
<array>
<dict>
<key>FireType</key>
<string>Pressed</string>
<key>KeyCode</key>
<integer>36</integer>
<key>MacroTriggerType</key>
<string>HotKey</string>
<key>Modifiers</key>
<integer>0</integer>
</dict>
</array>
<key>UID</key>
<string>65AD2525-4ED0-4B01-80BA-CC9A233575BA</string>
</dict>
</array>
<key>Name</key>
<string>*helpers</string>
<key>Targeting</key>
<dict>
<key>Targeting</key>
<string>Included</string>
<key>TargetingApps</key>
<array>
<dict>
<key>BundleIdentifier</key>
<string>com.microsoft.Word</string>
<key>Name</key>
<string>Microsoft Word</string>
<key>NewFile</key>
<string>/Applications/Microsoft Office 2011/Microsoft Word.app</string>
</dict>
</array>
</dict>
<key>UID</key>
<string>AB53EBE2-3B43-47A1-9AF5-97F9CFA43283</string>
</dict>
<dict>
<key>Activate</key>
<string>Normal</string>
<key>IsActive</key>
<true/>
<key>Macros</key>
<array>
<dict>
<key>Actions</key>
<array>
<dict>
<key>Conditions</key>
<dict>
<key>ConditionList</key>
<array>
<dict>
<key>ConditionType</key>
<string>Variable</string>
<key>Variable</key>
<string>mode</string>
<key>VariableConditionType</key>
<string>Contains</string>
<key>VariableValue</key>
<string>interactive</string>
</dict>
</array>
<key>ConditionListMatch</key>
<string>All</string>
</dict>
<key>ElseActions</key>
<array>
<dict>
<key>IsActive</key>
<true/>
<key>IsDisclosed</key>
<true/>
<key>KeyCode</key>
<integer>36</integer>
<key>MacroActionType</key>
<string>SimulateKeystroke</string>
<key>Modifiers</key>
<integer>0</integer>
<key>ReleaseAll</key>
<false/>
</dict>
<dict>
<key>IsActive</key>
<true/>
<key>IsDisclosed</key>
<true/>
<key>KeyCode</key>
<integer>48</integer>
<key>MacroActionType</key>
<string>SimulateKeystroke</string>
<key>Modifiers</key>
<integer>0</integer>
<key>ReleaseAll</key>
<false/>
</dict>
</array>
<key>IsActive</key>
<true/>
<key>IsDisclosed</key>
<true/>
<key>MacroActionType</key>
<string>IfThenElse</string>
<key>ThenActions</key>
<array>
<dict>
<key>Conditions</key>
<dict>
<key>ConditionList</key>
<array>
<dict>
<key>ConditionType</key>
<string>Variable</string>
<key>Variable</key>
<string>currentSpeaker</string>
<key>VariableConditionType</key>
<string>Contains</string>
<key>VariableValue</key>
<string>%Variable%i%</string>
</dict>
</array>
<key>ConditionListMatch</key>
<string>All</string>
</dict>
<key>ElseActions</key>
<array>
<dict>
<key>IsActive</key>
<true/>
<key>IsDisclosed</key>
<true/>
<key>MacroActionType</key>
<string>SetVariableToText</string>
<key>Text</key>
<string>%Variable%i%</string>
<key>Variable</key>
<string>currentSpeaker</string>
</dict>
<dict>
<key>IsActive</key>
<true/>
<key>IsDisclosed</key>
<true/>
<key>MacroActionType</key>
<string>DeletePastClipboard</string>
<key>PastExpression</key>
<string>0</string>
</dict>
<dict>
<key>Asynchronously</key>
<false/>
<key>Count</key>
<integer>1</integer>
<key>IsActive</key>
<true/>
<key>IsDisclosed</key>
<true/>
<key>MacroActionType</key>
<string>ExecuteMacro</string>
<key>MacroUID</key>
<string>E7A2C67E-906C-4C43-9C60-CCDB3D2B6B9D</string>
<key>TimeOutAbortsMacro</key>
<true/>
</dict>
<dict>
<key>Action</key>
<string>ByPasting</string>
<key>IsActive</key>
<true/>
<key>IsDisclosed</key>
<true/>
<key>MacroActionType</key>
<string>InsertText</string>
<key>Paste</key>
<true/>
<key>Text</key>
<string>
%Variable%currentSpeaker%:%Variable%spaceAfter%</string>
</dict>
</array>
<key>IsActive</key>
<true/>
<key>IsDisclosed</key>
<true/>
<key>MacroActionType</key>
<string>IfThenElse</string>
<key>ThenActions</key>
<array>
<dict>
<key>IsActive</key>
<true/>
<key>IsDisclosed</key>
<true/>
<key>MacroActionType</key>
<string>DeletePastClipboard</string>
<key>PastExpression</key>
<string>0</string>
</dict>
<dict>
<key>IsActive</key>
<true/>
<key>IsDisclosed</key>
<true/>
<key>MacroActionType</key>
<string>Pause</string>
<key>Time</key>
<string>.1</string>
<key>TimeOutAbortsMacro</key>
<true/>
</dict>
<dict>
<key>Asynchronously</key>
<false/>
<key>Count</key>
<integer>1</integer>
<key>IsActive</key>
<true/>
<key>IsDisclosed</key>
<true/>
<key>MacroActionType</key>
<string>ExecuteMacro</string>
<key>MacroUID</key>
<string>E7A2C67E-906C-4C43-9C60-CCDB3D2B6B9D</string>
<key>TimeOutAbortsMacro</key>
<true/>
</dict>
<dict>
<key>IsActive</key>
<true/>
<key>IsDisclosed</key>
<true/>
<key>KeyCode</key>
<integer>36</integer>
<key>MacroActionType</key>
<string>SimulateKeystroke</string>
<key>Modifiers</key>
<integer>0</integer>
<key>ReleaseAll</key>
<false/>
</dict>
<dict>
<key>IsActive</key>
<true/>
<key>IsDisclosed</key>
<true/>
<key>MacroActionType</key>
<string>SetVariableToText</string>
<key>Text</key>
<string>%Variable%a%</string>
<key>Variable</key>
<string>currentSpeaker</string>
</dict>
<dict>
<key>Action</key>
<string>ByPasting</string>
<key>IsActive</key>
<true/>
<key>IsDisclosed</key>
<true/>
<key>MacroActionType</key>
<string>InsertText</string>
<key>Paste</key>
<true/>
<key>Text</key>
<string>%Variable%currentSpeaker%:%Variable%spaceAfter%</string>
</dict>
</array>
<key>TimeOutAbortsMacro</key>
<true/>
</dict>
</array>
<key>TimeOutAbortsMacro</key>
<true/>
</dict>
</array>
<key>IsActive</key>
<true/>
<key>ModificationDate</key>
<real>445284998.62892699</real>
<key>Name</key>
<string>command-enter</string>
<key>Triggers</key>
<array>
<dict>
<key>FireType</key>
<string>Pressed</string>
<key>KeyCode</key>
<integer>36</integer>
<key>MacroTriggerType</key>
<string>HotKey</string>
<key>Modifiers</key>
<integer>256</integer>
</dict>
</array>
<key>UID</key>
<string>6B1199B2-1698-4994-A990-6753EC198183</string>
</dict>
</array>
<key>Name</key>
<string>*transcribing</string>
<key>Targeting</key>
<dict>
<key>Targeting</key>
<string>Included</string>
<key>TargetingApps</key>
<array>
<dict>
<key>BundleIdentifier</key>
<string>com.microsoft.Word</string>
<key>Name</key>
<string>Microsoft Word</string>
<key>NewFile</key>
<string>/Applications/Microsoft Office 2011/Microsoft Word.app</string>
</dict>
</array>
</dict>
<key>UID</key>
<string>AB1382ED-B5FD-4117-8EAA-54BE352F9562</string>
</dict>
<dict>
<key>Activate</key>
<string>Normal</string>
<key>IsActive</key>
<false/>
<key>Macros</key>
<array>
<dict>
<key>Actions</key>
<array>
<dict>
<key>Conditions</key>
<dict>
<key>ConditionList</key>
<array>
<dict>
<key>ConditionType</key>
<string>Variable</string>
<key>Variable</key>
<string>mode</string>
<key>VariableConditionType</key>
<string>Contains</string>
<key>VariableValue</key>
<string>1on1</string>
</dict>
</array>
<key>ConditionListMatch</key>
<string>All</string>
</dict>
<key>ElseActions</key>
<array>
<dict>
<key>Conditions</key>
<dict>
<key>ConditionList</key>
<array>
<dict>
<key>ConditionType</key>
<string>Variable</string>
<key>Variable</key>
<string>speakerID</string>
<key>VariableConditionType</key>
<string>Contains</string>
<key>VariableValue</key>
<string>Moderator</string>
</dict>
</array>
<key>ConditionListMatch</key>
<string>All</string>
</dict>
<key>ElseActions</key>
<array>
<dict>
<key>IsActive</key>
<true/>
<key>IsDisclosed</key>
<true/>
<key>MacroActionType</key>
<string>SetVariableToText</string>
<key>Text</key>
<string>
Moderator:</string>
<key>Variable</key>
<string>speakerID</string>
</dict>
</array>
<key>IsActive</key>
<true/>
<key>IsDisclosed</key>
<true/>
<key>MacroActionType</key>
<string>IfThenElse</string>
<key>ThenActions</key>
<array>
<dict>
<key>IsActive</key>
<true/>
<key>IsDisclosed</key>
<true/>
<key>MacroActionType</key>
<string>SetVariableToText</string>
<key>Text</key>
<string>
%Variable%focusSpeaker%: </string>
<key>Variable</key>
<string>speakerID</string>
</dict>
</array>
<key>TimeOutAbortsMacro</key>
<true/>
</dict>
<dict>
<key>IsActive</key>
<true/>
<key>IsDisclosed</key>
<true/>
<key>MacroActionType</key>
<string>Growl</string>
<key>Text</key>
<string>The current speaker is now %Variable%currentSpeaker%</string>
<key>Title</key>
<string>Current Speaker</string>
</dict>
</array>
<key>IsActive</key>
<true/>
<key>IsDisclosed</key>
<true/>
<key>MacroActionType</key>
<string>IfThenElse</string>
<key>ThenActions</key>
<array>
<dict>
<key>Conditions</key>
<dict>
<key>ConditionList</key>
<array>
<dict>
<key>ConditionType</key>
<string>Variable</string>
<key>Variable</key>
<string>currentSpeaker</string>
<key>VariableConditionType</key>
<string>Is</string>
<key>VariableValue</key>
<string>%Variable%i%</string>
</dict>
</array>
<key>ConditionListMatch</key>
<string>All</string>
</dict>
<key>ElseActions</key>
<array>
<dict>
<key>IsActive</key>
<true/>
<key>IsDisclosed</key>
<true/>
<key>MacroActionType</key>
<string>SetVariableToText</string>
<key>Text</key>
<string>%Variable%i%</string>
<key>Variable</key>
<string>currentSpeaker</string>
</dict>
</array>
<key>IsActive</key>
<true/>
<key>IsDisclosed</key>
<true/>
<key>MacroActionType</key>
<string>IfThenElse</string>
<key>ThenActions</key>
<array>
<dict>
<key>IsActive</key>
<true/>
<key>IsDisclosed</key>
<true/>
<key>MacroActionType</key>
<string>SetVariableToText</string>
<key>Text</key>
<string>%Variable%a%</string>
<key>Variable</key>
<string>currentSpeaker</string>
</dict>
</array>
<key>TimeOutAbortsMacro</key>
<true/>
</dict>
<dict>
<key>IsActive</key>
<true/>
<key>IsDisclosed</key>
<true/>
<key>MacroActionType</key>
<string>Growl</string>
<key>Text</key>
<string>The current speaker is now %Variable%currentSpeaker%</string>
<key>Title</key>
<string>Current Speaker</string>
</dict>
</array>
<key>TimeOutAbortsMacro</key>
<true/>
</dict>
</array>
<key>IsActive</key>
<true/>
<key>ModificationDate</key>
<real>437861011.729451</real>
<key>Name</key>
<string>shift-command-enter behavior: toggle between interviewer/interviewee</string>
<key>Triggers</key>
<array>
<dict>
<key>FireType</key>
<string>Pressed</string>
<key>KeyCode</key>
<integer>36</integer>
<key>MacroTriggerType</key>
<string>HotKey</string>
<key>Modifiers</key>
<integer>768</integer>
</dict>
</array>
<key>UID</key>
<string>D3BA4939-68A4-46C2-9E21-2971BED1BFF5</string>
</dict>
</array>
<key>Name</key>
<string>#inactive</string>
<key>Targeting</key>
<dict>
<key>Targeting</key>
<string>Included</string>
<key>TargetingApps</key>
<array>
<dict>
<key>BundleIdentifier</key>
<string>com.microsoft.Word</string>
<key>Name</key>
<string>Microsoft Word</string>
<key>NewFile</key>
<string>/Applications/Microsoft Office 2011/Microsoft Word.app</string>
</dict>
</array>
</dict>
<key>UID</key>
<string>908223D9-6C23-440F-8187-F59532C6C454</string>
</dict>
<dict>
<key>Activate</key>
<string>Normal</string>
<key>IsActive</key>
<false/>
<key>Macros</key>
<array>
<dict>
<key>Actions</key>
<array>
<dict>
<key>Conditions</key>
<dict>
<key>ConditionList</key>
<array>
<dict>
<key>ConditionType</key>
<string>Variable</string>
<key>Variable</key>
<string>mode</string>
<key>VariableConditionType</key>
<string>Is</string>
<key>VariableValue</key>
<string>focus</string>
</dict>
<dict>
<key>ConditionType</key>
<string>Variable</string>
<key>Variable</key>
<string>mode</string>
<key>VariableConditionType</key>
<string>Contains</string>
<key>VariableValue</key>
<string>multi</string>
</dict>
<dict>
<key>ConditionType</key>
<string>Variable</string>
<key>Variable</key>
<string>mode</string>
<key>VariableConditionType</key>
<string>Contains</string>
<key>VariableValue</key>
<string>many</string>
</dict>
</array>
<key>ConditionListMatch</key>
<string>Any</string>
</dict>
<key>ElseActions</key>
<array>
<dict>
<key>Conditions</key>
<dict>
<key>ConditionList</key>
<array>
<dict>
<key>ConditionType</key>
<string>Variable</string>
<key>Variable</key>
<string>mode</string>
<key>VariableConditionType</key>
<string>Is</string>
<key>VariableValue</key>
<string>1on1</string>
</dict>
</array>
<key>ConditionListMatch</key>
<string>All</string>
</dict>
<key>ElseActions</key>
<array>
<dict>
<key>Conditions</key>
<dict>
<key>ConditionList</key>
<array>
<dict>
<key>ConditionType</key>
<string>Variable</string>
<key>Variable</key>
<string>mode</string>
<key>VariableConditionType</key>
<string>Contains</string>
<key>VariableValue</key>
<string>1on1ts</string>
</dict>
</array>
<key>ConditionListMatch</key>
<string>All</string>
</dict>
<key>ElseActions</key>
<array>
<dict>
<key>Conditions</key>
<dict>
<key>ConditionList</key>
<array>
<dict>
<key>ConditionType</key>
<string>Variable</string>
<key>Variable</key>
<string>mode</string>
<key>VariableConditionType</key>
<string>Contains</string>
<key>VariableValue</key>
<string>focusanon</string>
</dict>
</array>
<key>ConditionListMatch</key>
<string>All</string>
</dict>
<key>ElseActions</key>
<array>
<dict>
<key>Conditions</key>
<dict>
<key>ConditionList</key>
<array>
<dict>
<key>ConditionType</key>
<string>Variable</string>
<key>Variable</key>
<string>mode</string>
<key>VariableConditionType</key>
<string>Contains</string>
<key>VariableValue</key>
<string>dictation</string>
</dict>
</array>
<key>ConditionListMatch</key>
<string>All</string>
</dict>
<key>ElseActions</key>
<array/>
<key>IsActive</key>
<true/>
<key>IsDisclosed</key>
<true/>
<key>MacroActionType</key>
<string>IfThenElse</string>
<key>ThenActions</key>
<array>
<dict>
<key>IsActive</key>
<true/>
<key>IsDisclosed</key>
<true/>
<key>KeyCode</key>
<integer>36</integer>
<key>MacroActionType</key>
<string>SimulateKeystroke</string>
<key>Modifiers</key>
<integer>0</integer>
<key>ReleaseAll</key>
<false/>
</dict>
<dict>
<key>IsActive</key>
<true/>
<key>IsDisclosed</key>
<true/>
<key>KeyCode</key>
<integer>36</integer>
<key>MacroActionType</key>
<string>SimulateKeystroke</string>
<key>Modifiers</key>
<integer>0</integer>
<key>ReleaseAll</key>
<false/>
</dict>
</array>
<key>TimeOutAbortsMacro</key>
<true/>
</dict>
</array>
<key>IsActive</key>
<true/>
<key>IsDisclosed</key>
<true/>
<key>MacroActionType</key>
<string>IfThenElse</string>
<key>ThenActions</key>
<array>
<dict>
<key>Action</key>
<string>ByPasting</string>
<key>IsActive</key>
<true/>
<key>IsDisclosed</key>
<true/>
<key>MacroActionType</key>
<string>InsertText</string>
<key>Paste</key>
<true/>
<key>Text</key>
<string>
Respondent:%Variable%k%</string>
</dict>
</array>
<key>TimeOutAbortsMacro</key>
<true/>
</dict>
</array>
<key>IsActive</key>
<true/>
<key>IsDisclosed</key>
<true/>
<key>MacroActionType</key>
<string>IfThenElse</string>
<key>ThenActions</key>
<array>
<dict>
<key>IsActive</key>
<true/>
<key>IsDisclosed</key>
<true/>
<key>KeyCode</key>
<integer>44</integer>
<key>MacroActionType</key>
<string>SimulateKeystroke</string>
<key>Modifiers</key>
<integer>2816</integer>
<key>ReleaseAll</key>
<false/>
</dict>
<dict>
<key>IsActive</key>
<true/>
<key>IsDisclosed</key>
<true/>
<key>MacroActionType</key>
<string>SetVariableToText</string>
<key>Text</key>
<string>%CurrentClipboard%</string>
<key>Variable</key>
<string>timecode</string>
</dict>
<dict>
<key>Conditions</key>
<dict>
<key>ConditionList</key>
<array>
<dict>
<key>ConditionType</key>
<string>Variable</string>
<key>Variable</key>
<string>currentSpeaker</string>
<key>VariableConditionType</key>
<string>Contains</string>
<key>VariableValue</key>
<string>%Variable%i%</string>
</dict>
</array>
<key>ConditionListMatch</key>
<string>All</string>
</dict>
<key>ElseActions</key>
<array>
<dict>
<key>IsActive</key>
<true/>
<key>IsDisclosed</key>
<true/>
<key>MacroActionType</key>
<string>SetVariableToText</string>
<key>Text</key>
<string>%Variable%i%</string>
<key>Variable</key>
<string>currentSpeaker</string>
</dict>
<dict>
<key>IsActive</key>
<true/>
<key>IsDisclosed</key>
<true/>
<key>MacroActionType</key>
<string>DeletePastClipboard</string>
<key>PastExpression</key>
<string>0</string>
</dict>
<dict>
<key>Action</key>
<string>ByPasting</string>
<key>IsActive</key>
<true/>
<key>IsDisclosed</key>
<true/>
<key>MacroActionType</key>
<string>InsertText</string>
<key>Paste</key>
<true/>
<key>Text</key>
<string>
%Variable%currentSpeaker%:%Variable%spaceAfter%%Variable%k%</string>
</dict>
</array>
<key>IsActive</key>
<true/>
<key>IsDisclosed</key>
<true/>
<key>MacroActionType</key>
<string>IfThenElse</string>
<key>ThenActions</key>
<array>
<dict>
<key>IsActive</key>
<true/>
<key>IsDisclosed</key>
<true/>
<key>KeyCode</key>
<integer>36</integer>
<key>MacroActionType</key>
<string>SimulateKeystroke</string>
<key>Modifiers</key>
<integer>0</integer>
<key>ReleaseAll</key>
<false/>
</dict>
<dict>
<key>IsActive</key>
<true/>
<key>IsDisclosed</key>
<true/>
<key>MacroActionType</key>
<string>DeletePastClipboard</string>
<key>PastExpression</key>
<string>0</string>
</dict>
<dict>
<key>IsActive</key>
<true/>
<key>IsDisclosed</key>
<true/>
<key>MacroActionType</key>
<string>Pause</string>
<key>Time</key>
<string>.1</string>
<key>TimeOutAbortsMacro</key>
<true/>
</dict>
<dict>
<key>Action</key>
<string>ByPasting</string>
<key>IsActive</key>
<true/>
<key>IsDisclosed</key>
<true/>
<key>MacroActionType</key>
<string>InsertText</string>
<key>Paste</key>
<true/>
<key>Text</key>
<string>%Variable%timecode%</string>
</dict>
<dict>
<key>IsActive</key>
<true/>
<key>IsDisclosed</key>
<true/>
<key>KeyCode</key>
<integer>36</integer>
<key>MacroActionType</key>
<string>SimulateKeystroke</string>
<key>Modifiers</key>
<integer>0</integer>
<key>ReleaseAll</key>
<false/>
</dict>
<dict>
<key>IsActive</key>
<true/>
<key>IsDisclosed</key>
<true/>
<key>MacroActionType</key>
<string>SetVariableToText</string>
<key>Text</key>
<string>%Variable%a%</string>
<key>Variable</key>
<string>currentSpeaker</string>
</dict>
<dict>
<key>Action</key>
<string>ByPasting</string>
<key>IsActive</key>
<true/>
<key>IsDisclosed</key>
<true/>
<key>MacroActionType</key>
<string>InsertText</string>
<key>Paste</key>
<true/>
<key>Text</key>
<string>%Variable%currentSpeaker%:%Variable%spaceAfter%%Variable%k%</string>
</dict>
</array>
<key>TimeOutAbortsMacro</key>
<true/>
</dict>
</array>
<key>TimeOutAbortsMacro</key>
<true/>
</dict>
</array>
<key>IsActive</key>
<true/>
<key>IsDisclosed</key>
<true/>
<key>MacroActionType</key>
<string>IfThenElse</string>
<key>ThenActions</key>
<array>
<dict>
<key>Conditions</key>
<dict>
<key>ConditionList</key>
<array>
<dict>
<key>ConditionType</key>
<string>Variable</string>
<key>Variable</key>
<string>currentSpeaker</string>
<key>VariableConditionType</key>
<string>Is</string>
<key>VariableValue</key>
<string>%Variable%i%</string>
</dict>
</array>
<key>ConditionListMatch</key>
<string>All</string>
</dict>
<key>ElseActions</key>
<array>
<dict>
<key>IsActive</key>
<true/>
<key>IsDisclosed</key>
<true/>
<key>MacroActionType</key>
<string>SetVariableToText</string>
<key>Text</key>
<string>%Variable%i%</string>
<key>Variable</key>
<string>currentSpeaker</string>
</dict>
</array>
<key>IsActive</key>
<true/>
<key>IsDisclosed</key>
<true/>
<key>MacroActionType</key>
<string>IfThenElse</string>
<key>ThenActions</key>
<array>
<dict>
<key>IsActive</key>
<true/>
<key>IsDisclosed</key>
<false/>
<key>MacroActionType</key>
<string>SetVariableToText</string>
<key>Text</key>
<string>%Variable%a%</string>
<key>Variable</key>
<string>currentSpeaker</string>
</dict>
</array>
<key>TimeOutAbortsMacro</key>
<true/>
</dict>
<dict>
<key>Action</key>
<string>ByPasting</string>
<key>IsActive</key>
<true/>
<key>IsDisclosed</key>
<true/>
<key>MacroActionType</key>
<string>InsertText</string>
<key>Paste</key>
<true/>
<key>Text</key>
<string>
%Variable%currentSpeaker%:%Variable%spaceAfter%%Variable%k%</string>
</dict>
</array>
<key>TimeOutAbortsMacro</key>
<true/>
</dict>
</array>
<key>IsActive</key>
<true/>
<key>IsDisclosed</key>
<true/>
<key>MacroActionType</key>
<string>IfThenElse</string>
<key>ThenActions</key>
<array>
<dict>
<key>Conditions</key>
<dict>
<key>ConditionList</key>
<array>
<dict>
<key>ConditionType</key>
<string>Variable</string>
<key>Variable</key>
<string>speakerID</string>
<key>VariableConditionType</key>
<string>Contains</string>
<key>VariableValue</key>
<string>%Variable%focusSpeaker%</string>
</dict>
</array>
<key>ConditionListMatch</key>
<string>All</string>
</dict>
<key>ElseActions</key>
<array>
<dict>
<key>IsActive</key>
<true/>
<key>IsDisclosed</key>
<true/>
<key>MacroActionType</key>
<string>SetVariableToText</string>
<key>Text</key>
<string>%Variable%focusSpeaker%</string>
<key>Variable</key>
<string>speakerID</string>
</dict>
</array>
<key>IsActive</key>
<true/>
<key>IsDisclosed</key>
<true/>
<key>MacroActionType</key>
<string>IfThenElse</string>
<key>ThenActions</key>
<array>
<dict>
<key>Conditions</key>
<dict>
<key>ConditionList</key>
<array>
<dict>
<key>ConditionType</key>
<string>Variable</string>
<key>Variable</key>
<string>mode</string>
<key>VariableConditionType</key>
<string>Contains</string>
<key>VariableValue</key>
<string>focus</string>
</dict>
</array>
<key>ConditionListMatch</key>
<string>All</string>
</dict>
<key>ElseActions</key>
<array>
<dict>
<key>Conditions</key>
<dict>
<key>ConditionList</key>
<array>
<dict>
<key>ConditionType</key>
<string>Variable</string>
<key>Variable</key>
<string>mode</string>
<key>VariableConditionType</key>
<string>Contains</string>
<key>VariableValue</key>
<string>multi</string>
</dict>
</array>
<key>ConditionListMatch</key>
<string>All</string>
</dict>
<key>ElseActions</key>
<array>
<dict>
<key>IsActive</key>
<true/>
<key>IsDisclosed</key>
<true/>
<key>MacroActionType</key>
<string>SetVariableToText</string>
<key>Text</key>
<string>%Variable%prevSpeaker%</string>
<key>Variable</key>
<string>speakerID</string>
</dict>
</array>
<key>IsActive</key>
<true/>
<key>IsDisclosed</key>
<true/>
<key>MacroActionType</key>
<string>IfThenElse</string>
<key>ThenActions</key>
<array>
<dict>
<key>IsActive</key>
<true/>
<key>IsDisclosed</key>
<true/>
<key>MacroActionType</key>
<string>SetVariableToText</string>
<key>Text</key>
<string>Interviewer</string>
<key>Variable</key>
<string>speakerID</string>
</dict>
</array>
<key>TimeOutAbortsMacro</key>
<true/>
</dict>
</array>
<key>IsActive</key>
<true/>
<key>IsDisclosed</key>
<true/>
<key>MacroActionType</key>
<string>IfThenElse</string>
<key>ThenActions</key>
<array>
<dict>
<key>IsActive</key>
<true/>
<key>IsDisclosed</key>
<true/>
<key>MacroActionType</key>
<string>SetVariableToText</string>
<key>Text</key>
<string>Moderator</string>
<key>Variable</key>
<string>speakerID</string>
</dict>
</array>
<key>TimeOutAbortsMacro</key>
<true/>
</dict>
</array>
<key>TimeOutAbortsMacro</key>
<true/>
</dict>
<dict>
<key>Action</key>
<string>ByPasting</string>
<key>IsActive</key>
<true/>
<key>IsDisclosed</key>
<true/>
<key>MacroActionType</key>
<string>InsertText</string>
<key>Paste</key>
<true/>
<key>Text</key>
<string>
%Variable%speakerID%:%Variable%spaceAfter%%Variable%k%</string>
</dict>
</array>
<key>TimeOutAbortsMacro</key>
<true/>
</dict>
</array>
<key>IsActive</key>
<true/>
<key>ModificationDate</key>
<real>445281052.25160903</real>
<key>Name</key>
<string>ctrl enter</string>
<key>Triggers</key>
<array>
<dict>
<key>FireType</key>
<string>Pressed</string>
<key>KeyCode</key>
<integer>36</integer>
<key>MacroTriggerType</key>
<string>HotKey</string>
<key>Modifiers</key>
<integer>4096</integer>
</dict>
</array>
<key>UID</key>
<string>4F377BA9-A68E-483E-A07C-69158488B058</string>
</dict>
</array>
<key>Name</key>
<string>#inactive</string>
<key>Targeting</key>
<dict>
<key>Targeting</key>
<string>Included</string>
<key>TargetingApps</key>
<array>
<dict>
<key>BundleIdentifier</key>
<string>com.microsoft.Word</string>
<key>Name</key>
<string>Microsoft Word</string>
<key>NewFile</key>
<string>/Applications/Microsoft Office 2011/Microsoft Word.app</string>
</dict>
</array>
</dict>
<key>UID</key>
<string>908223D9-6C23-440F-8187-F59532C6C454</string>
</dict>
<dict>
<key>Activate</key>
<string>Normal</string>
<key>IsActive</key>
<true/>
<key>Macros</key>
<array>
<dict>
<key>Actions</key>
<array>
<dict>
<key>IsActive</key>
<true/>
<key>IsDisclosed</key>
<true/>
<key>JustDisplay</key>
<false/>
<key>MacroActionType</key>
<string>SetClipboardToText</string>
<key>TargetNamedClipboardRedundantDisplayName</key>
<string>Default Clipboard</string>
<key>TargetNamedClipboardUID</key>
<string>D874D7B3-299A-4B9B-94CF-B75C93EDA395</string>
<key>TargetUseNamedClipboard</key>
<false/>
<key>Text</key>
<string>%Variable%nowSpeaker%</string>
</dict>
<dict>
<key>IsActive</key>
<true/>
<key>IsDisclosed</key>
<true/>
<key>MacroActionType</key>
<string>SetVariableToText</string>
<key>Text</key>
<string>%Variable%zero%</string>
<key>Variable</key>
<string>nowSpeaker</string>
</dict>
<dict>
<key>IsActive</key>
<true/>
<key>IsDisclosed</key>
<true/>
<key>MacroActionType</key>
<string>SetVariableToText</string>
<key>Text</key>
<string>false</string>
<key>Variable</key>
<string>isVO</string>
</dict>
<dict>
<key>Asynchronously</key>
<false/>
<key>Count</key>
<integer>1</integer>
<key>IsActive</key>
<true/>
<key>IsDisclosed</key>
<true/>
<key>MacroActionType</key>
<string>ExecuteMacro</string>
<key>MacroUID</key>
<string>F19AF337-2E64-4333-87B2-A092D93EE46F</string>
<key>TimeOutAbortsMacro</key>
<true/>
</dict>
</array>
<key>IsActive</key>
<true/>
<key>ModificationDate</key>
<real>445282644.099751</real>
<key>Name</key>
<string>put 0 in</string>
<key>Triggers</key>
<array>
<dict>
<key>FireType</key>
<string>Pressed</string>
<key>KeyCode</key>
<integer>29</integer>
<key>MacroTriggerType</key>
<string>HotKey</string>
<key>Modifiers</key>
<integer>256</integer>
</dict>
</array>
<key>UID</key>
<string>756F6360-B32B-4428-842D-BF7EC7FDF895</string>
</dict>
</array>
<key>Name</key>
<string>#vars put</string>
<key>Targeting</key>
<dict>
<key>Targeting</key>
<string>Included</string>
<key>TargetingApps</key>
<array>
<dict>
<key>BundleIdentifier</key>
<string>com.microsoft.Word</string>
<key>Name</key>
<string>Microsoft Word</string>
<key>NewFile</key>
<string>/Applications/Microsoft Office 2011/Microsoft Word.app</string>
</dict>
</array>
</dict>
<key>UID</key>
<string>81CEABDC-6FE4-43E0-A156-2CAD9DC5FF59</string>
</dict>
<dict>
<key>Activate</key>
<string>Normal</string>
<key>IsActive</key>
<true/>
<key>Macros</key>
<array>
<dict>
<key>Actions</key>
<array>
<dict>
<key>Asynchronously</key>
<false/>
<key>Count</key>
<integer>1</integer>
<key>IsActive</key>
<true/>
<key>IsDisclosed</key>
<true/>
<key>MacroActionType</key>
<string>ExecuteMacro</string>
<key>MacroUID</key>
<string>D92BB47C-1817-4D84-8AB0-11C8732FFF54</string>
<key>TimeOutAbortsMacro</key>
<true/>
</dict>
</array>
<key>IsActive</key>
<true/>
<key>ModificationDate</key>
<real>438454202.801687</real>
<key>Name</key>
<string>define 0</string>
<key>Triggers</key>
<array>
<dict>
<key>FireType</key>
<string>Pressed</string>
<key>KeyCode</key>
<integer>29</integer>
<key>MacroTriggerType</key>
<string>HotKey</string>
<key>Modifiers</key>
<integer>2048</integer>
</dict>
</array>
<key>UID</key>
<string>28F3025A-6CAA-4386-B930-B4E65657FCFD</string>
</dict>
</array>
<key>Name</key>
<string>#vars define</string>
<key>Targeting</key>
<dict>
<key>Targeting</key>
<string>Included</string>
<key>TargetingApps</key>
<array>
<dict>
<key>BundleIdentifier</key>
<string>com.microsoft.Word</string>
<key>Name</key>
<string>Microsoft Word</string>
<key>NewFile</key>
<string>/Applications/Microsoft Office 2011/Microsoft Word.app</string>
</dict>
<dict>
<key>BundleIdentifier</key>
<string>com.sublimetext.2</string>
<key>Name</key>
<string>Sublime Text 2</string>
</dict>
</array>
</dict>
<key>UID</key>
<string>4B0084B6-881E-4308-BC47-173A105E3CE2</string>
</dict>
<dict>
<key>Activate</key>
<string>Normal</string>
<key>IsActive</key>
<false/>
<key>Macros</key>
<array>
<dict>
<key>Actions</key>
<array>
<dict>
<key>IsActive</key>
<true/>
<key>IsDisclosed</key>
<true/>
<key>MacroActionType</key>
<string>SetVariableToText</string>
<key>Text</key>
<string>%Variable%zero%</string>
<key>Variable</key>
<string>nowSpeaker</string>
</dict>
<dict>
<key>IsActive</key>
<true/>
<key>IsDisclosed</key>
<true/>
<key>MacroActionType</key>
<string>SetVariableToText</string>
<key>Text</key>
<string>true</string>
<key>Variable</key>
<string>isVO</string>
</dict>
<dict>
<key>Asynchronously</key>
<false/>
<key>Count</key>
<integer>1</integer>
<key>IsActive</key>
<true/>
<key>IsDisclosed</key>
<true/>
<key>MacroActionType</key>
<string>ExecuteMacro</string>
<key>MacroUID</key>
<string>F19AF337-2E64-4333-87B2-A092D93EE46F</string>
<key>TimeOutAbortsMacro</key>
<true/>
</dict>
</array>
<key>IsActive</key>
<true/>
<key>ModificationDate</key>
<real>438888836.43815798</real>
<key>Name</key>
<string>put 0 in with ctrl</string>
<key>Triggers</key>
<array>
<dict>
<key>FireType</key>
<string>Pressed</string>
<key>KeyCode</key>
<integer>29</integer>
<key>MacroTriggerType</key>
<string>HotKey</string>
<key>Modifiers</key>
<integer>4352</integer>
</dict>
</array>
<key>UID</key>
<string>0ED8CED0-D2B1-434C-9B54-3812B137E266</string>
</dict>
</array>
<key>Name</key>
<string>#inactive</string>
<key>Targeting</key>
<dict>
<key>Targeting</key>
<string>Included</string>
<key>TargetingApps</key>
<array>
<dict>
<key>BundleIdentifier</key>
<string>com.microsoft.Word</string>
<key>Name</key>
<string>Microsoft Word</string>
<key>NewFile</key>
<string>/Applications/Microsoft Office 2011/Microsoft Word.app</string>
</dict>
</array>
</dict>
<key>UID</key>
<string>908223D9-6C23-440F-8187-F59532C6C454</string>
</dict>
<dict>
<key>Activate</key>
<string>Normal</string>
<key>IsActive</key>
<true/>
<key>Macros</key>
<array>
<dict>
<key>Actions</key>
<array>
<dict>
<key>Asynchronously</key>
<false/>
<key>Count</key>
<integer>1</integer>
<key>IsActive</key>
<true/>
<key>IsDisclosed</key>
<true/>
<key>MacroActionType</key>
<string>ExecuteMacro</string>
<key>MacroUID</key>
<string>D92BB47C-1817-4D84-8AB0-11C8732FFF54</string>
<key>TimeOutAbortsMacro</key>
<true/>
</dict>
</array>
<key>IsActive</key>
<true/>
<key>ModificationDate</key>
<real>438454204.27424198</real>
<key>Name</key>
<string>define 0 as a speaker</string>
<key>Triggers</key>
<array>
<dict>
<key>FireType</key>
<string>Pressed</string>
<key>KeyCode</key>
<integer>29</integer>
<key>MacroTriggerType</key>
<string>HotKey</string>
<key>Modifiers</key>
<integer>6144</integer>
</dict>
</array>
<key>UID</key>
<string>74E1A36E-3EAD-411B-B455-032490152B76</string>
</dict>
</array>
<key>Name</key>
<string>#vars define</string>
<key>Targeting</key>
<dict>
<key>Targeting</key>
<string>Included</string>
<key>TargetingApps</key>
<array>
<dict>
<key>BundleIdentifier</key>
<string>com.microsoft.Word</string>
<key>Name</key>
<string>Microsoft Word</string>
<key>NewFile</key>
<string>/Applications/Microsoft Office 2011/Microsoft Word.app</string>
</dict>
<dict>
<key>BundleIdentifier</key>
<string>com.sublimetext.2</string>
<key>Name</key>
<string>Sublime Text 2</string>
</dict>
</array>
</dict>
<key>UID</key>
<string>4B0084B6-881E-4308-BC47-173A105E3CE2</string>
</dict>
<dict>
<key>Activate</key>
<string>Normal</string>
<key>IsActive</key>
<true/>
<key>Macros</key>
<array>
<dict>
<key>Actions</key>
<array>
<dict>
<key>IsActive</key>
<true/>
<key>IsDisclosed</key>
<true/>
<key>MacroActionType</key>
<string>SetVariableToText</string>
<key>Text</key>
<string>final</string>
<key>Variable</key>
<string>mode</string>
</dict>
<dict>
<key>IsActive</key>
<true/>
<key>IsDisclosed</key>
<true/>
<key>MacroActionType</key>
<string>Notification</string>
<key>SoundName</key>
<string></string>
<key>Subtitle</key>
<string></string>
<key>Text</key>
<string>final script mode.</string>
<key>Title</key>
<string>The mode is now "final script"</string>
</dict>
</array>
<key>IsActive</key>
<true/>
<key>ModificationDate</key>
<real>437760586.63067502</real>
<key>Name</key>
<string>final script</string>
<key>Triggers</key>
<array>
<dict>
<key>FireType</key>
<string>Pressed</string>
<key>KeyCode</key>
<integer>29</integer>
<key>MacroTriggerType</key>
<string>HotKey</string>
<key>Modifiers</key>
<integer>6912</integer>
</dict>
</array>
<key>UID</key>
<string>9D4A3A9F-3885-4F3B-B577-D246B76BBD84</string>
</dict>
</array>
<key>Name</key>
<string>*set mode</string>
<key>Targeting</key>
<dict>
<key>Targeting</key>
<string>Included</string>
<key>TargetingApps</key>
<array>
<dict>
<key>BundleIdentifier</key>
<string>com.microsoft.Word</string>
<key>Name</key>
<string>Microsoft Word</string>
<key>NewFile</key>
<string>/Applications/Microsoft Office 2011/Microsoft Word.app</string>
</dict>
<dict>
<key>BundleIdentifier</key>
<string>com.sublimetext.2</string>
<key>Name</key>
<string>Sublime Text 2</string>
</dict>
</array>
</dict>
<key>UID</key>
<string>B41F7F8D-AE60-4C5F-B8C3-17A18CE553E4</string>
</dict>
<dict>
<key>Activate</key>
<string>Normal</string>
<key>IsActive</key>
<true/>
<key>Macros</key>
<array>
<dict>
<key>Actions</key>
<array>
<dict>
<key>IsActive</key>
<true/>
<key>IsDisclosed</key>
<true/>
<key>JustDisplay</key>
<false/>
<key>MacroActionType</key>
<string>SetClipboardToText</string>
<key>TargetNamedClipboardRedundantDisplayName</key>
<string>Default Clipboard</string>
<key>TargetNamedClipboardUID</key>
<string>D874D7B3-299A-4B9B-94CF-B75C93EDA395</string>
<key>TargetUseNamedClipboard</key>
<false/>
<key>Text</key>
<string>%Variable%nowSpeaker%</string>
</dict>
<dict>
<key>IsActive</key>
<true/>
<key>IsDisclosed</key>
<true/>
<key>MacroActionType</key>
<string>SetVariableToText</string>
<key>Text</key>
<string>%Variable%one%</string>
<key>Variable</key>
<string>nowSpeaker</string>
</dict>
<dict>
<key>IsActive</key>
<true/>
<key>IsDisclosed</key>
<true/>
<key>MacroActionType</key>
<string>SetVariableToText</string>
<key>Text</key>
<string>false</string>
<key>Variable</key>
<string>isVO</string>
</dict>
<dict>
<key>Asynchronously</key>
<false/>
<key>Count</key>
<integer>1</integer>
<key>IsActive</key>
<true/>
<key>IsDisclosed</key>
<true/>
<key>MacroActionType</key>
<string>ExecuteMacro</string>
<key>MacroUID</key>
<string>F19AF337-2E64-4333-87B2-A092D93EE46F</string>
<key>TimeOutAbortsMacro</key>
<true/>
</dict>
</array>
<key>IsActive</key>
<true/>
<key>ModificationDate</key>
<real>445282649.71825498</real>
<key>Name</key>
<string>put 1 in</string>
<key>Triggers</key>
<array>
<dict>
<key>FireType</key>
<string>Pressed</string>
<key>KeyCode</key>
<integer>18</integer>
<key>MacroTriggerType</key>
<string>HotKey</string>
<key>Modifiers</key>
<integer>256</integer>
</dict>
</array>
<key>UID</key>
<string>C4653F2F-F521-46E8-8AF0-123A148C5C43</string>
</dict>
</array>
<key>Name</key>
<string>#vars put</string>
<key>Targeting</key>
<dict>
<key>Targeting</key>
<string>Included</string>
<key>TargetingApps</key>
<array>
<dict>
<key>BundleIdentifier</key>
<string>com.microsoft.Word</string>
<key>Name</key>
<string>Microsoft Word</string>
<key>NewFile</key>
<string>/Applications/Microsoft Office 2011/Microsoft Word.app</string>
</dict>
</array>
</dict>
<key>UID</key>
<string>81CEABDC-6FE4-43E0-A156-2CAD9DC5FF59</string>
</dict>
<dict>
<key>Activate</key>
<string>Normal</string>
<key>IsActive</key>
<true/>
<key>Macros</key>
<array>
<dict>
<key>Actions</key>
<array>
<dict>
<key>Asynchronously</key>
<false/>
<key>Count</key>
<integer>1</integer>
<key>IsActive</key>
<true/>
<key>IsDisclosed</key>
<true/>
<key>MacroActionType</key>
<string>ExecuteMacro</string>
<key>MacroUID</key>
<string>D92BB47C-1817-4D84-8AB0-11C8732FFF54</string>
<key>TimeOutAbortsMacro</key>
<true/>
</dict>
</array>
<key>IsActive</key>
<true/>
<key>ModificationDate</key>
<real>438454205.728028</real>
<key>Name</key>
<string>define 1</string>
<key>Triggers</key>
<array>
<dict>
<key>FireType</key>
<string>Pressed</string>
<key>KeyCode</key>
<integer>18</integer>
<key>MacroTriggerType</key>
<string>HotKey</string>
<key>Modifiers</key>
<integer>2048</integer>
</dict>
</array>
<key>UID</key>
<string>59FA5324-4184-45FA-955E-2779D4BF2160</string>
</dict>
</array>
<key>Name</key>
<string>#vars define</string>
<key>Targeting</key>
<dict>
<key>Targeting</key>
<string>Included</string>
<key>TargetingApps</key>
<array>
<dict>
<key>BundleIdentifier</key>
<string>com.microsoft.Word</string>
<key>Name</key>
<string>Microsoft Word</string>
<key>NewFile</key>
<string>/Applications/Microsoft Office 2011/Microsoft Word.app</string>
</dict>
<dict>
<key>BundleIdentifier</key>
<string>com.sublimetext.2</string>
<key>Name</key>
<string>Sublime Text 2</string>
</dict>
</array>
</dict>
<key>UID</key>
<string>4B0084B6-881E-4308-BC47-173A105E3CE2</string>
</dict>
<dict>
<key>Activate</key>
<string>Normal</string>
<key>IsActive</key>
<false/>
<key>Macros</key>
<array>
<dict>
<key>Actions</key>
<array>
<dict>
<key>IsActive</key>
<true/>
<key>IsDisclosed</key>
<true/>
<key>MacroActionType</key>
<string>SetVariableToText</string>
<key>Text</key>
<string>%Variable%one%</string>
<key>Variable</key>
<string>nowSpeaker</string>
</dict>
<dict>
<key>IsActive</key>
<true/>
<key>IsDisclosed</key>
<true/>
<key>MacroActionType</key>
<string>SetVariableToText</string>
<key>Text</key>
<string>true</string>
<key>Variable</key>
<string>isVO</string>
</dict>
<dict>
<key>Asynchronously</key>
<false/>
<key>Count</key>
<integer>1</integer>
<key>IsActive</key>
<true/>
<key>IsDisclosed</key>
<true/>
<key>MacroActionType</key>
<string>ExecuteMacro</string>
<key>MacroUID</key>
<string>F19AF337-2E64-4333-87B2-A092D93EE46F</string>
<key>TimeOutAbortsMacro</key>
<true/>
</dict>
</array>
<key>IsActive</key>
<true/>
<key>ModificationDate</key>
<real>438888843.062392</real>
<key>Name</key>
<string>put 1 in with ctrl</string>
<key>Triggers</key>
<array>
<dict>
<key>FireType</key>
<string>Pressed</string>
<key>KeyCode</key>
<integer>18</integer>
<key>MacroTriggerType</key>
<string>HotKey</string>
<key>Modifiers</key>
<integer>4352</integer>
</dict>
</array>
<key>UID</key>
<string>6D49EE78-40EA-441E-8216-C10112F4B04B</string>
</dict>
</array>
<key>Name</key>
<string>#inactive</string>
<key>Targeting</key>
<dict>
<key>Targeting</key>
<string>Included</string>
<key>TargetingApps</key>
<array>
<dict>
<key>BundleIdentifier</key>
<string>com.microsoft.Word</string>
<key>Name</key>
<string>Microsoft Word</string>
<key>NewFile</key>
<string>/Applications/Microsoft Office 2011/Microsoft Word.app</string>
</dict>
</array>
</dict>
<key>UID</key>
<string>908223D9-6C23-440F-8187-F59532C6C454</string>
</dict>
<dict>
<key>Activate</key>
<string>Normal</string>
<key>IsActive</key>
<true/>
<key>Macros</key>
<array>
<dict>
<key>Actions</key>
<array>
<dict>
<key>Asynchronously</key>
<false/>
<key>Count</key>
<integer>1</integer>
<key>IsActive</key>
<true/>
<key>IsDisclosed</key>
<true/>
<key>MacroActionType</key>
<string>ExecuteMacro</string>
<key>MacroUID</key>
<string>D92BB47C-1817-4D84-8AB0-11C8732FFF54</string>
<key>TimeOutAbortsMacro</key>
<true/>
</dict>
</array>
<key>IsActive</key>
<true/>
<key>ModificationDate</key>
<real>438454207.19863498</real>
<key>Name</key>
<string>define 1 as a speaker</string>
<key>Triggers</key>
<array>
<dict>
<key>FireType</key>
<string>Pressed</string>
<key>KeyCode</key>
<integer>18</integer>
<key>MacroTriggerType</key>
<string>HotKey</string>
<key>Modifiers</key>
<integer>6144</integer>
</dict>
</array>
<key>UID</key>
<string>06885F0A-28A1-4E74-9999-66E49FB94F13</string>
</dict>
</array>
<key>Name</key>
<string>#vars define</string>
<key>Targeting</key>
<dict>
<key>Targeting</key>
<string>Included</string>
<key>TargetingApps</key>
<array>
<dict>
<key>BundleIdentifier</key>
<string>com.microsoft.Word</string>
<key>Name</key>
<string>Microsoft Word</string>
<key>NewFile</key>
<string>/Applications/Microsoft Office 2011/Microsoft Word.app</string>
</dict>
<dict>
<key>BundleIdentifier</key>
<string>com.sublimetext.2</string>
<key>Name</key>
<string>Sublime Text 2</string>
</dict>
</array>
</dict>
<key>UID</key>
<string>4B0084B6-881E-4308-BC47-173A105E3CE2</string>
</dict>
<dict>
<key>Activate</key>
<string>Normal</string>
<key>IsActive</key>
<true/>
<key>Macros</key>
<array>
<dict>
<key>Actions</key>
<array>
<dict>
<key>IsActive</key>
<true/>
<key>IsDisclosed</key>
<true/>
<key>MacroActionType</key>
<string>SetVariableToText</string>
<key>Text</key>
<string>1on1</string>
<key>Variable</key>
<string>mode</string>
</dict>
<dict>
<key>IsActive</key>
<true/>
<key>IsDisclosed</key>
<true/>
<key>MacroActionType</key>
<string>Notification</string>
<key>SoundName</key>
<string></string>
<key>Subtitle</key>
<string></string>
<key>Text</key>
<string>One on one mode.</string>
<key>Title</key>
<string>The mode is now "one one one"</string>
</dict>
</array>
<key>IsActive</key>
<true/>
<key>ModificationDate</key>
<real>434395906.49619102</real>
<key>Name</key>
<string>set one on one mode</string>
<key>Triggers</key>
<array>
<dict>
<key>FireType</key>
<string>Pressed</string>
<key>KeyCode</key>
<integer>18</integer>
<key>MacroTriggerType</key>
<string>HotKey</string>
<key>Modifiers</key>
<integer>6912</integer>
</dict>
</array>
<key>UID</key>
<string>D040AB99-C8C1-4397-8D50-040316E899F2</string>
</dict>
</array>
<key>Name</key>
<string>*set mode</string>
<key>Targeting</key>
<dict>
<key>Targeting</key>
<string>Included</string>
<key>TargetingApps</key>
<array>
<dict>
<key>BundleIdentifier</key>
<string>com.microsoft.Word</string>
<key>Name</key>
<string>Microsoft Word</string>
<key>NewFile</key>
<string>/Applications/Microsoft Office 2011/Microsoft Word.app</string>
</dict>
<dict>
<key>BundleIdentifier</key>
<string>com.sublimetext.2</string>
<key>Name</key>
<string>Sublime Text 2</string>
</dict>
</array>
</dict>
<key>UID</key>
<string>B41F7F8D-AE60-4C5F-B8C3-17A18CE553E4</string>
</dict>
<dict>
<key>Activate</key>
<string>Normal</string>
<key>IsActive</key>
<true/>
<key>Macros</key>
<array>
<dict>
<key>Actions</key>
<array>
<dict>
<key>IsActive</key>
<true/>
<key>IsDisclosed</key>
<true/>
<key>JustDisplay</key>
<false/>
<key>MacroActionType</key>
<string>SetClipboardToText</string>
<key>TargetNamedClipboardRedundantDisplayName</key>
<string>Default Clipboard</string>
<key>TargetNamedClipboardUID</key>
<string>D874D7B3-299A-4B9B-94CF-B75C93EDA395</string>
<key>TargetUseNamedClipboard</key>
<false/>
<key>Text</key>
<string>%Variable%nowSpeaker%</string>
</dict>
<dict>
<key>IsActive</key>
<true/>
<key>IsDisclosed</key>
<true/>
<key>MacroActionType</key>
<string>SetVariableToText</string>
<key>Text</key>
<string>%Variable%two%</string>
<key>Variable</key>
<string>nowSpeaker</string>
</dict>
<dict>
<key>IsActive</key>
<true/>
<key>IsDisclosed</key>
<true/>
<key>MacroActionType</key>
<string>SetVariableToText</string>
<key>Text</key>
<string>false</string>
<key>Variable</key>
<string>isVO</string>
</dict>
<dict>
<key>Asynchronously</key>
<false/>
<key>Count</key>
<integer>1</integer>
<key>IsActive</key>
<true/>
<key>IsDisclosed</key>
<true/>
<key>MacroActionType</key>
<string>ExecuteMacro</string>
<key>MacroUID</key>
<string>F19AF337-2E64-4333-87B2-A092D93EE46F</string>
<key>TimeOutAbortsMacro</key>
<true/>
</dict>
</array>
<key>IsActive</key>
<true/>
<key>ModificationDate</key>
<real>445282655.268794</real>
<key>Name</key>
<string>put 2 in</string>
<key>Triggers</key>
<array>
<dict>
<key>FireType</key>
<string>Pressed</string>
<key>KeyCode</key>
<integer>19</integer>
<key>MacroTriggerType</key>
<string>HotKey</string>
<key>Modifiers</key>
<integer>256</integer>
</dict>
</array>
<key>UID</key>
<string>E58B49DF-BC5D-4E01-B39F-B9347CA42449</string>
</dict>
</array>
<key>Name</key>
<string>#vars put</string>
<key>Targeting</key>
<dict>
<key>Targeting</key>
<string>Included</string>
<key>TargetingApps</key>
<array>
<dict>
<key>BundleIdentifier</key>
<string>com.microsoft.Word</string>
<key>Name</key>
<string>Microsoft Word</string>
<key>NewFile</key>
<string>/Applications/Microsoft Office 2011/Microsoft Word.app</string>
</dict>
</array>
</dict>
<key>UID</key>
<string>81CEABDC-6FE4-43E0-A156-2CAD9DC5FF59</string>
</dict>
<dict>
<key>Activate</key>
<string>Normal</string>
<key>IsActive</key>
<true/>
<key>Macros</key>
<array>
<dict>
<key>Actions</key>
<array>
<dict>
<key>Asynchronously</key>
<false/>
<key>Count</key>
<integer>1</integer>
<key>IsActive</key>
<true/>
<key>IsDisclosed</key>
<true/>
<key>MacroActionType</key>
<string>ExecuteMacro</string>
<key>MacroUID</key>
<string>D92BB47C-1817-4D84-8AB0-11C8732FFF54</string>
<key>TimeOutAbortsMacro</key>
<true/>
</dict>
</array>
<key>IsActive</key>
<true/>
<key>ModificationDate</key>
<real>438454223.025096</real>
<key>Name</key>
<string>define 2</string>
<key>Triggers</key>
<array>
<dict>
<key>FireType</key>
<string>Pressed</string>
<key>KeyCode</key>
<integer>19</integer>
<key>MacroTriggerType</key>
<string>HotKey</string>
<key>Modifiers</key>
<integer>2048</integer>
</dict>
</array>
<key>UID</key>
<string>32EB9ACA-A51C-4E7F-8E0F-95B8495FFE35</string>
</dict>
</array>
<key>Name</key>
<string>#vars define</string>
<key>Targeting</key>
<dict>
<key>Targeting</key>
<string>Included</string>
<key>TargetingApps</key>
<array>
<dict>
<key>BundleIdentifier</key>
<string>com.microsoft.Word</string>
<key>Name</key>
<string>Microsoft Word</string>
<key>NewFile</key>
<string>/Applications/Microsoft Office 2011/Microsoft Word.app</string>
</dict>
<dict>
<key>BundleIdentifier</key>
<string>com.sublimetext.2</string>
<key>Name</key>
<string>Sublime Text 2</string>
</dict>
</array>
</dict>
<key>UID</key>
<string>4B0084B6-881E-4308-BC47-173A105E3CE2</string>
</dict>
<dict>
<key>Activate</key>
<string>Normal</string>
<key>IsActive</key>
<false/>
<key>Macros</key>
<array>
<dict>
<key>Actions</key>
<array>
<dict>
<key>IsActive</key>
<true/>
<key>IsDisclosed</key>
<true/>
<key>MacroActionType</key>
<string>SetVariableToText</string>
<key>Text</key>
<string>%Variable%two%</string>
<key>Variable</key>
<string>nowSpeaker</string>
</dict>
<dict>
<key>IsActive</key>
<true/>
<key>IsDisclosed</key>
<true/>
<key>MacroActionType</key>
<string>SetVariableToText</string>
<key>Text</key>
<string>true</string>
<key>Variable</key>
<string>isVO</string>
</dict>
<dict>
<key>Asynchronously</key>
<false/>
<key>Count</key>
<integer>1</integer>
<key>IsActive</key>
<true/>
<key>IsDisclosed</key>
<true/>
<key>MacroActionType</key>
<string>ExecuteMacro</string>
<key>MacroUID</key>
<string>F19AF337-2E64-4333-87B2-A092D93EE46F</string>
<key>TimeOutAbortsMacro</key>
<true/>
</dict>
</array>
<key>IsActive</key>
<true/>
<key>ModificationDate</key>
<real>438888848.62567401</real>
<key>Name</key>
<string>put 2 in with ctrl</string>
<key>Triggers</key>
<array>
<dict>
<key>FireType</key>
<string>Pressed</string>
<key>KeyCode</key>
<integer>19</integer>
<key>MacroTriggerType</key>
<string>HotKey</string>
<key>Modifiers</key>
<integer>4352</integer>
</dict>
</array>
<key>UID</key>
<string>670332CA-F96B-457C-867E-CE9A7D4C5327</string>
</dict>
</array>
<key>Name</key>
<string>#inactive</string>
<key>Targeting</key>
<dict>
<key>Targeting</key>
<string>Included</string>
<key>TargetingApps</key>
<array>
<dict>
<key>BundleIdentifier</key>
<string>com.microsoft.Word</string>
<key>Name</key>
<string>Microsoft Word</string>
<key>NewFile</key>
<string>/Applications/Microsoft Office 2011/Microsoft Word.app</string>
</dict>
</array>
</dict>
<key>UID</key>
<string>908223D9-6C23-440F-8187-F59532C6C454</string>
</dict>
<dict>
<key>Activate</key>
<string>Normal</string>
<key>IsActive</key>
<true/>
<key>Macros</key>
<array>
<dict>
<key>Actions</key>
<array>
<dict>
<key>Asynchronously</key>
<false/>
<key>Count</key>
<integer>1</integer>
<key>IsActive</key>
<true/>
<key>IsDisclosed</key>
<true/>
<key>MacroActionType</key>
<string>ExecuteMacro</string>
<key>MacroUID</key>
<string>D92BB47C-1817-4D84-8AB0-11C8732FFF54</string>
<key>TimeOutAbortsMacro</key>
<true/>
</dict>
</array>
<key>IsActive</key>
<true/>
<key>ModificationDate</key>
<real>438454265.73206902</real>
<key>Name</key>
<string>define 2 as a speaker </string>
<key>Triggers</key>
<array>
<dict>
<key>FireType</key>
<string>Pressed</string>
<key>KeyCode</key>
<integer>19</integer>
<key>MacroTriggerType</key>
<string>HotKey</string>
<key>Modifiers</key>
<integer>6144</integer>
</dict>
</array>
<key>UID</key>
<string>46F83F18-A575-42E9-AEDF-D5E2077F1520</string>
</dict>
</array>
<key>Name</key>
<string>#vars define</string>
<key>Targeting</key>
<dict>
<key>Targeting</key>
<string>Included</string>
<key>TargetingApps</key>
<array>
<dict>
<key>BundleIdentifier</key>
<string>com.microsoft.Word</string>
<key>Name</key>
<string>Microsoft Word</string>
<key>NewFile</key>
<string>/Applications/Microsoft Office 2011/Microsoft Word.app</string>
</dict>
<dict>
<key>BundleIdentifier</key>
<string>com.sublimetext.2</string>
<key>Name</key>
<string>Sublime Text 2</string>
</dict>
</array>
</dict>
<key>UID</key>
<string>4B0084B6-881E-4308-BC47-173A105E3CE2</string>
</dict>
<dict>
<key>Activate</key>
<string>Normal</string>
<key>IsActive</key>
<true/>
<key>Macros</key>
<array>
<dict>
<key>Actions</key>
<array>
<dict>
<key>IsActive</key>
<true/>
<key>IsDisclosed</key>
<true/>
<key>MacroActionType</key>
<string>SetVariableToText</string>
<key>Text</key>
<string>1on1ts</string>
<key>Variable</key>
<string>mode</string>
</dict>
<dict>
<key>IsActive</key>
<true/>
<key>IsDisclosed</key>
<true/>
<key>MacroActionType</key>
<string>Notification</string>
<key>SoundName</key>
<string></string>
<key>Subtitle</key>
<string></string>
<key>Text</key>
<string>One on one with timestamps mode.</string>
<key>Title</key>
<string>The mode is now "one one one with timestamps"</string>
</dict>
</array>
<key>IsActive</key>
<true/>
<key>ModificationDate</key>
<real>434395925.50681299</real>
<key>Name</key>
<string>set one on one with timestamps</string>
<key>Triggers</key>
<array>
<dict>
<key>FireType</key>
<string>Pressed</string>
<key>KeyCode</key>
<integer>19</integer>
<key>MacroTriggerType</key>
<string>HotKey</string>
<key>Modifiers</key>
<integer>6912</integer>
</dict>
</array>
<key>UID</key>
<string>1E6D0AEB-40FB-45BC-96DE-5CA6E83E11F7</string>
</dict>
</array>
<key>Name</key>
<string>*set mode</string>
<key>Targeting</key>
<dict>
<key>Targeting</key>
<string>Included</string>
<key>TargetingApps</key>
<array>
<dict>
<key>BundleIdentifier</key>
<string>com.microsoft.Word</string>
<key>Name</key>
<string>Microsoft Word</string>
<key>NewFile</key>
<string>/Applications/Microsoft Office 2011/Microsoft Word.app</string>
</dict>
<dict>
<key>BundleIdentifier</key>
<string>com.sublimetext.2</string>
<key>Name</key>
<string>Sublime Text 2</string>
</dict>
</array>
</dict>
<key>UID</key>
<string>B41F7F8D-AE60-4C5F-B8C3-17A18CE553E4</string>
</dict>
<dict>
<key>Activate</key>
<string>Normal</string>
<key>IsActive</key>
<true/>
<key>Macros</key>
<array>
<dict>
<key>Actions</key>
<array>
<dict>
<key>IsActive</key>
<true/>
<key>IsDisclosed</key>
<true/>
<key>JustDisplay</key>
<false/>
<key>MacroActionType</key>
<string>SetClipboardToText</string>
<key>TargetNamedClipboardRedundantDisplayName</key>
<string>Default Clipboard</string>
<key>TargetNamedClipboardUID</key>
<string>D874D7B3-299A-4B9B-94CF-B75C93EDA395</string>
<key>TargetUseNamedClipboard</key>
<false/>
<key>Text</key>
<string>%Variable%nowSpeaker%</string>
</dict>
<dict>
<key>IsActive</key>
<true/>
<key>IsDisclosed</key>
<true/>
<key>MacroActionType</key>
<string>SetVariableToText</string>
<key>Text</key>
<string>%Variable%three%</string>
<key>Variable</key>
<string>nowSpeaker</string>
</dict>
<dict>
<key>IsActive</key>
<true/>
<key>IsDisclosed</key>
<true/>
<key>MacroActionType</key>
<string>SetVariableToText</string>
<key>Text</key>
<string>false</string>
<key>Variable</key>
<string>isVO</string>
</dict>
<dict>
<key>Asynchronously</key>
<false/>
<key>Count</key>
<integer>1</integer>
<key>IsActive</key>
<true/>
<key>IsDisclosed</key>
<true/>
<key>MacroActionType</key>
<string>ExecuteMacro</string>
<key>MacroUID</key>
<string>F19AF337-2E64-4333-87B2-A092D93EE46F</string>
<key>TimeOutAbortsMacro</key>
<true/>
</dict>
</array>
<key>IsActive</key>
<true/>
<key>ModificationDate</key>
<real>445282665.39114499</real>
<key>Name</key>
<string>put 3 in</string>
<key>Triggers</key>
<array>
<dict>
<key>FireType</key>
<string>Pressed</string>
<key>KeyCode</key>
<integer>20</integer>
<key>MacroTriggerType</key>
<string>HotKey</string>
<key>Modifiers</key>
<integer>256</integer>
</dict>
</array>
<key>UID</key>
<string>E54B0523-D4FB-433E-9C46-724A2DAA713E</string>
</dict>
</array>
<key>Name</key>
<string>#vars put</string>
<key>Targeting</key>
<dict>
<key>Targeting</key>
<string>Included</string>
<key>TargetingApps</key>
<array>
<dict>
<key>BundleIdentifier</key>
<string>com.microsoft.Word</string>
<key>Name</key>
<string>Microsoft Word</string>
<key>NewFile</key>
<string>/Applications/Microsoft Office 2011/Microsoft Word.app</string>
</dict>
</array>
</dict>
<key>UID</key>
<string>81CEABDC-6FE4-43E0-A156-2CAD9DC5FF59</string>
</dict>
<dict>
<key>Activate</key>
<string>Normal</string>
<key>IsActive</key>
<true/>
<key>Macros</key>
<array>
<dict>
<key>Actions</key>
<array>
<dict>
<key>Asynchronously</key>
<false/>
<key>Count</key>
<integer>1</integer>
<key>IsActive</key>
<true/>
<key>IsDisclosed</key>
<true/>
<key>MacroActionType</key>
<string>ExecuteMacro</string>
<key>MacroUID</key>
<string>D92BB47C-1817-4D84-8AB0-11C8732FFF54</string>
<key>TimeOutAbortsMacro</key>
<true/>
</dict>
</array>
<key>IsActive</key>
<true/>
<key>ModificationDate</key>
<real>438454267.56887001</real>
<key>Name</key>
<string>define 3</string>
<key>Triggers</key>
<array>
<dict>
<key>FireType</key>
<string>Pressed</string>
<key>KeyCode</key>
<integer>20</integer>
<key>MacroTriggerType</key>
<string>HotKey</string>
<key>Modifiers</key>
<integer>2048</integer>
</dict>
</array>
<key>UID</key>
<string>F387D711-FD5A-4A0B-A2AA-A954B9928330</string>
</dict>
</array>
<key>Name</key>
<string>#vars define</string>
<key>Targeting</key>
<dict>
<key>Targeting</key>
<string>Included</string>
<key>TargetingApps</key>
<array>
<dict>
<key>BundleIdentifier</key>
<string>com.microsoft.Word</string>
<key>Name</key>
<string>Microsoft Word</string>
<key>NewFile</key>
<string>/Applications/Microsoft Office 2011/Microsoft Word.app</string>
</dict>
<dict>
<key>BundleIdentifier</key>
<string>com.sublimetext.2</string>
<key>Name</key>
<string>Sublime Text 2</string>
</dict>
</array>
</dict>
<key>UID</key>
<string>4B0084B6-881E-4308-BC47-173A105E3CE2</string>
</dict>
<dict>
<key>Activate</key>
<string>Normal</string>
<key>IsActive</key>
<false/>
<key>Macros</key>
<array>
<dict>
<key>Actions</key>
<array>
<dict>
<key>IsActive</key>
<true/>
<key>IsDisclosed</key>
<true/>
<key>MacroActionType</key>
<string>SetVariableToText</string>
<key>Text</key>
<string>%Variable%three%</string>
<key>Variable</key>
<string>nowSpeaker</string>
</dict>
<dict>
<key>IsActive</key>
<true/>
<key>IsDisclosed</key>
<true/>
<key>MacroActionType</key>
<string>SetVariableToText</string>
<key>Text</key>
<string>true</string>
<key>Variable</key>
<string>isVO</string>
</dict>
<dict>
<key>Asynchronously</key>
<false/>
<key>Count</key>
<integer>1</integer>
<key>IsActive</key>
<true/>
<key>IsDisclosed</key>
<true/>
<key>MacroActionType</key>
<string>ExecuteMacro</string>
<key>MacroUID</key>
<string>F19AF337-2E64-4333-87B2-A092D93EE46F</string>
<key>TimeOutAbortsMacro</key>
<true/>
</dict>
</array>
<key>IsActive</key>
<true/>
<key>ModificationDate</key>
<real>438888858.635432</real>
<key>Name</key>
<string>put 3 in with ctrl</string>
<key>Triggers</key>
<array>
<dict>
<key>FireType</key>
<string>Pressed</string>
<key>KeyCode</key>
<integer>20</integer>
<key>MacroTriggerType</key>
<string>HotKey</string>
<key>Modifiers</key>
<integer>4352</integer>
</dict>
</array>
<key>UID</key>
<string>08434BE8-4C03-492E-8F07-1BAAAAD5EC06</string>
</dict>
</array>
<key>Name</key>
<string>#inactive</string>
<key>Targeting</key>
<dict>
<key>Targeting</key>
<string>Included</string>
<key>TargetingApps</key>
<array>
<dict>
<key>BundleIdentifier</key>
<string>com.microsoft.Word</string>
<key>Name</key>
<string>Microsoft Word</string>
<key>NewFile</key>
<string>/Applications/Microsoft Office 2011/Microsoft Word.app</string>
</dict>
</array>
</dict>
<key>UID</key>
<string>908223D9-6C23-440F-8187-F59532C6C454</string>
</dict>
<dict>
<key>Activate</key>
<string>Normal</string>
<key>IsActive</key>
<true/>
<key>Macros</key>
<array>
<dict>
<key>Actions</key>
<array>
<dict>
<key>Asynchronously</key>
<false/>
<key>Count</key>
<integer>1</integer>
<key>IsActive</key>
<true/>
<key>IsDisclosed</key>
<true/>
<key>MacroActionType</key>
<string>ExecuteMacro</string>
<key>MacroUID</key>
<string>D92BB47C-1817-4D84-8AB0-11C8732FFF54</string>
<key>TimeOutAbortsMacro</key>
<true/>
</dict>
</array>
<key>IsActive</key>
<true/>
<key>ModificationDate</key>
<real>438454269.37306899</real>
<key>Name</key>
<string>define 3 as a speaker</string>
<key>Triggers</key>
<array>
<dict>
<key>FireType</key>
<string>Pressed</string>
<key>KeyCode</key>
<integer>20</integer>
<key>MacroTriggerType</key>
<string>HotKey</string>
<key>Modifiers</key>
<integer>6144</integer>
</dict>
</array>
<key>UID</key>
<string>A9D2B594-FDBB-4972-8364-1061A2363414</string>
</dict>
</array>
<key>Name</key>
<string>#vars define</string>
<key>Targeting</key>
<dict>
<key>Targeting</key>
<string>Included</string>
<key>TargetingApps</key>
<array>
<dict>
<key>BundleIdentifier</key>
<string>com.microsoft.Word</string>
<key>Name</key>
<string>Microsoft Word</string>
<key>NewFile</key>
<string>/Applications/Microsoft Office 2011/Microsoft Word.app</string>
</dict>
<dict>
<key>BundleIdentifier</key>
<string>com.sublimetext.2</string>
<key>Name</key>
<string>Sublime Text 2</string>
</dict>
</array>
</dict>
<key>UID</key>
<string>4B0084B6-881E-4308-BC47-173A105E3CE2</string>
</dict>
<dict>
<key>Activate</key>
<string>Normal</string>
<key>IsActive</key>
<true/>
<key>Macros</key>
<array>
<dict>
<key>Actions</key>
<array>
<dict>
<key>IsActive</key>
<true/>
<key>IsDisclosed</key>
<true/>
<key>MacroActionType</key>
<string>SetVariableToText</string>
<key>Text</key>
<string>multi</string>
<key>Variable</key>
<string>mode</string>
</dict>
<dict>
<key>IsActive</key>
<true/>
<key>IsDisclosed</key>
<true/>
<key>MacroActionType</key>
<string>Notification</string>
<key>SoundName</key>
<string></string>
<key>Subtitle</key>
<string></string>
<key>Text</key>
<string>Multi mode.</string>
<key>Title</key>
<string>The mode is now "multi"</string>
</dict>
</array>
<key>IsActive</key>
<true/>
<key>ModificationDate</key>
<real>434395938.01286203</real>
<key>Name</key>
<string>multi</string>
<key>Triggers</key>
<array>
<dict>
<key>FireType</key>
<string>Pressed</string>
<key>KeyCode</key>
<integer>20</integer>
<key>MacroTriggerType</key>
<string>HotKey</string>
<key>Modifiers</key>
<integer>6912</integer>
</dict>
</array>
<key>UID</key>
<string>585A91DC-FB45-42B1-AFB1-FBA97200ED40</string>
</dict>
</array>
<key>Name</key>
<string>*set mode</string>
<key>Targeting</key>
<dict>
<key>Targeting</key>
<string>Included</string>
<key>TargetingApps</key>
<array>
<dict>
<key>BundleIdentifier</key>
<string>com.microsoft.Word</string>
<key>Name</key>
<string>Microsoft Word</string>
<key>NewFile</key>
<string>/Applications/Microsoft Office 2011/Microsoft Word.app</string>
</dict>
<dict>
<key>BundleIdentifier</key>
<string>com.sublimetext.2</string>
<key>Name</key>
<string>Sublime Text 2</string>
</dict>
</array>
</dict>
<key>UID</key>
<string>B41F7F8D-AE60-4C5F-B8C3-17A18CE553E4</string>
</dict>
<dict>
<key>Activate</key>
<string>Normal</string>
<key>IsActive</key>
<true/>
<key>Macros</key>
<array>
<dict>
<key>Actions</key>
<array>
<dict>
<key>IsActive</key>
<true/>
<key>IsDisclosed</key>
<true/>
<key>JustDisplay</key>
<false/>
<key>MacroActionType</key>
<string>SetClipboardToText</string>
<key>TargetNamedClipboardRedundantDisplayName</key>
<string>Default Clipboard</string>
<key>TargetNamedClipboardUID</key>
<string>D874D7B3-299A-4B9B-94CF-B75C93EDA395</string>
<key>TargetUseNamedClipboard</key>
<false/>
<key>Text</key>
<string>%Variable%nowSpeaker%</string>
</dict>
<dict>
<key>IsActive</key>
<true/>
<key>IsDisclosed</key>
<true/>
<key>MacroActionType</key>
<string>SetVariableToText</string>
<key>Text</key>
<string>%Variable%four%</string>
<key>Variable</key>
<string>nowSpeaker</string>
</dict>
<dict>
<key>IsActive</key>
<true/>
<key>IsDisclosed</key>
<true/>
<key>MacroActionType</key>
<string>SetVariableToText</string>
<key>Text</key>
<string>false</string>
<key>Variable</key>
<string>isVO</string>
</dict>
<dict>
<key>Asynchronously</key>
<false/>
<key>Count</key>
<integer>1</integer>
<key>IsActive</key>
<true/>
<key>IsDisclosed</key>
<true/>
<key>MacroActionType</key>
<string>ExecuteMacro</string>
<key>MacroUID</key>
<string>F19AF337-2E64-4333-87B2-A092D93EE46F</string>
<key>TimeOutAbortsMacro</key>
<true/>
</dict>
</array>
<key>IsActive</key>
<true/>
<key>ModificationDate</key>
<real>445282671.50706798</real>
<key>Name</key>
<string>put 4 in</string>
<key>Triggers</key>
<array>
<dict>
<key>FireType</key>
<string>Pressed</string>
<key>KeyCode</key>
<integer>21</integer>
<key>MacroTriggerType</key>
<string>HotKey</string>
<key>Modifiers</key>
<integer>256</integer>
</dict>
</array>
<key>UID</key>
<string>DDFB3DFF-5279-4B0D-A006-3F6DF2AC5F5E</string>
</dict>
</array>
<key>Name</key>
<string>#vars put</string>
<key>Targeting</key>
<dict>
<key>Targeting</key>
<string>Included</string>
<key>TargetingApps</key>
<array>
<dict>
<key>BundleIdentifier</key>
<string>com.microsoft.Word</string>
<key>Name</key>
<string>Microsoft Word</string>
<key>NewFile</key>
<string>/Applications/Microsoft Office 2011/Microsoft Word.app</string>
</dict>
</array>
</dict>
<key>UID</key>
<string>81CEABDC-6FE4-43E0-A156-2CAD9DC5FF59</string>
</dict>
<dict>
<key>Activate</key>
<string>Normal</string>
<key>IsActive</key>
<true/>
<key>Macros</key>
<array>
<dict>
<key>Actions</key>
<array>
<dict>
<key>Asynchronously</key>
<false/>
<key>Count</key>
<integer>1</integer>
<key>IsActive</key>
<true/>
<key>IsDisclosed</key>
<true/>
<key>MacroActionType</key>
<string>ExecuteMacro</string>
<key>MacroUID</key>
<string>D92BB47C-1817-4D84-8AB0-11C8732FFF54</string>
<key>TimeOutAbortsMacro</key>
<true/>
</dict>
</array>
<key>IsActive</key>
<true/>
<key>ModificationDate</key>
<real>438454271.229761</real>
<key>Name</key>
<string>define 4</string>
<key>Triggers</key>
<array>
<dict>
<key>FireType</key>
<string>Pressed</string>
<key>KeyCode</key>
<integer>21</integer>
<key>MacroTriggerType</key>
<string>HotKey</string>
<key>Modifiers</key>
<integer>2048</integer>
</dict>
</array>
<key>UID</key>
<string>62FAAFDC-826F-497E-8FE5-01CC04D760C3</string>
</dict>
</array>
<key>Name</key>
<string>#vars define</string>
<key>Targeting</key>
<dict>
<key>Targeting</key>
<string>Included</string>
<key>TargetingApps</key>
<array>
<dict>
<key>BundleIdentifier</key>
<string>com.microsoft.Word</string>
<key>Name</key>
<string>Microsoft Word</string>
<key>NewFile</key>
<string>/Applications/Microsoft Office 2011/Microsoft Word.app</string>
</dict>
<dict>
<key>BundleIdentifier</key>
<string>com.sublimetext.2</string>
<key>Name</key>
<string>Sublime Text 2</string>
</dict>
</array>
</dict>
<key>UID</key>
<string>4B0084B6-881E-4308-BC47-173A105E3CE2</string>
</dict>
<dict>
<key>Activate</key>
<string>Normal</string>
<key>IsActive</key>
<false/>
<key>Macros</key>
<array>
<dict>
<key>Actions</key>
<array>
<dict>
<key>IsActive</key>
<true/>
<key>IsDisclosed</key>
<true/>
<key>MacroActionType</key>
<string>SetVariableToText</string>
<key>Text</key>
<string>%Variable%four%</string>
<key>Variable</key>
<string>nowSpeaker</string>
</dict>
<dict>
<key>IsActive</key>
<true/>
<key>IsDisclosed</key>
<true/>
<key>MacroActionType</key>
<string>SetVariableToText</string>
<key>Text</key>
<string>true</string>
<key>Variable</key>
<string>isVO</string>
</dict>
<dict>
<key>Asynchronously</key>
<false/>
<key>Count</key>
<integer>1</integer>
<key>IsActive</key>
<true/>
<key>IsDisclosed</key>
<true/>
<key>MacroActionType</key>
<string>ExecuteMacro</string>
<key>MacroUID</key>
<string>F19AF337-2E64-4333-87B2-A092D93EE46F</string>
<key>TimeOutAbortsMacro</key>
<true/>
</dict>
</array>
<key>IsActive</key>
<true/>
<key>ModificationDate</key>
<real>438888864.51881897</real>
<key>Name</key>
<string>put 4 in with ctrl</string>
<key>Triggers</key>
<array>
<dict>
<key>FireType</key>
<string>Pressed</string>
<key>KeyCode</key>
<integer>21</integer>
<key>MacroTriggerType</key>
<string>HotKey</string>
<key>Modifiers</key>
<integer>4352</integer>
</dict>
</array>
<key>UID</key>
<string>85531AC8-6C05-4225-A073-5D1BA15B402A</string>
</dict>
</array>
<key>Name</key>
<string>#inactive</string>
<key>Targeting</key>
<dict>
<key>Targeting</key>
<string>Included</string>
<key>TargetingApps</key>
<array>
<dict>
<key>BundleIdentifier</key>
<string>com.microsoft.Word</string>
<key>Name</key>
<string>Microsoft Word</string>
<key>NewFile</key>
<string>/Applications/Microsoft Office 2011/Microsoft Word.app</string>
</dict>
</array>
</dict>
<key>UID</key>
<string>908223D9-6C23-440F-8187-F59532C6C454</string>
</dict>
<dict>
<key>Activate</key>
<string>Normal</string>
<key>IsActive</key>
<true/>
<key>Macros</key>
<array>
<dict>
<key>Actions</key>
<array>
<dict>
<key>Asynchronously</key>
<false/>
<key>Count</key>
<integer>1</integer>
<key>IsActive</key>
<true/>
<key>IsDisclosed</key>
<true/>
<key>MacroActionType</key>
<string>ExecuteMacro</string>
<key>MacroUID</key>
<string>D92BB47C-1817-4D84-8AB0-11C8732FFF54</string>
<key>TimeOutAbortsMacro</key>
<true/>
</dict>
</array>
<key>IsActive</key>
<true/>
<key>ModificationDate</key>
<real>438454280.12111098</real>
<key>Name</key>
<string>define 4 as a speaker</string>
<key>Triggers</key>
<array>
<dict>
<key>FireType</key>
<string>Pressed</string>
<key>KeyCode</key>
<integer>21</integer>
<key>MacroTriggerType</key>
<string>HotKey</string>
<key>Modifiers</key>
<integer>6144</integer>
</dict>
</array>
<key>UID</key>
<string>10DD6A33-E7AD-478B-9ED5-2B463FE45A2F</string>
</dict>
</array>
<key>Name</key>
<string>#vars define</string>
<key>Targeting</key>
<dict>
<key>Targeting</key>
<string>Included</string>
<key>TargetingApps</key>
<array>
<dict>
<key>BundleIdentifier</key>
<string>com.microsoft.Word</string>
<key>Name</key>
<string>Microsoft Word</string>
<key>NewFile</key>
<string>/Applications/Microsoft Office 2011/Microsoft Word.app</string>
</dict>
<dict>
<key>BundleIdentifier</key>
<string>com.sublimetext.2</string>
<key>Name</key>
<string>Sublime Text 2</string>
</dict>
</array>
</dict>
<key>UID</key>
<string>4B0084B6-881E-4308-BC47-173A105E3CE2</string>
</dict>
<dict>
<key>Activate</key>
<string>Normal</string>
<key>IsActive</key>
<true/>
<key>Macros</key>
<array>
<dict>
<key>Actions</key>
<array>
<dict>
<key>IsActive</key>
<true/>
<key>IsDisclosed</key>
<true/>
<key>MacroActionType</key>
<string>SetVariableToText</string>
<key>Text</key>
<string>many</string>
<key>Variable</key>
<string>mode</string>
</dict>
<dict>
<key>IsActive</key>
<true/>
<key>IsDisclosed</key>
<true/>
<key>MacroActionType</key>
<string>Notification</string>
<key>SoundName</key>
<string></string>
<key>Subtitle</key>
<string></string>
<key>Text</key>
<string>Many mode.</string>
<key>Title</key>
<string>The mode is now "many"</string>
</dict>
</array>
<key>IsActive</key>
<true/>
<key>ModificationDate</key>
<real>434395949.51400399</real>
<key>Name</key>
<string>many</string>
<key>Triggers</key>
<array>
<dict>
<key>FireType</key>
<string>Pressed</string>
<key>KeyCode</key>
<integer>21</integer>
<key>MacroTriggerType</key>
<string>HotKey</string>
<key>Modifiers</key>
<integer>6912</integer>
</dict>
</array>
<key>UID</key>
<string>2289D931-89E6-4F5C-BB79-7BA303FF0A15</string>
</dict>
</array>
<key>Name</key>
<string>*set mode</string>
<key>Targeting</key>
<dict>
<key>Targeting</key>
<string>Included</string>
<key>TargetingApps</key>
<array>
<dict>
<key>BundleIdentifier</key>
<string>com.microsoft.Word</string>
<key>Name</key>
<string>Microsoft Word</string>
<key>NewFile</key>
<string>/Applications/Microsoft Office 2011/Microsoft Word.app</string>
</dict>
<dict>
<key>BundleIdentifier</key>
<string>com.sublimetext.2</string>
<key>Name</key>
<string>Sublime Text 2</string>
</dict>
</array>
</dict>
<key>UID</key>
<string>B41F7F8D-AE60-4C5F-B8C3-17A18CE553E4</string>
</dict>
<dict>
<key>Activate</key>
<string>Normal</string>
<key>IsActive</key>
<true/>
<key>Macros</key>
<array>
<dict>
<key>Actions</key>
<array>
<dict>
<key>IsActive</key>
<true/>
<key>IsDisclosed</key>
<true/>
<key>JustDisplay</key>
<false/>
<key>MacroActionType</key>
<string>SetClipboardToText</string>
<key>TargetNamedClipboardRedundantDisplayName</key>
<string>Default Clipboard</string>
<key>TargetNamedClipboardUID</key>
<string>D874D7B3-299A-4B9B-94CF-B75C93EDA395</string>
<key>TargetUseNamedClipboard</key>
<false/>
<key>Text</key>
<string>%Variable%nowSpeaker%</string>
</dict>
<dict>
<key>IsActive</key>
<true/>
<key>IsDisclosed</key>
<true/>
<key>MacroActionType</key>
<string>SetVariableToText</string>
<key>Text</key>
<string>%Variable%five%</string>
<key>Variable</key>
<string>nowSpeaker</string>
</dict>
<dict>
<key>IsActive</key>
<true/>
<key>IsDisclosed</key>
<true/>
<key>MacroActionType</key>
<string>SetVariableToText</string>
<key>Text</key>
<string>false</string>
<key>Variable</key>
<string>isVO</string>
</dict>
<dict>
<key>Asynchronously</key>
<false/>
<key>Count</key>
<integer>1</integer>
<key>IsActive</key>
<true/>
<key>IsDisclosed</key>
<true/>
<key>MacroActionType</key>
<string>ExecuteMacro</string>
<key>MacroUID</key>
<string>F19AF337-2E64-4333-87B2-A092D93EE46F</string>
<key>TimeOutAbortsMacro</key>
<true/>
</dict>
</array>
<key>IsActive</key>
<true/>
<key>ModificationDate</key>
<real>445282678.77872801</real>
<key>Name</key>
<string>put 5 in</string>
<key>Triggers</key>
<array>
<dict>
<key>FireType</key>
<string>Pressed</string>
<key>KeyCode</key>
<integer>23</integer>
<key>MacroTriggerType</key>
<string>HotKey</string>
<key>Modifiers</key>
<integer>256</integer>
</dict>
</array>
<key>UID</key>
<string>C72A2180-9688-43A3-8EE2-B5E54785BE99</string>
</dict>
</array>
<key>Name</key>
<string>#vars put</string>
<key>Targeting</key>
<dict>
<key>Targeting</key>
<string>Included</string>
<key>TargetingApps</key>
<array>
<dict>
<key>BundleIdentifier</key>
<string>com.microsoft.Word</string>
<key>Name</key>
<string>Microsoft Word</string>
<key>NewFile</key>
<string>/Applications/Microsoft Office 2011/Microsoft Word.app</string>
</dict>
</array>
</dict>
<key>UID</key>
<string>81CEABDC-6FE4-43E0-A156-2CAD9DC5FF59</string>
</dict>
<dict>
<key>Activate</key>
<string>Normal</string>
<key>IsActive</key>
<true/>
<key>Macros</key>
<array>
<dict>
<key>Actions</key>
<array>
<dict>
<key>Asynchronously</key>
<false/>
<key>Count</key>
<integer>1</integer>
<key>IsActive</key>
<true/>
<key>IsDisclosed</key>
<true/>
<key>MacroActionType</key>
<string>ExecuteMacro</string>
<key>MacroUID</key>
<string>D92BB47C-1817-4D84-8AB0-11C8732FFF54</string>
<key>TimeOutAbortsMacro</key>
<true/>
</dict>
</array>
<key>IsActive</key>
<true/>
<key>ModificationDate</key>
<real>438454281.93862402</real>
<key>Name</key>
<string>define 5</string>
<key>Triggers</key>
<array>
<dict>
<key>FireType</key>
<string>Pressed</string>
<key>KeyCode</key>
<integer>23</integer>
<key>MacroTriggerType</key>
<string>HotKey</string>
<key>Modifiers</key>
<integer>2048</integer>
</dict>
</array>
<key>UID</key>
<string>AB053960-3834-44D8-8653-544F145A2A6E</string>
</dict>
</array>
<key>Name</key>
<string>#vars define</string>
<key>Targeting</key>
<dict>
<key>Targeting</key>
<string>Included</string>
<key>TargetingApps</key>
<array>
<dict>
<key>BundleIdentifier</key>
<string>com.microsoft.Word</string>
<key>Name</key>
<string>Microsoft Word</string>
<key>NewFile</key>
<string>/Applications/Microsoft Office 2011/Microsoft Word.app</string>
</dict>
<dict>
<key>BundleIdentifier</key>
<string>com.sublimetext.2</string>
<key>Name</key>
<string>Sublime Text 2</string>
</dict>
</array>
</dict>
<key>UID</key>
<string>4B0084B6-881E-4308-BC47-173A105E3CE2</string>
</dict>
<dict>
<key>Activate</key>
<string>Normal</string>
<key>IsActive</key>
<false/>
<key>Macros</key>
<array>
<dict>
<key>Actions</key>
<array>
<dict>
<key>IsActive</key>
<true/>
<key>IsDisclosed</key>
<true/>
<key>MacroActionType</key>
<string>SetVariableToText</string>
<key>Text</key>
<string>%Variable%five%</string>
<key>Variable</key>
<string>nowSpeaker</string>
</dict>
<dict>
<key>IsActive</key>
<true/>
<key>IsDisclosed</key>
<true/>
<key>MacroActionType</key>
<string>SetVariableToText</string>
<key>Text</key>
<string>true</string>
<key>Variable</key>
<string>isVO</string>
</dict>
<dict>
<key>Asynchronously</key>
<false/>
<key>Count</key>
<integer>1</integer>
<key>IsActive</key>
<true/>
<key>IsDisclosed</key>
<true/>
<key>MacroActionType</key>
<string>ExecuteMacro</string>
<key>MacroUID</key>
<string>F19AF337-2E64-4333-87B2-A092D93EE46F</string>
<key>TimeOutAbortsMacro</key>
<true/>
</dict>
</array>
<key>IsActive</key>
<true/>
<key>ModificationDate</key>
<real>438888870.15790099</real>
<key>Name</key>
<string>put 5 in with ctrl</string>
<key>Triggers</key>
<array>
<dict>
<key>FireType</key>
<string>Pressed</string>
<key>KeyCode</key>
<integer>23</integer>
<key>MacroTriggerType</key>
<string>HotKey</string>
<key>Modifiers</key>
<integer>4352</integer>
</dict>
</array>
<key>UID</key>
<string>389DCE43-395B-41E3-A031-79DFBABBE3E4</string>
</dict>
</array>
<key>Name</key>
<string>#inactive</string>
<key>Targeting</key>
<dict>
<key>Targeting</key>
<string>Included</string>
<key>TargetingApps</key>
<array>
<dict>
<key>BundleIdentifier</key>
<string>com.microsoft.Word</string>
<key>Name</key>
<string>Microsoft Word</string>
<key>NewFile</key>
<string>/Applications/Microsoft Office 2011/Microsoft Word.app</string>
</dict>
</array>
</dict>
<key>UID</key>
<string>908223D9-6C23-440F-8187-F59532C6C454</string>
</dict>
<dict>
<key>Activate</key>
<string>Normal</string>
<key>IsActive</key>
<true/>
<key>Macros</key>
<array>
<dict>
<key>Actions</key>
<array>
<dict>
<key>Asynchronously</key>
<false/>
<key>Count</key>
<integer>1</integer>
<key>IsActive</key>
<true/>
<key>IsDisclosed</key>
<true/>
<key>MacroActionType</key>
<string>ExecuteMacro</string>
<key>MacroUID</key>
<string>D92BB47C-1817-4D84-8AB0-11C8732FFF54</string>
<key>TimeOutAbortsMacro</key>
<true/>
</dict>
</array>
<key>IsActive</key>
<true/>
<key>ModificationDate</key>
<real>438454283.76169902</real>
<key>Name</key>
<string>define 5 as a speaker </string>
<key>Triggers</key>
<array>
<dict>
<key>FireType</key>
<string>Pressed</string>
<key>KeyCode</key>
<integer>23</integer>
<key>MacroTriggerType</key>
<string>HotKey</string>
<key>Modifiers</key>
<integer>6144</integer>
</dict>
</array>
<key>UID</key>
<string>BACF86A9-A1FB-4EA5-8E08-2B8130E3F39B</string>
</dict>
</array>
<key>Name</key>
<string>#vars define</string>
<key>Targeting</key>
<dict>
<key>Targeting</key>
<string>Included</string>
<key>TargetingApps</key>
<array>
<dict>
<key>BundleIdentifier</key>
<string>com.microsoft.Word</string>
<key>Name</key>
<string>Microsoft Word</string>
<key>NewFile</key>
<string>/Applications/Microsoft Office 2011/Microsoft Word.app</string>
</dict>
<dict>
<key>BundleIdentifier</key>
<string>com.sublimetext.2</string>
<key>Name</key>
<string>Sublime Text 2</string>
</dict>
</array>
</dict>
<key>UID</key>
<string>4B0084B6-881E-4308-BC47-173A105E3CE2</string>
</dict>
<dict>
<key>Activate</key>
<string>Normal</string>
<key>IsActive</key>
<true/>
<key>Macros</key>
<array>
<dict>
<key>Actions</key>
<array>
<dict>
<key>IsActive</key>
<true/>
<key>IsDisclosed</key>
<true/>
<key>MacroActionType</key>
<string>SetVariableToText</string>
<key>Text</key>
<string>focus</string>
<key>Variable</key>
<string>mode</string>
</dict>
<dict>
<key>IsActive</key>
<true/>
<key>IsDisclosed</key>
<true/>
<key>MacroActionType</key>
<string>Notification</string>
<key>SoundName</key>
<string></string>
<key>Subtitle</key>
<string></string>
<key>Text</key>
<string>Focus group mode.</string>
<key>Title</key>
<string>The mode is now "focus group"</string>
</dict>
</array>
<key>IsActive</key>
<true/>
<key>ModificationDate</key>
<real>434395961.64648998</real>
<key>Name</key>
<string>set focus group mode</string>
<key>Triggers</key>
<array>
<dict>
<key>FireType</key>
<string>Pressed</string>
<key>KeyCode</key>
<integer>23</integer>
<key>MacroTriggerType</key>
<string>HotKey</string>
<key>Modifiers</key>
<integer>6912</integer>
</dict>
</array>
<key>UID</key>
<string>E0F651DA-23E7-4B9B-8CB6-FE31079D1693</string>
</dict>
</array>
<key>Name</key>
<string>*set mode</string>
<key>Targeting</key>
<dict>
<key>Targeting</key>
<string>Included</string>
<key>TargetingApps</key>
<array>
<dict>
<key>BundleIdentifier</key>
<string>com.microsoft.Word</string>
<key>Name</key>
<string>Microsoft Word</string>
<key>NewFile</key>
<string>/Applications/Microsoft Office 2011/Microsoft Word.app</string>
</dict>
<dict>
<key>BundleIdentifier</key>
<string>com.sublimetext.2</string>
<key>Name</key>
<string>Sublime Text 2</string>
</dict>
</array>
</dict>
<key>UID</key>
<string>B41F7F8D-AE60-4C5F-B8C3-17A18CE553E4</string>
</dict>
<dict>
<key>Activate</key>
<string>Normal</string>
<key>IsActive</key>
<true/>
<key>Macros</key>
<array>
<dict>
<key>Actions</key>
<array>
<dict>
<key>IsActive</key>
<true/>
<key>IsDisclosed</key>
<true/>
<key>JustDisplay</key>
<false/>
<key>MacroActionType</key>
<string>SetClipboardToText</string>
<key>TargetNamedClipboardRedundantDisplayName</key>
<string>Default Clipboard</string>
<key>TargetNamedClipboardUID</key>
<string>D874D7B3-299A-4B9B-94CF-B75C93EDA395</string>
<key>TargetUseNamedClipboard</key>
<false/>
<key>Text</key>
<string>%Variable%nowSpeaker%</string>
</dict>
<dict>
<key>IsActive</key>
<true/>
<key>IsDisclosed</key>
<true/>
<key>MacroActionType</key>
<string>SetVariableToText</string>
<key>Text</key>
<string>%Variable%six%</string>
<key>Variable</key>
<string>nowSpeaker</string>
</dict>
<dict>
<key>IsActive</key>
<true/>
<key>IsDisclosed</key>
<true/>
<key>MacroActionType</key>
<string>SetVariableToText</string>
<key>Text</key>
<string>false</string>
<key>Variable</key>
<string>isVO</string>
</dict>
<dict>
<key>Asynchronously</key>
<false/>
<key>Count</key>
<integer>1</integer>
<key>IsActive</key>
<true/>
<key>IsDisclosed</key>
<true/>
<key>MacroActionType</key>
<string>ExecuteMacro</string>
<key>MacroUID</key>
<string>F19AF337-2E64-4333-87B2-A092D93EE46F</string>
<key>TimeOutAbortsMacro</key>
<true/>
</dict>
</array>
<key>IsActive</key>
<true/>
<key>ModificationDate</key>
<real>445282684.091133</real>
<key>Name</key>
<string>put 6 in</string>
<key>Triggers</key>
<array>
<dict>
<key>FireType</key>
<string>Pressed</string>
<key>KeyCode</key>
<integer>22</integer>
<key>MacroTriggerType</key>
<string>HotKey</string>
<key>Modifiers</key>
<integer>256</integer>
</dict>
</array>
<key>UID</key>
<string>CB1F341F-8A9C-4EBC-A13A-BFAD5CC7DC68</string>
</dict>
</array>
<key>Name</key>
<string>#vars put</string>
<key>Targeting</key>
<dict>
<key>Targeting</key>
<string>Included</string>
<key>TargetingApps</key>
<array>
<dict>
<key>BundleIdentifier</key>
<string>com.microsoft.Word</string>
<key>Name</key>
<string>Microsoft Word</string>
<key>NewFile</key>
<string>/Applications/Microsoft Office 2011/Microsoft Word.app</string>
</dict>
</array>
</dict>
<key>UID</key>
<string>81CEABDC-6FE4-43E0-A156-2CAD9DC5FF59</string>
</dict>
<dict>
<key>Activate</key>
<string>Normal</string>
<key>IsActive</key>
<true/>
<key>Macros</key>
<array>
<dict>
<key>Actions</key>
<array>
<dict>
<key>Asynchronously</key>
<false/>
<key>Count</key>
<integer>1</integer>
<key>IsActive</key>
<true/>
<key>IsDisclosed</key>
<true/>
<key>MacroActionType</key>
<string>ExecuteMacro</string>
<key>MacroUID</key>
<string>D92BB47C-1817-4D84-8AB0-11C8732FFF54</string>
<key>TimeOutAbortsMacro</key>
<true/>
</dict>
</array>
<key>IsActive</key>
<true/>
<key>ModificationDate</key>
<real>438454285.58259702</real>
<key>Name</key>
<string>define 6</string>
<key>Triggers</key>
<array>
<dict>
<key>FireType</key>
<string>Pressed</string>
<key>KeyCode</key>
<integer>22</integer>
<key>MacroTriggerType</key>
<string>HotKey</string>
<key>Modifiers</key>
<integer>2048</integer>
</dict>
</array>
<key>UID</key>
<string>016D1019-9DFE-4FE5-A1CB-3520593D7961</string>
</dict>
</array>
<key>Name</key>
<string>#vars define</string>
<key>Targeting</key>
<dict>
<key>Targeting</key>
<string>Included</string>
<key>TargetingApps</key>
<array>
<dict>
<key>BundleIdentifier</key>
<string>com.microsoft.Word</string>
<key>Name</key>
<string>Microsoft Word</string>
<key>NewFile</key>
<string>/Applications/Microsoft Office 2011/Microsoft Word.app</string>
</dict>
<dict>
<key>BundleIdentifier</key>
<string>com.sublimetext.2</string>
<key>Name</key>
<string>Sublime Text 2</string>
</dict>
</array>
</dict>
<key>UID</key>
<string>4B0084B6-881E-4308-BC47-173A105E3CE2</string>
</dict>
<dict>
<key>Activate</key>
<string>Normal</string>
<key>IsActive</key>
<false/>
<key>Macros</key>
<array>
<dict>
<key>Actions</key>
<array>
<dict>
<key>IsActive</key>
<true/>
<key>IsDisclosed</key>
<true/>
<key>MacroActionType</key>
<string>SetVariableToText</string>
<key>Text</key>
<string>%Variable%six%</string>
<key>Variable</key>
<string>nowSpeaker</string>
</dict>
<dict>
<key>IsActive</key>
<true/>
<key>IsDisclosed</key>
<true/>
<key>MacroActionType</key>
<string>SetVariableToText</string>
<key>Text</key>
<string>true</string>
<key>Variable</key>
<string>isVO</string>
</dict>
<dict>
<key>Asynchronously</key>
<false/>
<key>Count</key>
<integer>1</integer>
<key>IsActive</key>
<true/>
<key>IsDisclosed</key>
<true/>
<key>MacroActionType</key>
<string>ExecuteMacro</string>
<key>MacroUID</key>
<string>F19AF337-2E64-4333-87B2-A092D93EE46F</string>
<key>TimeOutAbortsMacro</key>
<true/>
</dict>
</array>
<key>IsActive</key>
<true/>
<key>ModificationDate</key>
<real>438888878.20858097</real>
<key>Name</key>
<string>put 6 in with ctrl</string>
<key>Triggers</key>
<array>
<dict>
<key>FireType</key>
<string>Pressed</string>
<key>KeyCode</key>
<integer>22</integer>
<key>MacroTriggerType</key>
<string>HotKey</string>
<key>Modifiers</key>
<integer>4352</integer>
</dict>
</array>
<key>UID</key>
<string>575742A1-C15C-4019-99F3-2258FC8ABFB9</string>
</dict>
</array>
<key>Name</key>
<string>#inactive</string>
<key>Targeting</key>
<dict>
<key>Targeting</key>
<string>Included</string>
<key>TargetingApps</key>
<array>
<dict>
<key>BundleIdentifier</key>
<string>com.microsoft.Word</string>
<key>Name</key>
<string>Microsoft Word</string>
<key>NewFile</key>
<string>/Applications/Microsoft Office 2011/Microsoft Word.app</string>
</dict>
</array>
</dict>
<key>UID</key>
<string>908223D9-6C23-440F-8187-F59532C6C454</string>
</dict>
<dict>
<key>Activate</key>
<string>Normal</string>
<key>IsActive</key>
<true/>
<key>Macros</key>
<array>
<dict>
<key>Actions</key>
<array>
<dict>
<key>Asynchronously</key>
<false/>
<key>Count</key>
<integer>1</integer>
<key>IsActive</key>
<true/>
<key>IsDisclosed</key>
<true/>
<key>MacroActionType</key>
<string>ExecuteMacro</string>
<key>MacroUID</key>
<string>D92BB47C-1817-4D84-8AB0-11C8732FFF54</string>
<key>TimeOutAbortsMacro</key>
<true/>
</dict>
</array>
<key>IsActive</key>
<true/>
<key>ModificationDate</key>
<real>438454287.423491</real>
<key>Name</key>
<string>define 6 as a speaker</string>
<key>Triggers</key>
<array>
<dict>
<key>FireType</key>
<string>Pressed</string>
<key>KeyCode</key>
<integer>22</integer>
<key>MacroTriggerType</key>
<string>HotKey</string>
<key>Modifiers</key>
<integer>6144</integer>
</dict>
</array>
<key>UID</key>
<string>9957A292-4116-41D1-9F21-3E9B62CAE1A1</string>
</dict>
</array>
<key>Name</key>
<string>#vars define</string>
<key>Targeting</key>
<dict>
<key>Targeting</key>
<string>Included</string>
<key>TargetingApps</key>
<array>
<dict>
<key>BundleIdentifier</key>
<string>com.microsoft.Word</string>
<key>Name</key>
<string>Microsoft Word</string>
<key>NewFile</key>
<string>/Applications/Microsoft Office 2011/Microsoft Word.app</string>
</dict>
<dict>
<key>BundleIdentifier</key>
<string>com.sublimetext.2</string>
<key>Name</key>
<string>Sublime Text 2</string>
</dict>
</array>
</dict>
<key>UID</key>
<string>4B0084B6-881E-4308-BC47-173A105E3CE2</string>
</dict>
<dict>
<key>Activate</key>
<string>Normal</string>
<key>IsActive</key>
<true/>
<key>Macros</key>
<array>
<dict>
<key>Actions</key>
<array>
<dict>
<key>IsActive</key>
<true/>
<key>IsDisclosed</key>
<true/>
<key>MacroActionType</key>
<string>SetVariableToText</string>
<key>Text</key>
<string>focusanon</string>
<key>Variable</key>
<string>mode</string>
</dict>
<dict>
<key>IsActive</key>
<true/>
<key>IsDisclosed</key>
<true/>
<key>MacroActionType</key>
<string>Notification</string>
<key>SoundName</key>
<string></string>
<key>Subtitle</key>
<string></string>
<key>Text</key>
<string>Anonymous focus group mode.</string>
<key>Title</key>
<string>The mode is now "anonymous focus group"</string>
</dict>
</array>
<key>IsActive</key>
<true/>
<key>ModificationDate</key>
<real>434395974.51417398</real>
<key>Name</key>
<string>focus anonymous</string>
<key>Triggers</key>
<array>
<dict>
<key>FireType</key>
<string>Pressed</string>
<key>KeyCode</key>
<integer>22</integer>
<key>MacroTriggerType</key>
<string>HotKey</string>
<key>Modifiers</key>
<integer>6912</integer>
</dict>
</array>
<key>UID</key>
<string>66D94FB7-1FBE-4564-81D0-04C9E29F6C8D</string>
</dict>
</array>
<key>Name</key>
<string>*set mode</string>
<key>Targeting</key>
<dict>
<key>Targeting</key>
<string>Included</string>
<key>TargetingApps</key>
<array>
<dict>
<key>BundleIdentifier</key>
<string>com.microsoft.Word</string>
<key>Name</key>
<string>Microsoft Word</string>
<key>NewFile</key>
<string>/Applications/Microsoft Office 2011/Microsoft Word.app</string>
</dict>
<dict>
<key>BundleIdentifier</key>
<string>com.sublimetext.2</string>
<key>Name</key>
<string>Sublime Text 2</string>
</dict>
</array>
</dict>
<key>UID</key>
<string>B41F7F8D-AE60-4C5F-B8C3-17A18CE553E4</string>
</dict>
<dict>
<key>Activate</key>
<string>Normal</string>
<key>IsActive</key>
<true/>
<key>Macros</key>
<array>
<dict>
<key>Actions</key>
<array>
<dict>
<key>IsActive</key>
<true/>
<key>IsDisclosed</key>
<true/>
<key>JustDisplay</key>
<false/>
<key>MacroActionType</key>
<string>SetClipboardToText</string>
<key>TargetNamedClipboardRedundantDisplayName</key>
<string>Default Clipboard</string>
<key>TargetNamedClipboardUID</key>
<string>D874D7B3-299A-4B9B-94CF-B75C93EDA395</string>
<key>TargetUseNamedClipboard</key>
<false/>
<key>Text</key>
<string>%Variable%nowSpeaker%</string>
</dict>
<dict>
<key>IsActive</key>
<true/>
<key>IsDisclosed</key>
<true/>
<key>MacroActionType</key>
<string>SetVariableToText</string>
<key>Text</key>
<string>%Variable%seven%</string>
<key>Variable</key>
<string>nowSpeaker</string>
</dict>
<dict>
<key>IsActive</key>
<true/>
<key>IsDisclosed</key>
<true/>
<key>MacroActionType</key>
<string>SetVariableToText</string>
<key>Text</key>
<string>false</string>
<key>Variable</key>
<string>isVO</string>
</dict>
<dict>
<key>Asynchronously</key>
<false/>
<key>Count</key>
<integer>1</integer>
<key>IsActive</key>
<true/>
<key>IsDisclosed</key>
<true/>
<key>MacroActionType</key>
<string>ExecuteMacro</string>
<key>MacroUID</key>
<string>F19AF337-2E64-4333-87B2-A092D93EE46F</string>
<key>TimeOutAbortsMacro</key>
<true/>
</dict>
</array>
<key>IsActive</key>
<true/>
<key>ModificationDate</key>
<real>445282690.930812</real>
<key>Name</key>
<string>put 7 in</string>
<key>Triggers</key>
<array>
<dict>
<key>FireType</key>
<string>Pressed</string>
<key>KeyCode</key>
<integer>26</integer>
<key>MacroTriggerType</key>
<string>HotKey</string>
<key>Modifiers</key>
<integer>256</integer>
</dict>
</array>
<key>UID</key>
<string>4C0DE02F-2F53-4832-A997-50F18DC63D1F</string>
</dict>
</array>
<key>Name</key>
<string>#vars put</string>
<key>Targeting</key>
<dict>
<key>Targeting</key>
<string>Included</string>
<key>TargetingApps</key>
<array>
<dict>
<key>BundleIdentifier</key>
<string>com.microsoft.Word</string>
<key>Name</key>
<string>Microsoft Word</string>
<key>NewFile</key>
<string>/Applications/Microsoft Office 2011/Microsoft Word.app</string>
</dict>
</array>
</dict>
<key>UID</key>
<string>81CEABDC-6FE4-43E0-A156-2CAD9DC5FF59</string>
</dict>
<dict>
<key>Activate</key>
<string>Normal</string>
<key>IsActive</key>
<true/>
<key>Macros</key>
<array>
<dict>
<key>Actions</key>
<array>
<dict>
<key>Asynchronously</key>
<false/>
<key>Count</key>
<integer>1</integer>
<key>IsActive</key>
<true/>
<key>IsDisclosed</key>
<true/>
<key>MacroActionType</key>
<string>ExecuteMacro</string>
<key>MacroUID</key>
<string>D92BB47C-1817-4D84-8AB0-11C8732FFF54</string>
<key>TimeOutAbortsMacro</key>
<true/>
</dict>
</array>
<key>IsActive</key>
<true/>
<key>ModificationDate</key>
<real>438454289.24392998</real>
<key>Name</key>
<string>define 7</string>
<key>Triggers</key>
<array>
<dict>
<key>FireType</key>
<string>Pressed</string>
<key>KeyCode</key>
<integer>26</integer>
<key>MacroTriggerType</key>
<string>HotKey</string>
<key>Modifiers</key>
<integer>2048</integer>
</dict>
</array>
<key>UID</key>
<string>6ED04BE3-A5FB-423B-9CE8-36006D8B5886</string>
</dict>
</array>
<key>Name</key>
<string>#vars define</string>
<key>Targeting</key>
<dict>
<key>Targeting</key>
<string>Included</string>
<key>TargetingApps</key>
<array>
<dict>
<key>BundleIdentifier</key>
<string>com.microsoft.Word</string>
<key>Name</key>
<string>Microsoft Word</string>
<key>NewFile</key>
<string>/Applications/Microsoft Office 2011/Microsoft Word.app</string>
</dict>
<dict>
<key>BundleIdentifier</key>
<string>com.sublimetext.2</string>
<key>Name</key>
<string>Sublime Text 2</string>
</dict>
</array>
</dict>
<key>UID</key>
<string>4B0084B6-881E-4308-BC47-173A105E3CE2</string>
</dict>
<dict>
<key>Activate</key>
<string>Normal</string>
<key>IsActive</key>
<false/>
<key>Macros</key>
<array>
<dict>
<key>Actions</key>
<array>
<dict>
<key>IsActive</key>
<true/>
<key>IsDisclosed</key>
<true/>
<key>MacroActionType</key>
<string>SetVariableToText</string>
<key>Text</key>
<string>%Variable%seven%</string>
<key>Variable</key>
<string>nowSpeaker</string>
</dict>
<dict>
<key>IsActive</key>
<true/>
<key>IsDisclosed</key>
<true/>
<key>MacroActionType</key>
<string>SetVariableToText</string>
<key>Text</key>
<string>true</string>
<key>Variable</key>
<string>isVO</string>
</dict>
<dict>
<key>Asynchronously</key>
<false/>
<key>Count</key>
<integer>1</integer>
<key>IsActive</key>
<true/>
<key>IsDisclosed</key>
<true/>
<key>MacroActionType</key>
<string>ExecuteMacro</string>
<key>MacroUID</key>
<string>F19AF337-2E64-4333-87B2-A092D93EE46F</string>
<key>TimeOutAbortsMacro</key>
<true/>
</dict>
</array>
<key>IsActive</key>
<true/>
<key>ModificationDate</key>
<real>438888884.24462199</real>
<key>Name</key>
<string>put 7 in with ctrl</string>
<key>Triggers</key>
<array>
<dict>
<key>FireType</key>
<string>Pressed</string>
<key>KeyCode</key>
<integer>26</integer>
<key>MacroTriggerType</key>
<string>HotKey</string>
<key>Modifiers</key>
<integer>4352</integer>
</dict>
</array>
<key>UID</key>
<string>3E66C6A5-8E0E-4910-97E8-45192AAFF7C5</string>
</dict>
</array>
<key>Name</key>
<string>#inactive</string>
<key>Targeting</key>
<dict>
<key>Targeting</key>
<string>Included</string>
<key>TargetingApps</key>
<array>
<dict>
<key>BundleIdentifier</key>
<string>com.microsoft.Word</string>
<key>Name</key>
<string>Microsoft Word</string>
<key>NewFile</key>
<string>/Applications/Microsoft Office 2011/Microsoft Word.app</string>
</dict>
</array>
</dict>
<key>UID</key>
<string>908223D9-6C23-440F-8187-F59532C6C454</string>
</dict>
<dict>
<key>Activate</key>
<string>Normal</string>
<key>IsActive</key>
<true/>
<key>Macros</key>
<array>
<dict>
<key>Actions</key>
<array>
<dict>
<key>Asynchronously</key>
<false/>
<key>Count</key>
<integer>1</integer>
<key>IsActive</key>
<true/>
<key>IsDisclosed</key>
<true/>
<key>MacroActionType</key>
<string>ExecuteMacro</string>
<key>MacroUID</key>
<string>D92BB47C-1817-4D84-8AB0-11C8732FFF54</string>
<key>TimeOutAbortsMacro</key>
<true/>
</dict>
</array>
<key>IsActive</key>
<true/>
<key>ModificationDate</key>
<real>438454291.09864098</real>
<key>Name</key>
<string>define 7 as a speaker</string>
<key>Triggers</key>
<array>
<dict>
<key>FireType</key>
<string>Pressed</string>
<key>KeyCode</key>
<integer>26</integer>
<key>MacroTriggerType</key>
<string>HotKey</string>
<key>Modifiers</key>
<integer>6144</integer>
</dict>
</array>
<key>UID</key>
<string>161F16D1-C60D-4DF8-BE42-8A0881EBDEC9</string>
</dict>
</array>
<key>Name</key>
<string>#vars define</string>
<key>Targeting</key>
<dict>
<key>Targeting</key>
<string>Included</string>
<key>TargetingApps</key>
<array>
<dict>
<key>BundleIdentifier</key>
<string>com.microsoft.Word</string>
<key>Name</key>
<string>Microsoft Word</string>
<key>NewFile</key>
<string>/Applications/Microsoft Office 2011/Microsoft Word.app</string>
</dict>
<dict>
<key>BundleIdentifier</key>
<string>com.sublimetext.2</string>
<key>Name</key>
<string>Sublime Text 2</string>
</dict>
</array>
</dict>
<key>UID</key>
<string>4B0084B6-881E-4308-BC47-173A105E3CE2</string>
</dict>
<dict>
<key>Activate</key>
<string>Normal</string>
<key>IsActive</key>
<true/>
<key>Macros</key>
<array>
<dict>
<key>Actions</key>
<array>
<dict>
<key>IsActive</key>
<true/>
<key>IsDisclosed</key>
<true/>
<key>MacroActionType</key>
<string>SetVariableToText</string>
<key>Text</key>
<string>dictation</string>
<key>Variable</key>
<string>mode</string>
</dict>
<dict>
<key>IsActive</key>
<true/>
<key>IsDisclosed</key>
<true/>
<key>MacroActionType</key>
<string>Notification</string>
<key>SoundName</key>
<string></string>
<key>Subtitle</key>
<string></string>
<key>Text</key>
<string>Dictation mode.</string>
<key>Title</key>
<string>The mode is now "dictation"</string>
</dict>
</array>
<key>IsActive</key>
<true/>
<key>ModificationDate</key>
<real>434647047.24932498</real>
<key>Name</key>
<string>dictation</string>
<key>Triggers</key>
<array>
<dict>
<key>FireType</key>
<string>Pressed</string>
<key>KeyCode</key>
<integer>26</integer>
<key>MacroTriggerType</key>
<string>HotKey</string>
<key>Modifiers</key>
<integer>6912</integer>
</dict>
</array>
<key>UID</key>
<string>0A0C16AB-894C-427C-AE10-F45CBFE63087</string>
</dict>
</array>
<key>Name</key>
<string>*set mode</string>
<key>Targeting</key>
<dict>
<key>Targeting</key>
<string>Included</string>
<key>TargetingApps</key>
<array>
<dict>
<key>BundleIdentifier</key>
<string>com.microsoft.Word</string>
<key>Name</key>
<string>Microsoft Word</string>
<key>NewFile</key>
<string>/Applications/Microsoft Office 2011/Microsoft Word.app</string>
</dict>
<dict>
<key>BundleIdentifier</key>
<string>com.sublimetext.2</string>
<key>Name</key>
<string>Sublime Text 2</string>
</dict>
</array>
</dict>
<key>UID</key>
<string>B41F7F8D-AE60-4C5F-B8C3-17A18CE553E4</string>
</dict>
<dict>
<key>Activate</key>
<string>Normal</string>
<key>IsActive</key>
<true/>
<key>Macros</key>
<array>
<dict>
<key>Actions</key>
<array>
<dict>
<key>IsActive</key>
<true/>
<key>IsDisclosed</key>
<true/>
<key>JustDisplay</key>
<false/>
<key>MacroActionType</key>
<string>SetClipboardToText</string>
<key>TargetNamedClipboardRedundantDisplayName</key>
<string>Default Clipboard</string>
<key>TargetNamedClipboardUID</key>
<string>D874D7B3-299A-4B9B-94CF-B75C93EDA395</string>
<key>TargetUseNamedClipboard</key>
<false/>
<key>Text</key>
<string>%Variable%nowSpeaker%</string>
</dict>
<dict>
<key>IsActive</key>
<true/>
<key>IsDisclosed</key>
<true/>
<key>MacroActionType</key>
<string>SetVariableToText</string>
<key>Text</key>
<string>%Variable%eight%</string>
<key>Variable</key>
<string>nowSpeaker</string>
</dict>
<dict>
<key>IsActive</key>
<true/>
<key>IsDisclosed</key>
<true/>
<key>MacroActionType</key>
<string>SetVariableToText</string>
<key>Text</key>
<string>false</string>
<key>Variable</key>
<string>isVO</string>
</dict>
<dict>
<key>Asynchronously</key>
<false/>
<key>Count</key>
<integer>1</integer>
<key>IsActive</key>
<true/>
<key>IsDisclosed</key>
<true/>
<key>MacroActionType</key>
<string>ExecuteMacro</string>
<key>MacroUID</key>
<string>F19AF337-2E64-4333-87B2-A092D93EE46F</string>
<key>TimeOutAbortsMacro</key>
<true/>
</dict>
</array>
<key>IsActive</key>
<true/>
<key>ModificationDate</key>
<real>445282696.819507</real>
<key>Name</key>
<string>put 8 in</string>
<key>Triggers</key>
<array>
<dict>
<key>FireType</key>
<string>Pressed</string>
<key>KeyCode</key>
<integer>28</integer>
<key>MacroTriggerType</key>
<string>HotKey</string>
<key>Modifiers</key>
<integer>256</integer>
</dict>
</array>
<key>UID</key>
<string>A7EBA07C-25CA-4856-A5B3-E0D1553B44B0</string>
</dict>
</array>
<key>Name</key>
<string>#vars put</string>
<key>Targeting</key>
<dict>
<key>Targeting</key>
<string>Included</string>
<key>TargetingApps</key>
<array>
<dict>
<key>BundleIdentifier</key>
<string>com.microsoft.Word</string>
<key>Name</key>
<string>Microsoft Word</string>
<key>NewFile</key>
<string>/Applications/Microsoft Office 2011/Microsoft Word.app</string>
</dict>
</array>
</dict>
<key>UID</key>
<string>81CEABDC-6FE4-43E0-A156-2CAD9DC5FF59</string>
</dict>
<dict>
<key>Activate</key>
<string>Normal</string>
<key>IsActive</key>
<true/>
<key>Macros</key>
<array>
<dict>
<key>Actions</key>
<array>
<dict>
<key>Asynchronously</key>
<false/>
<key>Count</key>
<integer>1</integer>
<key>IsActive</key>
<true/>
<key>IsDisclosed</key>
<true/>
<key>MacroActionType</key>
<string>ExecuteMacro</string>
<key>MacroUID</key>
<string>D92BB47C-1817-4D84-8AB0-11C8732FFF54</string>
<key>TimeOutAbortsMacro</key>
<true/>
</dict>
</array>
<key>IsActive</key>
<true/>
<key>ModificationDate</key>
<real>438454292.92125303</real>
<key>Name</key>
<string>define 8</string>
<key>Triggers</key>
<array>
<dict>
<key>FireType</key>
<string>Pressed</string>
<key>KeyCode</key>
<integer>28</integer>
<key>MacroTriggerType</key>
<string>HotKey</string>
<key>Modifiers</key>
<integer>2048</integer>
</dict>
</array>
<key>UID</key>
<string>50093AA2-2D5E-45B6-B605-9272246DA97C</string>
</dict>
</array>
<key>Name</key>
<string>#vars define</string>
<key>Targeting</key>
<dict>
<key>Targeting</key>
<string>Included</string>
<key>TargetingApps</key>
<array>
<dict>
<key>BundleIdentifier</key>
<string>com.microsoft.Word</string>
<key>Name</key>
<string>Microsoft Word</string>
<key>NewFile</key>
<string>/Applications/Microsoft Office 2011/Microsoft Word.app</string>
</dict>
<dict>
<key>BundleIdentifier</key>
<string>com.sublimetext.2</string>
<key>Name</key>
<string>Sublime Text 2</string>
</dict>
</array>
</dict>
<key>UID</key>
<string>4B0084B6-881E-4308-BC47-173A105E3CE2</string>
</dict>
<dict>
<key>Activate</key>
<string>Normal</string>
<key>IsActive</key>
<false/>
<key>Macros</key>
<array>
<dict>
<key>Actions</key>
<array>
<dict>
<key>IsActive</key>
<true/>
<key>IsDisclosed</key>
<true/>
<key>MacroActionType</key>
<string>SetVariableToText</string>
<key>Text</key>
<string>%Variable%eight%</string>
<key>Variable</key>
<string>nowSpeaker</string>
</dict>
<dict>
<key>IsActive</key>
<true/>
<key>IsDisclosed</key>
<true/>
<key>MacroActionType</key>
<string>SetVariableToText</string>
<key>Text</key>
<string>true</string>
<key>Variable</key>
<string>isVO</string>
</dict>
<dict>
<key>Asynchronously</key>
<false/>
<key>Count</key>
<integer>1</integer>
<key>IsActive</key>
<true/>
<key>IsDisclosed</key>
<true/>
<key>MacroActionType</key>
<string>ExecuteMacro</string>
<key>MacroUID</key>
<string>F19AF337-2E64-4333-87B2-A092D93EE46F</string>
<key>TimeOutAbortsMacro</key>
<true/>
</dict>
</array>
<key>IsActive</key>
<true/>
<key>ModificationDate</key>
<real>438888892.03144997</real>
<key>Name</key>
<string>put 8 in with ctrl</string>
<key>Triggers</key>
<array>
<dict>
<key>FireType</key>
<string>Pressed</string>
<key>KeyCode</key>
<integer>28</integer>
<key>MacroTriggerType</key>
<string>HotKey</string>
<key>Modifiers</key>
<integer>4352</integer>
</dict>
</array>
<key>UID</key>
<string>0A857FD5-5298-4906-BFDF-0818BF71C50D</string>
</dict>
</array>
<key>Name</key>
<string>#inactive</string>
<key>Targeting</key>
<dict>
<key>Targeting</key>
<string>Included</string>
<key>TargetingApps</key>
<array>
<dict>
<key>BundleIdentifier</key>
<string>com.microsoft.Word</string>
<key>Name</key>
<string>Microsoft Word</string>
<key>NewFile</key>
<string>/Applications/Microsoft Office 2011/Microsoft Word.app</string>
</dict>
</array>
</dict>
<key>UID</key>
<string>908223D9-6C23-440F-8187-F59532C6C454</string>
</dict>
<dict>
<key>Activate</key>
<string>Normal</string>
<key>IsActive</key>
<true/>
<key>Macros</key>
<array>
<dict>
<key>Actions</key>
<array>
<dict>
<key>Asynchronously</key>
<false/>
<key>Count</key>
<integer>1</integer>
<key>IsActive</key>
<true/>
<key>IsDisclosed</key>
<true/>
<key>MacroActionType</key>
<string>ExecuteMacro</string>
<key>MacroUID</key>
<string>D92BB47C-1817-4D84-8AB0-11C8732FFF54</string>
<key>TimeOutAbortsMacro</key>
<true/>
</dict>
</array>
<key>IsActive</key>
<true/>
<key>ModificationDate</key>
<real>438454294.75805801</real>
<key>Name</key>
<string>define 8 as a speaker</string>
<key>Triggers</key>
<array>
<dict>
<key>FireType</key>
<string>Pressed</string>
<key>KeyCode</key>
<integer>28</integer>
<key>MacroTriggerType</key>
<string>HotKey</string>
<key>Modifiers</key>
<integer>6144</integer>
</dict>
</array>
<key>UID</key>
<string>DDA56CDC-F634-4E60-BDBA-DFC634D5BB95</string>
</dict>
</array>
<key>Name</key>
<string>#vars define</string>
<key>Targeting</key>
<dict>
<key>Targeting</key>
<string>Included</string>
<key>TargetingApps</key>
<array>
<dict>
<key>BundleIdentifier</key>
<string>com.microsoft.Word</string>
<key>Name</key>
<string>Microsoft Word</string>
<key>NewFile</key>
<string>/Applications/Microsoft Office 2011/Microsoft Word.app</string>
</dict>
<dict>
<key>BundleIdentifier</key>
<string>com.sublimetext.2</string>
<key>Name</key>
<string>Sublime Text 2</string>
</dict>
</array>
</dict>
<key>UID</key>
<string>4B0084B6-881E-4308-BC47-173A105E3CE2</string>
</dict>
<dict>
<key>Activate</key>
<string>Normal</string>
<key>IsActive</key>
<true/>
<key>Macros</key>
<array>
<dict>
<key>Actions</key>
<array>
<dict>
<key>IsActive</key>
<true/>
<key>IsDisclosed</key>
<true/>
<key>MacroActionType</key>
<string>SetVariableToText</string>
<key>Text</key>
<string>interactive</string>
<key>Variable</key>
<string>mode</string>
</dict>
<dict>
<key>IsActive</key>
<true/>
<key>IsDisclosed</key>
<true/>
<key>MacroActionType</key>
<string>Notification</string>
<key>SoundName</key>
<string></string>
<key>Subtitle</key>
<string></string>
<key>Text</key>
<string>Interactive mode.</string>
<key>Title</key>
<string>The mode is now "interactive"</string>
</dict>
</array>
<key>IsActive</key>
<true/>
<key>ModificationDate</key>
<real>436624439.96940702</real>
<key>Name</key>
<string>interactive</string>
<key>Triggers</key>
<array>
<dict>
<key>FireType</key>
<string>Pressed</string>
<key>KeyCode</key>
<integer>28</integer>
<key>MacroTriggerType</key>
<string>HotKey</string>
<key>Modifiers</key>
<integer>6912</integer>
</dict>
</array>
<key>UID</key>
<string>7FF0A664-7F0C-41B1-AD46-FF2C9A216F0B</string>
</dict>
</array>
<key>Name</key>
<string>*set mode</string>
<key>Targeting</key>
<dict>
<key>Targeting</key>
<string>Included</string>
<key>TargetingApps</key>
<array>
<dict>
<key>BundleIdentifier</key>
<string>com.microsoft.Word</string>
<key>Name</key>
<string>Microsoft Word</string>
<key>NewFile</key>
<string>/Applications/Microsoft Office 2011/Microsoft Word.app</string>
</dict>
<dict>
<key>BundleIdentifier</key>
<string>com.sublimetext.2</string>
<key>Name</key>
<string>Sublime Text 2</string>
</dict>
</array>
</dict>
<key>UID</key>
<string>B41F7F8D-AE60-4C5F-B8C3-17A18CE553E4</string>
</dict>
<dict>
<key>Activate</key>
<string>Normal</string>
<key>IsActive</key>
<true/>
<key>Macros</key>
<array>
<dict>
<key>Actions</key>
<array>
<dict>
<key>IsActive</key>
<true/>
<key>IsDisclosed</key>
<true/>
<key>JustDisplay</key>
<false/>
<key>MacroActionType</key>
<string>SetClipboardToText</string>
<key>TargetNamedClipboardRedundantDisplayName</key>
<string>Default Clipboard</string>
<key>TargetNamedClipboardUID</key>
<string>D874D7B3-299A-4B9B-94CF-B75C93EDA395</string>
<key>TargetUseNamedClipboard</key>
<false/>
<key>Text</key>
<string>%Variable%nowSpeaker%</string>
</dict>
<dict>
<key>IsActive</key>
<true/>
<key>IsDisclosed</key>
<true/>
<key>MacroActionType</key>
<string>SetVariableToText</string>
<key>Text</key>
<string>%Variable%nine%</string>
<key>Variable</key>
<string>nowSpeaker</string>
</dict>
<dict>
<key>IsActive</key>
<true/>
<key>IsDisclosed</key>
<true/>
<key>MacroActionType</key>
<string>SetVariableToText</string>
<key>Text</key>
<string>false</string>
<key>Variable</key>
<string>isVO</string>
</dict>
<dict>
<key>Asynchronously</key>
<false/>
<key>Count</key>
<integer>1</integer>
<key>IsActive</key>
<true/>
<key>IsDisclosed</key>
<true/>
<key>MacroActionType</key>
<string>ExecuteMacro</string>
<key>MacroUID</key>
<string>F19AF337-2E64-4333-87B2-A092D93EE46F</string>
<key>TimeOutAbortsMacro</key>
<true/>
</dict>
</array>
<key>IsActive</key>
<true/>
<key>ModificationDate</key>
<real>445282702.73663598</real>
<key>Name</key>
<string>put 9 in</string>
<key>Triggers</key>
<array>
<dict>
<key>FireType</key>
<string>Pressed</string>
<key>KeyCode</key>
<integer>25</integer>
<key>MacroTriggerType</key>
<string>HotKey</string>
<key>Modifiers</key>
<integer>256</integer>
</dict>
</array>
<key>UID</key>
<string>C8B41C65-D1D8-479B-91A5-E0209FAC1ED4</string>
</dict>
</array>
<key>Name</key>
<string>#vars put</string>
<key>Targeting</key>
<dict>
<key>Targeting</key>
<string>Included</string>
<key>TargetingApps</key>
<array>
<dict>
<key>BundleIdentifier</key>
<string>com.microsoft.Word</string>
<key>Name</key>
<string>Microsoft Word</string>
<key>NewFile</key>
<string>/Applications/Microsoft Office 2011/Microsoft Word.app</string>
</dict>
</array>
</dict>
<key>UID</key>
<string>81CEABDC-6FE4-43E0-A156-2CAD9DC5FF59</string>
</dict>
<dict>
<key>Activate</key>
<string>Normal</string>
<key>IsActive</key>
<true/>
<key>Macros</key>
<array>
<dict>
<key>Actions</key>
<array>
<dict>
<key>Asynchronously</key>
<false/>
<key>Count</key>
<integer>1</integer>
<key>IsActive</key>
<true/>
<key>IsDisclosed</key>
<true/>
<key>MacroActionType</key>
<string>ExecuteMacro</string>
<key>MacroUID</key>
<string>D92BB47C-1817-4D84-8AB0-11C8732FFF54</string>
<key>TimeOutAbortsMacro</key>
<true/>
</dict>
</array>
<key>IsActive</key>
<true/>
<key>ModificationDate</key>
<real>438454296.59696901</real>
<key>Name</key>
<string>define 9</string>
<key>Triggers</key>
<array>
<dict>
<key>FireType</key>
<string>Pressed</string>
<key>KeyCode</key>
<integer>25</integer>
<key>MacroTriggerType</key>
<string>HotKey</string>
<key>Modifiers</key>
<integer>2048</integer>
</dict>
</array>
<key>UID</key>
<string>9C11A0BA-96B5-4075-B3B8-463FA9127803</string>
</dict>
</array>
<key>Name</key>
<string>#vars define</string>
<key>Targeting</key>
<dict>
<key>Targeting</key>
<string>Included</string>
<key>TargetingApps</key>
<array>
<dict>
<key>BundleIdentifier</key>
<string>com.microsoft.Word</string>
<key>Name</key>
<string>Microsoft Word</string>
<key>NewFile</key>
<string>/Applications/Microsoft Office 2011/Microsoft Word.app</string>
</dict>
<dict>
<key>BundleIdentifier</key>
<string>com.sublimetext.2</string>
<key>Name</key>
<string>Sublime Text 2</string>
</dict>
</array>
</dict>
<key>UID</key>
<string>4B0084B6-881E-4308-BC47-173A105E3CE2</string>
</dict>
<dict>
<key>Activate</key>
<string>Normal</string>
<key>IsActive</key>
<false/>
<key>Macros</key>
<array>
<dict>
<key>Actions</key>
<array>
<dict>
<key>IsActive</key>
<true/>
<key>IsDisclosed</key>
<true/>
<key>MacroActionType</key>
<string>SetVariableToText</string>
<key>Text</key>
<string>%Variable%nine%</string>
<key>Variable</key>
<string>nowSpeaker</string>
</dict>
<dict>
<key>IsActive</key>
<true/>
<key>IsDisclosed</key>
<true/>
<key>MacroActionType</key>
<string>SetVariableToText</string>
<key>Text</key>
<string>true</string>
<key>Variable</key>
<string>isVO</string>
</dict>
<dict>
<key>Asynchronously</key>
<false/>
<key>Count</key>
<integer>1</integer>
<key>IsActive</key>
<true/>
<key>IsDisclosed</key>
<true/>
<key>MacroActionType</key>
<string>ExecuteMacro</string>
<key>MacroUID</key>
<string>F19AF337-2E64-4333-87B2-A092D93EE46F</string>
<key>TimeOutAbortsMacro</key>
<true/>
</dict>
</array>
<key>IsActive</key>
<true/>
<key>ModificationDate</key>
<real>438888899.75817198</real>
<key>Name</key>
<string>put 9 in with ctrl</string>
<key>Triggers</key>
<array>
<dict>
<key>FireType</key>
<string>Pressed</string>
<key>KeyCode</key>
<integer>25</integer>
<key>MacroTriggerType</key>
<string>HotKey</string>
<key>Modifiers</key>
<integer>4352</integer>
</dict>
</array>
<key>UID</key>
<string>6AD3E107-DC3D-4117-ABB2-A121CC364715</string>
</dict>
</array>
<key>Name</key>
<string>#inactive</string>
<key>Targeting</key>
<dict>
<key>Targeting</key>
<string>Included</string>
<key>TargetingApps</key>
<array>
<dict>
<key>BundleIdentifier</key>
<string>com.microsoft.Word</string>
<key>Name</key>
<string>Microsoft Word</string>
<key>NewFile</key>
<string>/Applications/Microsoft Office 2011/Microsoft Word.app</string>
</dict>
</array>
</dict>
<key>UID</key>
<string>908223D9-6C23-440F-8187-F59532C6C454</string>
</dict>
<dict>
<key>Activate</key>
<string>Normal</string>
<key>IsActive</key>
<true/>
<key>Macros</key>
<array>
<dict>
<key>Actions</key>
<array>
<dict>
<key>Asynchronously</key>
<false/>
<key>Count</key>
<integer>1</integer>
<key>IsActive</key>
<true/>
<key>IsDisclosed</key>
<true/>
<key>MacroActionType</key>
<string>ExecuteMacro</string>
<key>MacroUID</key>
<string>D92BB47C-1817-4D84-8AB0-11C8732FFF54</string>
<key>TimeOutAbortsMacro</key>
<true/>
</dict>
</array>
<key>IsActive</key>
<true/>
<key>ModificationDate</key>
<real>438454298.41764897</real>
<key>Name</key>
<string>define 9 as a speaker</string>
<key>Triggers</key>
<array>
<dict>
<key>FireType</key>
<string>Pressed</string>
<key>KeyCode</key>
<integer>25</integer>
<key>MacroTriggerType</key>
<string>HotKey</string>
<key>Modifiers</key>
<integer>6144</integer>
</dict>
</array>
<key>UID</key>
<string>3D4DC5B1-FA0F-4EF0-A8FA-3D4C6442D88B</string>
</dict>
</array>
<key>Name</key>
<string>#vars define</string>
<key>Targeting</key>
<dict>
<key>Targeting</key>
<string>Included</string>
<key>TargetingApps</key>
<array>
<dict>
<key>BundleIdentifier</key>
<string>com.microsoft.Word</string>
<key>Name</key>
<string>Microsoft Word</string>
<key>NewFile</key>
<string>/Applications/Microsoft Office 2011/Microsoft Word.app</string>
</dict>
<dict>
<key>BundleIdentifier</key>
<string>com.sublimetext.2</string>
<key>Name</key>
<string>Sublime Text 2</string>
</dict>
</array>
</dict>
<key>UID</key>
<string>4B0084B6-881E-4308-BC47-173A105E3CE2</string>
</dict>
<dict>
<key>Activate</key>
<string>Normal</string>
<key>IsActive</key>
<true/>
<key>Macros</key>
<array>
<dict>
<key>Actions</key>
<array>
<dict>
<key>IsActive</key>
<true/>
<key>IsDisclosed</key>
<true/>
<key>MacroActionType</key>
<string>SetVariableToText</string>
<key>Text</key>
<string>lecture</string>
<key>Variable</key>
<string>mode</string>
</dict>
<dict>
<key>IsActive</key>
<true/>
<key>IsDisclosed</key>
<true/>
<key>MacroActionType</key>
<string>Notification</string>
<key>SoundName</key>
<string></string>
<key>Subtitle</key>
<string></string>
<key>Text</key>
<string>lecture mode.</string>
<key>Title</key>
<string>The mode is now "lecture"</string>
</dict>
</array>
<key>IsActive</key>
<true/>
<key>ModificationDate</key>
<real>436816945.14767998</real>
<key>Name</key>
<string>lecture</string>
<key>Triggers</key>
<array>
<dict>
<key>FireType</key>
<string>Pressed</string>
<key>KeyCode</key>
<integer>25</integer>
<key>MacroTriggerType</key>
<string>HotKey</string>
<key>Modifiers</key>
<integer>6912</integer>
</dict>
</array>
<key>UID</key>
<string>2642421D-63DD-41A1-956F-E7CAAFD41DE8</string>
</dict>
</array>
<key>Name</key>
<string>*set mode</string>
<key>Targeting</key>
<dict>
<key>Targeting</key>
<string>Included</string>
<key>TargetingApps</key>
<array>
<dict>
<key>BundleIdentifier</key>
<string>com.microsoft.Word</string>
<key>Name</key>
<string>Microsoft Word</string>
<key>NewFile</key>
<string>/Applications/Microsoft Office 2011/Microsoft Word.app</string>
</dict>
<dict>
<key>BundleIdentifier</key>
<string>com.sublimetext.2</string>
<key>Name</key>
<string>Sublime Text 2</string>
</dict>
</array>
</dict>
<key>UID</key>
<string>B41F7F8D-AE60-4C5F-B8C3-17A18CE553E4</string>
</dict>
<dict>
<key>Activate</key>
<string>Normal</string>
<key>IsActive</key>
<true/>
<key>Macros</key>
<array>
<dict>
<key>Actions</key>
<array>
<dict>
<key>Conditions</key>
<dict>
<key>ConditionList</key>
<array>
<dict>
<key>ConditionType</key>
<string>Variable</string>
<key>Variable</key>
<string>mode</string>
<key>VariableConditionType</key>
<string>Contains</string>
<key>VariableValue</key>
<string>1on1</string>
</dict>
</array>
<key>ConditionListMatch</key>
<string>All</string>
</dict>
<key>ElseActions</key>
<array>
<dict>
<key>IsActive</key>
<true/>
<key>IsDisclosed</key>
<true/>
<key>MacroActionType</key>
<string>SetVariableToText</string>
<key>Text</key>
<string>%Variable%a%</string>
<key>Variable</key>
<string>nowSpeaker</string>
</dict>
<dict>
<key>IsActive</key>
<true/>
<key>IsDisclosed</key>
<true/>
<key>MacroActionType</key>
<string>SetVariableToText</string>
<key>Text</key>
<string>false</string>
<key>Variable</key>
<string>isVO</string>
</dict>
<dict>
<key>Asynchronously</key>
<false/>
<key>Count</key>
<integer>1</integer>
<key>IsActive</key>
<true/>
<key>IsDisclosed</key>
<true/>
<key>MacroActionType</key>
<string>ExecuteMacro</string>
<key>MacroUID</key>
<string>F19AF337-2E64-4333-87B2-A092D93EE46F</string>
<key>TimeOutAbortsMacro</key>
<true/>
</dict>
</array>
<key>IsActive</key>
<true/>
<key>IsDisclosed</key>
<true/>
<key>MacroActionType</key>
<string>IfThenElse</string>
<key>ThenActions</key>
<array>
<dict>
<key>Action</key>
<string>CaseSensitiveString</string>
<key>IsActive</key>
<true/>
<key>IsDisclosed</key>
<true/>
<key>MacroActionType</key>
<string>SearchReplaceVariable</string>
<key>Replace</key>
<string></string>
<key>Search</key>
<string>iAmASpeaker</string>
<key>Variable</key>
<string>a</string>
</dict>
<dict>
<key>Action</key>
<string>ByPasting</string>
<key>IsActive</key>
<true/>
<key>IsDisclosed</key>
<true/>
<key>MacroActionType</key>
<string>InsertText</string>
<key>Paste</key>
<true/>
<key>Text</key>
<string>
%Variable%a%:%Variable%spaceAfter%</string>
</dict>
</array>
<key>TimeOutAbortsMacro</key>
<true/>
</dict>
</array>
<key>IsActive</key>
<true/>
<key>ModificationDate</key>
<real>445282760.64985198</real>
<key>Name</key>
<string>put a in</string>
<key>Triggers</key>
<array>
<dict>
<key>FireType</key>
<string>Pressed</string>
<key>KeyCode</key>
<integer>0</integer>
<key>MacroTriggerType</key>
<string>HotKey</string>
<key>Modifiers</key>
<integer>256</integer>
</dict>
</array>
<key>UID</key>
<string>801ADF0D-A667-4720-BF1B-2AD24A9DE998</string>
</dict>
</array>
<key>Name</key>
<string>#vars put</string>
<key>Targeting</key>
<dict>
<key>Targeting</key>
<string>Included</string>
<key>TargetingApps</key>
<array>
<dict>
<key>BundleIdentifier</key>
<string>com.microsoft.Word</string>
<key>Name</key>
<string>Microsoft Word</string>
<key>NewFile</key>
<string>/Applications/Microsoft Office 2011/Microsoft Word.app</string>
</dict>
</array>
</dict>
<key>UID</key>
<string>81CEABDC-6FE4-43E0-A156-2CAD9DC5FF59</string>
</dict>
<dict>
<key>Activate</key>
<string>Normal</string>
<key>IsActive</key>
<true/>
<key>Macros</key>
<array>
<dict>
<key>Actions</key>
<array>
<dict>
<key>Asynchronously</key>
<false/>
<key>Count</key>
<integer>1</integer>
<key>IsActive</key>
<true/>
<key>IsDisclosed</key>
<true/>
<key>MacroActionType</key>
<string>ExecuteMacro</string>
<key>MacroUID</key>
<string>D92BB47C-1817-4D84-8AB0-11C8732FFF54</string>
<key>TimeOutAbortsMacro</key>
<true/>
</dict>
</array>
<key>IsActive</key>
<true/>
<key>ModificationDate</key>
<real>438454300.23937398</real>
<key>Name</key>
<string>define a as a speaker</string>
<key>Triggers</key>
<array>
<dict>
<key>FireType</key>
<string>Pressed</string>
<key>KeyCode</key>
<integer>0</integer>
<key>MacroTriggerType</key>
<string>HotKey</string>
<key>Modifiers</key>
<integer>2048</integer>
</dict>
</array>
<key>UID</key>
<string>5896ACEF-C405-4181-96E9-8C3485B09356</string>
</dict>
</array>
<key>Name</key>
<string>#vars define</string>
<key>Targeting</key>
<dict>
<key>Targeting</key>
<string>Included</string>
<key>TargetingApps</key>
<array>
<dict>
<key>BundleIdentifier</key>
<string>com.microsoft.Word</string>
<key>Name</key>
<string>Microsoft Word</string>
<key>NewFile</key>
<string>/Applications/Microsoft Office 2011/Microsoft Word.app</string>
</dict>
<dict>
<key>BundleIdentifier</key>
<string>com.sublimetext.2</string>
<key>Name</key>
<string>Sublime Text 2</string>
</dict>
</array>
</dict>
<key>UID</key>
<string>4B0084B6-881E-4308-BC47-173A105E3CE2</string>
</dict>
<dict>
<key>Activate</key>
<string>Normal</string>
<key>IsActive</key>
<false/>
<key>Macros</key>
<array>
<dict>
<key>Actions</key>
<array>
<dict>
<key>IsActive</key>
<true/>
<key>IsDisclosed</key>
<true/>
<key>MacroActionType</key>
<string>SetVariableToText</string>
<key>Text</key>
<string>%Variable%a%</string>
<key>Variable</key>
<string>nowSpeaker</string>
</dict>
<dict>
<key>IsActive</key>
<true/>
<key>IsDisclosed</key>
<true/>
<key>MacroActionType</key>
<string>SetVariableToText</string>
<key>Text</key>
<string>true</string>
<key>Variable</key>
<string>isVO</string>
</dict>
<dict>
<key>Asynchronously</key>
<false/>
<key>Count</key>
<integer>1</integer>
<key>IsActive</key>
<true/>
<key>IsDisclosed</key>
<true/>
<key>MacroActionType</key>
<string>ExecuteMacro</string>
<key>MacroUID</key>
<string>F19AF337-2E64-4333-87B2-A092D93EE46F</string>
<key>TimeOutAbortsMacro</key>
<true/>
</dict>
</array>
<key>IsActive</key>
<true/>
<key>ModificationDate</key>
<real>437766800.26529402</real>
<key>Name</key>
<string>put a in with ctrl</string>
<key>Triggers</key>
<array>
<dict>
<key>FireType</key>
<string>Pressed</string>
<key>KeyCode</key>
<integer>0</integer>
<key>MacroTriggerType</key>
<string>HotKey</string>
<key>Modifiers</key>
<integer>4352</integer>
</dict>
</array>
<key>UID</key>
<string>23CE70CC-CFFC-4108-B421-F075D7D94C8F</string>
</dict>
</array>
<key>Name</key>
<string>#inactive</string>
<key>Targeting</key>
<dict>
<key>Targeting</key>
<string>Included</string>
<key>TargetingApps</key>
<array>
<dict>
<key>BundleIdentifier</key>
<string>com.microsoft.Word</string>
<key>Name</key>
<string>Microsoft Word</string>
<key>NewFile</key>
<string>/Applications/Microsoft Office 2011/Microsoft Word.app</string>
</dict>
</array>
</dict>
<key>UID</key>
<string>908223D9-6C23-440F-8187-F59532C6C454</string>
</dict>
<dict>
<key>Activate</key>
<string>Normal</string>
<key>IsActive</key>
<true/>
<key>Macros</key>
<array>
<dict>
<key>Actions</key>
<array>
<dict>
<key>IsActive</key>
<true/>
<key>IsDisclosed</key>
<true/>
<key>JustDisplay</key>
<false/>
<key>MacroActionType</key>
<string>SetClipboardToText</string>
<key>TargetNamedClipboardRedundantDisplayName</key>
<string>Default Clipboard</string>
<key>TargetNamedClipboardUID</key>
<string>D874D7B3-299A-4B9B-94CF-B75C93EDA395</string>
<key>TargetUseNamedClipboard</key>
<false/>
<key>Text</key>
<string>%Variable%nowSpeaker%</string>
</dict>
<dict>
<key>IsActive</key>
<true/>
<key>IsDisclosed</key>
<true/>
<key>MacroActionType</key>
<string>SetVariableToText</string>
<key>Text</key>
<string>%Variable%b%</string>
<key>Variable</key>
<string>nowSpeaker</string>
</dict>
<dict>
<key>IsActive</key>
<true/>
<key>IsDisclosed</key>
<true/>
<key>MacroActionType</key>
<string>SetVariableToText</string>
<key>Text</key>
<string>false</string>
<key>Variable</key>
<string>isVO</string>
</dict>
<dict>
<key>Asynchronously</key>
<false/>
<key>Count</key>
<integer>1</integer>
<key>IsActive</key>
<true/>
<key>IsDisclosed</key>
<true/>
<key>MacroActionType</key>
<string>ExecuteMacro</string>
<key>MacroUID</key>
<string>F19AF337-2E64-4333-87B2-A092D93EE46F</string>
<key>TimeOutAbortsMacro</key>
<true/>
</dict>
</array>
<key>IsActive</key>
<true/>
<key>ModificationDate</key>
<real>445282767.62341398</real>
<key>Name</key>
<string>put b in</string>
<key>Triggers</key>
<array>
<dict>
<key>FireType</key>
<string>Pressed</string>
<key>KeyCode</key>
<integer>11</integer>
<key>MacroTriggerType</key>
<string>HotKey</string>
<key>Modifiers</key>
<integer>256</integer>
</dict>
</array>
<key>UID</key>
<string>003DB496-E795-4160-B363-F7EA095EC073</string>
</dict>
</array>
<key>Name</key>
<string>#vars put</string>
<key>Targeting</key>
<dict>
<key>Targeting</key>
<string>Included</string>
<key>TargetingApps</key>
<array>
<dict>
<key>BundleIdentifier</key>
<string>com.microsoft.Word</string>
<key>Name</key>
<string>Microsoft Word</string>
<key>NewFile</key>
<string>/Applications/Microsoft Office 2011/Microsoft Word.app</string>
</dict>
</array>
</dict>
<key>UID</key>
<string>81CEABDC-6FE4-43E0-A156-2CAD9DC5FF59</string>
</dict>
<dict>
<key>Activate</key>
<string>Normal</string>
<key>IsActive</key>
<true/>
<key>Macros</key>
<array>
<dict>
<key>Actions</key>
<array>
<dict>
<key>Action</key>
<string>ByPasting</string>
<key>IsActive</key>
<true/>
<key>IsDisclosed</key>
<true/>
<key>MacroActionType</key>
<string>InsertText</string>
<key>Paste</key>
<true/>
<key>Text</key>
<string>
Both: </string>
</dict>
</array>
<key>IsActive</key>
<true/>
<key>ModificationDate</key>
<real>433348207.97589201</real>
<key>Name</key>
<string>both</string>
<key>Triggers</key>
<array>
<dict>
<key>FireType</key>
<string>Pressed</string>
<key>KeyCode</key>
<integer>11</integer>
<key>MacroTriggerType</key>
<string>HotKey</string>
<key>Modifiers</key>
<integer>768</integer>
</dict>
</array>
<key>UID</key>
<string>4DA2C49D-77BA-4262-B26E-E48D24555883</string>
</dict>
</array>
<key>Name</key>
<string>*hard-coded autocorrects</string>
<key>UID</key>
<string>42777AA4-58E5-42A0-9926-F5131A45CA56</string>
</dict>
<dict>
<key>Activate</key>
<string>Normal</string>
<key>IsActive</key>
<true/>
<key>Macros</key>
<array>
<dict>
<key>Actions</key>
<array>
<dict>
<key>Asynchronously</key>
<false/>
<key>Count</key>
<integer>1</integer>
<key>IsActive</key>
<true/>
<key>IsDisclosed</key>
<true/>
<key>MacroActionType</key>
<string>ExecuteMacro</string>
<key>MacroUID</key>
<string>D92BB47C-1817-4D84-8AB0-11C8732FFF54</string>
<key>TimeOutAbortsMacro</key>
<true/>
</dict>
</array>
<key>IsActive</key>
<true/>
<key>ModificationDate</key>
<real>438454302.07888502</real>
<key>Name</key>
<string>define b</string>
<key>Triggers</key>
<array>
<dict>
<key>FireType</key>
<string>Pressed</string>
<key>KeyCode</key>
<integer>11</integer>
<key>MacroTriggerType</key>
<string>HotKey</string>
<key>Modifiers</key>
<integer>2048</integer>
</dict>
</array>
<key>UID</key>
<string>ED626AF6-E33E-47A1-BDE3-E522C04003A2</string>
</dict>
</array>
<key>Name</key>
<string>#vars define</string>
<key>Targeting</key>
<dict>
<key>Targeting</key>
<string>Included</string>
<key>TargetingApps</key>
<array>
<dict>
<key>BundleIdentifier</key>
<string>com.microsoft.Word</string>
<key>Name</key>
<string>Microsoft Word</string>
<key>NewFile</key>
<string>/Applications/Microsoft Office 2011/Microsoft Word.app</string>
</dict>
<dict>
<key>BundleIdentifier</key>
<string>com.sublimetext.2</string>
<key>Name</key>
<string>Sublime Text 2</string>
</dict>
</array>
</dict>
<key>UID</key>
<string>4B0084B6-881E-4308-BC47-173A105E3CE2</string>
</dict>
<dict>
<key>Activate</key>
<string>Normal</string>
<key>IsActive</key>
<false/>
<key>Macros</key>
<array>
<dict>
<key>Actions</key>
<array>
<dict>
<key>IsActive</key>
<true/>
<key>IsDisclosed</key>
<true/>
<key>MacroActionType</key>
<string>SetVariableToText</string>
<key>Text</key>
<string>%Variable%b%</string>
<key>Variable</key>
<string>nowSpeaker</string>
</dict>
<dict>
<key>IsActive</key>
<true/>
<key>IsDisclosed</key>
<true/>
<key>MacroActionType</key>
<string>SetVariableToText</string>
<key>Text</key>
<string>true</string>
<key>Variable</key>
<string>isVO</string>
</dict>
<dict>
<key>Asynchronously</key>
<false/>
<key>Count</key>
<integer>1</integer>
<key>IsActive</key>
<true/>
<key>IsDisclosed</key>
<true/>
<key>MacroActionType</key>
<string>ExecuteMacro</string>
<key>MacroUID</key>
<string>F19AF337-2E64-4333-87B2-A092D93EE46F</string>
<key>TimeOutAbortsMacro</key>
<true/>
</dict>
</array>
<key>IsActive</key>
<true/>
<key>ModificationDate</key>
<real>437772700.50292599</real>
<key>Name</key>
<string>put b in with ctrl</string>
<key>Triggers</key>
<array>
<dict>
<key>FireType</key>
<string>Pressed</string>
<key>KeyCode</key>
<integer>11</integer>
<key>MacroTriggerType</key>
<string>HotKey</string>
<key>Modifiers</key>
<integer>4352</integer>
</dict>
</array>
<key>UID</key>
<string>31B47A19-555F-43CE-ACCD-140783CED8DD</string>
</dict>
</array>
<key>Name</key>
<string>#inactive</string>
<key>Targeting</key>
<dict>
<key>Targeting</key>
<string>Included</string>
<key>TargetingApps</key>
<array>
<dict>
<key>BundleIdentifier</key>
<string>com.microsoft.Word</string>
<key>Name</key>
<string>Microsoft Word</string>
<key>NewFile</key>
<string>/Applications/Microsoft Office 2011/Microsoft Word.app</string>
</dict>
</array>
</dict>
<key>UID</key>
<string>908223D9-6C23-440F-8187-F59532C6C454</string>
</dict>
<dict>
<key>Activate</key>
<string>Normal</string>
<key>IsActive</key>
<true/>
<key>Macros</key>
<array>
<dict>
<key>Actions</key>
<array>
<dict>
<key>Asynchronously</key>
<false/>
<key>Count</key>
<integer>1</integer>
<key>IsActive</key>
<true/>
<key>IsDisclosed</key>
<true/>
<key>MacroActionType</key>
<string>ExecuteMacro</string>
<key>MacroUID</key>
<string>D92BB47C-1817-4D84-8AB0-11C8732FFF54</string>
<key>TimeOutAbortsMacro</key>
<true/>
</dict>
</array>
<key>IsActive</key>
<true/>
<key>ModificationDate</key>
<real>438454303.94807202</real>
<key>Name</key>
<string>define b as a speaker</string>
<key>Triggers</key>
<array>
<dict>
<key>FireType</key>
<string>Pressed</string>
<key>KeyCode</key>
<integer>11</integer>
<key>MacroTriggerType</key>
<string>HotKey</string>
<key>Modifiers</key>
<integer>6144</integer>
</dict>
</array>
<key>UID</key>
<string>A29EAF4D-A4E6-4177-9A2A-694BAD0C9C7B</string>
</dict>
</array>
<key>Name</key>
<string>#vars define</string>
<key>Targeting</key>
<dict>
<key>Targeting</key>
<string>Included</string>
<key>TargetingApps</key>
<array>
<dict>
<key>BundleIdentifier</key>
<string>com.microsoft.Word</string>
<key>Name</key>
<string>Microsoft Word</string>
<key>NewFile</key>
<string>/Applications/Microsoft Office 2011/Microsoft Word.app</string>
</dict>
<dict>
<key>BundleIdentifier</key>
<string>com.sublimetext.2</string>
<key>Name</key>
<string>Sublime Text 2</string>
</dict>
</array>
</dict>
<key>UID</key>
<string>4B0084B6-881E-4308-BC47-173A105E3CE2</string>
</dict>
<dict>
<key>Activate</key>
<string>Normal</string>
<key>IsActive</key>
<true/>
<key>Macros</key>
<array>
<dict>
<key>Actions</key>
<array>
<dict>
<key>Conditions</key>
<dict>
<key>ConditionList</key>
<array>
<dict>
<key>ConditionType</key>
<string>Variable</string>
<key>Variable</key>
<string>spaceBefore</string>
<key>VariableConditionType</key>
<string>Is</string>
<key>VariableValue</key>
<string> </string>
</dict>
</array>
<key>ConditionListMatch</key>
<string>All</string>
</dict>
<key>ElseActions</key>
<array>
<dict>
<key>IsActive</key>
<true/>
<key>IsDisclosed</key>
<true/>
<key>MacroActionType</key>
<string>SetVariableToText</string>
<key>Text</key>
<string> </string>
<key>Variable</key>
<string>spaceBefore</string>
</dict>
</array>
<key>IsActive</key>
<true/>
<key>IsDisclosed</key>
<true/>
<key>MacroActionType</key>
<string>IfThenElse</string>
<key>ThenActions</key>
<array>
<dict>
<key>IsActive</key>
<true/>
<key>IsDisclosed</key>
<true/>
<key>MacroActionType</key>
<string>SetVariableToText</string>
<key>Text</key>
<string></string>
<key>Variable</key>
<string>spaceBefore</string>
</dict>
</array>
<key>TimeOutAbortsMacro</key>
<true/>
</dict>
<dict>
<key>Conditions</key>
<dict>
<key>ConditionList</key>
<array>
<dict>
<key>ConditionType</key>
<string>Variable</string>
<key>Variable</key>
<string>spaceBefore</string>
<key>VariableConditionType</key>
<string>Is</string>
<key>VariableValue</key>
<string> </string>
</dict>
</array>
<key>ConditionListMatch</key>
<string>All</string>
</dict>
<key>ElseActions</key>
<array>
<dict>
<key>IsActive</key>
<true/>
<key>IsDisclosed</key>
<true/>
<key>MacroActionType</key>
<string>SetVariableToText</string>
<key>Text</key>
<string>nothing</string>
<key>Variable</key>
<string>spaceBeforeName</string>
</dict>
</array>
<key>IsActive</key>
<true/>
<key>IsDisclosed</key>
<true/>
<key>MacroActionType</key>
<string>IfThenElse</string>
<key>ThenActions</key>
<array>
<dict>
<key>IsActive</key>
<true/>
<key>IsDisclosed</key>
<true/>
<key>MacroActionType</key>
<string>SetVariableToText</string>
<key>Text</key>
<string>a tab</string>
<key>Variable</key>
<string>spaceBeforeName</string>
</dict>
</array>
<key>TimeOutAbortsMacro</key>
<true/>
</dict>
<dict>
<key>IsActive</key>
<true/>
<key>IsDisclosed</key>
<true/>
<key>MacroActionType</key>
<string>Growl</string>
<key>Text</key>
<string>The space before a speaker ID is now %Variable%spaceAfterName%.</string>
<key>Title</key>
<string>Before Speaker ID</string>
</dict>
</array>
<key>IsActive</key>
<true/>
<key>ModificationDate</key>
<real>444322066.99188501</real>
<key>Name</key>
<string>spacing before speaker ID</string>
<key>Triggers</key>
<array>
<dict>
<key>FireType</key>
<string>Pressed</string>
<key>KeyCode</key>
<integer>11</integer>
<key>MacroTriggerType</key>
<string>HotKey</string>
<key>Modifiers</key>
<integer>6912</integer>
</dict>
</array>
<key>UID</key>
<string>D671871C-51DA-46E0-988C-E4D439CB4541</string>
</dict>
</array>
<key>Name</key>
<string>*transcribing</string>
<key>Targeting</key>
<dict>
<key>Targeting</key>
<string>Included</string>
<key>TargetingApps</key>
<array>
<dict>
<key>BundleIdentifier</key>
<string>com.microsoft.Word</string>
<key>Name</key>
<string>Microsoft Word</string>
<key>NewFile</key>
<string>/Applications/Microsoft Office 2011/Microsoft Word.app</string>
</dict>
</array>
</dict>
<key>UID</key>
<string>AB1382ED-B5FD-4117-8EAA-54BE352F9562</string>
</dict>
<dict>
<key>Activate</key>
<string>Normal</string>
<key>IsActive</key>
<true/>
<key>Macros</key>
<array>
<dict>
<key>Actions</key>
<array>
<dict>
<key>Asynchronously</key>
<false/>
<key>Count</key>
<integer>1</integer>
<key>IsActive</key>
<true/>
<key>IsDisclosed</key>
<true/>
<key>MacroActionType</key>
<string>ExecuteMacro</string>
<key>MacroUID</key>
<string>65AD2525-4ED0-4B01-80BA-CC9A233575BA</string>
<key>TimeOutAbortsMacro</key>
<true/>
</dict>
<dict>
<key>Action</key>
<string>ByPasting</string>
<key>IsActive</key>
<true/>
<key>IsDisclosed</key>
<true/>
<key>MacroActionType</key>
<string>InsertText</string>
<key>Paste</key>
<true/>
<key>Text</key>
<string>Correct.</string>
</dict>
<dict>
<key>Asynchronously</key>
<false/>
<key>Count</key>
<integer>1</integer>
<key>IsActive</key>
<true/>
<key>IsDisclosed</key>
<true/>
<key>MacroActionType</key>
<string>ExecuteMacro</string>
<key>MacroUID</key>
<string>65AD2525-4ED0-4B01-80BA-CC9A233575BA</string>
<key>TimeOutAbortsMacro</key>
<true/>
</dict>
</array>
<key>IsActive</key>
<true/>
<key>ModificationDate</key>
<real>439230215.466052</real>
<key>Name</key>
<string>next speaker says "Correct." then back to previous speaker. </string>
<key>Triggers</key>
<array>
<dict>
<key>FireType</key>
<string>Pressed</string>
<key>KeyCode</key>
<integer>8</integer>
<key>MacroTriggerType</key>
<string>HotKey</string>
<key>Modifiers</key>
<integer>768</integer>
</dict>
</array>
<key>UID</key>
<string>B1311B23-856D-4067-99FB-5231B72F2A94</string>
</dict>
</array>
<key>Name</key>
<string>*common brief responses</string>
<key>Targeting</key>
<dict>
<key>Targeting</key>
<string>Included</string>
<key>TargetingApps</key>
<array>
<dict>
<key>BundleIdentifier</key>
<string>com.microsoft.Word</string>
<key>Name</key>
<string>Microsoft Word</string>
<key>NewFile</key>
<string>/Applications/Microsoft Office 2011/Microsoft Word.app</string>
</dict>
<dict>
<key>BundleIdentifier</key>
<string>com.sublimetext.2</string>
<key>Name</key>
<string>Sublime Text 2</string>
</dict>
</array>
</dict>
<key>UID</key>
<string>09AF2403-7E73-4806-8327-5406330CEC52</string>
</dict>
<dict>
<key>Activate</key>
<string>Normal</string>
<key>IsActive</key>
<true/>
<key>Macros</key>
<array>
<dict>
<key>Actions</key>
<array>
<dict>
<key>Asynchronously</key>
<false/>
<key>Count</key>
<integer>1</integer>
<key>IsActive</key>
<true/>
<key>IsDisclosed</key>
<true/>
<key>MacroActionType</key>
<string>ExecuteMacro</string>
<key>MacroUID</key>
<string>65AD2525-4ED0-4B01-80BA-CC9A233575BA</string>
<key>TimeOutAbortsMacro</key>
<true/>
</dict>
<dict>
<key>Action</key>
<string>ByPasting</string>
<key>IsActive</key>
<true/>
<key>IsDisclosed</key>
<true/>
<key>MacroActionType</key>
<string>InsertText</string>
<key>Paste</key>
<true/>
<key>Text</key>
<string>Correct. </string>
</dict>
</array>
<key>IsActive</key>
<true/>
<key>ModificationDate</key>
<real>445290569.95647901</real>
<key>Name</key>
<string>next speaker says "Correct."</string>
<key>Triggers</key>
<array>
<dict>
<key>FireType</key>
<string>Pressed</string>
<key>KeyCode</key>
<integer>8</integer>
<key>MacroTriggerType</key>
<string>HotKey</string>
<key>Modifiers</key>
<integer>4352</integer>
</dict>
</array>
<key>UID</key>
<string>AA96C486-DC89-4E89-A9BA-C14DD315A5E0</string>
</dict>
</array>
<key>Name</key>
<string>*common brief responses</string>
<key>Targeting</key>
<dict>
<key>Targeting</key>
<string>Included</string>
<key>TargetingApps</key>
<array>
<dict>
<key>BundleIdentifier</key>
<string>com.microsoft.Word</string>
<key>Name</key>
<string>Microsoft Word</string>
<key>NewFile</key>
<string>/Applications/Microsoft Office 2011/Microsoft Word.app</string>
</dict>
<dict>
<key>BundleIdentifier</key>
<string>com.sublimetext.2</string>
<key>Name</key>
<string>Sublime Text 2</string>
</dict>
</array>
</dict>
<key>UID</key>
<string>09AF2403-7E73-4806-8327-5406330CEC52</string>
</dict>
<dict>
<key>Activate</key>
<string>Normal</string>
<key>IsActive</key>
<true/>
<key>Macros</key>
<array>
<dict>
<key>Actions</key>
<array>
<dict>
<key>Asynchronously</key>
<false/>
<key>Count</key>
<integer>1</integer>
<key>IsActive</key>
<true/>
<key>IsDisclosed</key>
<true/>
<key>MacroActionType</key>
<string>ExecuteMacro</string>
<key>MacroUID</key>
<string>65AD2525-4ED0-4B01-80BA-CC9A233575BA</string>
<key>TimeOutAbortsMacro</key>
<true/>
</dict>
<dict>
<key>Action</key>
<string>ByPasting</string>
<key>IsActive</key>
<true/>
<key>IsDisclosed</key>
<true/>
<key>MacroActionType</key>
<string>InsertText</string>
<key>Paste</key>
<true/>
<key>Text</key>
<string>Correct.</string>
</dict>
<dict>
<key>Asynchronously</key>
<false/>
<key>Count</key>
<integer>1</integer>
<key>IsActive</key>
<true/>
<key>IsDisclosed</key>
<true/>
<key>MacroActionType</key>
<string>ExecuteMacro</string>
<key>MacroUID</key>
<string>65AD2525-4ED0-4B01-80BA-CC9A233575BA</string>
<key>TimeOutAbortsMacro</key>
<true/>
</dict>
<dict>
<key>Action</key>
<string>ByPasting</string>
<key>IsActive</key>
<true/>
<key>IsDisclosed</key>
<true/>
<key>MacroActionType</key>
<string>InsertText</string>
<key>Paste</key>
<true/>
<key>Text</key>
<string>Okay. </string>
</dict>
</array>
<key>IsActive</key>
<true/>
<key>ModificationDate</key>
<real>445290581.60592997</real>
<key>Name</key>
<string>next speaker says "Correct." then previous speaker says "Okay".</string>
<key>Triggers</key>
<array>
<dict>
<key>FireType</key>
<string>Pressed</string>
<key>KeyCode</key>
<integer>8</integer>
<key>MacroTriggerType</key>
<string>HotKey</string>
<key>Modifiers</key>
<integer>4864</integer>
</dict>
</array>
<key>UID</key>
<string>BCE4CEB0-4CA1-459C-BCB0-DE1B48CF45F4</string>
</dict>
</array>
<key>Name</key>
<string>*common brief responses</string>
<key>Targeting</key>
<dict>
<key>Targeting</key>
<string>Included</string>
<key>TargetingApps</key>
<array>
<dict>
<key>BundleIdentifier</key>
<string>com.microsoft.Word</string>
<key>Name</key>
<string>Microsoft Word</string>
<key>NewFile</key>
<string>/Applications/Microsoft Office 2011/Microsoft Word.app</string>
</dict>
<dict>
<key>BundleIdentifier</key>
<string>com.sublimetext.2</string>
<key>Name</key>
<string>Sublime Text 2</string>
</dict>
</array>
</dict>
<key>UID</key>
<string>09AF2403-7E73-4806-8327-5406330CEC52</string>
</dict>
<dict>
<key>Activate</key>
<string>Normal</string>
<key>IsActive</key>
<true/>
<key>Macros</key>
<array>
<dict>
<key>Actions</key>
<array>
<dict>
<key>IsActive</key>
<true/>
<key>IsDisclosed</key>
<true/>
<key>JustDisplay</key>
<false/>
<key>MacroActionType</key>
<string>SetClipboardToText</string>
<key>TargetNamedClipboardRedundantDisplayName</key>
<string>Default Clipboard</string>
<key>TargetNamedClipboardUID</key>
<string>D874D7B3-299A-4B9B-94CF-B75C93EDA395</string>
<key>TargetUseNamedClipboard</key>
<false/>
<key>Text</key>
<string>%Variable%nowSpeaker%</string>
</dict>
<dict>
<key>IsActive</key>
<true/>
<key>IsDisclosed</key>
<true/>
<key>MacroActionType</key>
<string>SetVariableToText</string>
<key>Text</key>
<string>%Variable%d%</string>
<key>Variable</key>
<string>nowSpeaker</string>
</dict>
<dict>
<key>IsActive</key>
<true/>
<key>IsDisclosed</key>
<true/>
<key>MacroActionType</key>
<string>SetVariableToText</string>
<key>Text</key>
<string>false</string>
<key>Variable</key>
<string>isVO</string>
</dict>
<dict>
<key>Asynchronously</key>
<false/>
<key>Count</key>
<integer>1</integer>
<key>IsActive</key>
<true/>
<key>IsDisclosed</key>
<true/>
<key>MacroActionType</key>
<string>ExecuteMacro</string>
<key>MacroUID</key>
<string>F19AF337-2E64-4333-87B2-A092D93EE46F</string>
<key>TimeOutAbortsMacro</key>
<true/>
</dict>
</array>
<key>IsActive</key>
<true/>
<key>ModificationDate</key>
<real>445282803.86815101</real>
<key>Name</key>
<string>put d in</string>
<key>Triggers</key>
<array>
<dict>
<key>FireType</key>
<string>Pressed</string>
<key>KeyCode</key>
<integer>2</integer>
<key>MacroTriggerType</key>
<string>HotKey</string>
<key>Modifiers</key>
<integer>256</integer>
</dict>
</array>
<key>UID</key>
<string>45E5E68B-BB8B-4889-8A79-9208DB3EB2F5</string>
</dict>
</array>
<key>Name</key>
<string>#vars put</string>
<key>Targeting</key>
<dict>
<key>Targeting</key>
<string>Included</string>
<key>TargetingApps</key>
<array>
<dict>
<key>BundleIdentifier</key>
<string>com.microsoft.Word</string>
<key>Name</key>
<string>Microsoft Word</string>
<key>NewFile</key>
<string>/Applications/Microsoft Office 2011/Microsoft Word.app</string>
</dict>
</array>
</dict>
<key>UID</key>
<string>81CEABDC-6FE4-43E0-A156-2CAD9DC5FF59</string>
</dict>
<dict>
<key>Activate</key>
<string>Normal</string>
<key>IsActive</key>
<true/>
<key>Macros</key>
<array>
<dict>
<key>Actions</key>
<array>
<dict>
<key>Asynchronously</key>
<false/>
<key>Count</key>
<integer>1</integer>
<key>IsActive</key>
<true/>
<key>IsDisclosed</key>
<true/>
<key>MacroActionType</key>
<string>ExecuteMacro</string>
<key>MacroUID</key>
<string>D92BB47C-1817-4D84-8AB0-11C8732FFF54</string>
<key>TimeOutAbortsMacro</key>
<true/>
</dict>
</array>
<key>IsActive</key>
<true/>
<key>ModificationDate</key>
<real>438454305.773947</real>
<key>Name</key>
<string>define d</string>
<key>Triggers</key>
<array>
<dict>
<key>FireType</key>
<string>Pressed</string>
<key>KeyCode</key>
<integer>2</integer>
<key>MacroTriggerType</key>
<string>HotKey</string>
<key>Modifiers</key>
<integer>2048</integer>
</dict>
</array>
<key>UID</key>
<string>D8672BB3-653B-48B3-87E3-F094704E5647</string>
</dict>
</array>
<key>Name</key>
<string>#vars define</string>
<key>Targeting</key>
<dict>
<key>Targeting</key>
<string>Included</string>
<key>TargetingApps</key>
<array>
<dict>
<key>BundleIdentifier</key>
<string>com.microsoft.Word</string>
<key>Name</key>
<string>Microsoft Word</string>
<key>NewFile</key>
<string>/Applications/Microsoft Office 2011/Microsoft Word.app</string>
</dict>
<dict>
<key>BundleIdentifier</key>
<string>com.sublimetext.2</string>
<key>Name</key>
<string>Sublime Text 2</string>
</dict>
</array>
</dict>
<key>UID</key>
<string>4B0084B6-881E-4308-BC47-173A105E3CE2</string>
</dict>
<dict>
<key>Activate</key>
<string>Normal</string>
<key>IsActive</key>
<false/>
<key>Macros</key>
<array>
<dict>
<key>Actions</key>
<array>
<dict>
<key>IsActive</key>
<true/>
<key>IsDisclosed</key>
<true/>
<key>MacroActionType</key>
<string>SetVariableToText</string>
<key>Text</key>
<string>%Variable%d%</string>
<key>Variable</key>
<string>nowSpeaker</string>
</dict>
<dict>
<key>IsActive</key>
<true/>
<key>IsDisclosed</key>
<true/>
<key>MacroActionType</key>
<string>SetVariableToText</string>
<key>Text</key>
<string>true</string>
<key>Variable</key>
<string>isVO</string>
</dict>
<dict>
<key>Asynchronously</key>
<false/>
<key>Count</key>
<integer>1</integer>
<key>IsActive</key>
<true/>
<key>IsDisclosed</key>
<true/>
<key>MacroActionType</key>
<string>ExecuteMacro</string>
<key>MacroUID</key>
<string>F19AF337-2E64-4333-87B2-A092D93EE46F</string>
<key>TimeOutAbortsMacro</key>
<true/>
</dict>
</array>
<key>IsActive</key>
<true/>
<key>ModificationDate</key>
<real>437765338.31717402</real>
<key>Name</key>
<string>put d in with ctrl</string>
<key>Triggers</key>
<array>
<dict>
<key>FireType</key>
<string>Pressed</string>
<key>KeyCode</key>
<integer>2</integer>
<key>MacroTriggerType</key>
<string>HotKey</string>
<key>Modifiers</key>
<integer>4352</integer>
</dict>
</array>
<key>UID</key>
<string>11B90E49-ADA9-425E-A343-FFF6F9BFD912</string>
</dict>
</array>
<key>Name</key>
<string>#inactive</string>
<key>Targeting</key>
<dict>
<key>Targeting</key>
<string>Included</string>
<key>TargetingApps</key>
<array>
<dict>
<key>BundleIdentifier</key>
<string>com.microsoft.Word</string>
<key>Name</key>
<string>Microsoft Word</string>
<key>NewFile</key>
<string>/Applications/Microsoft Office 2011/Microsoft Word.app</string>
</dict>
</array>
</dict>
<key>UID</key>
<string>908223D9-6C23-440F-8187-F59532C6C454</string>
</dict>
<dict>
<key>Activate</key>
<string>Normal</string>
<key>IsActive</key>
<true/>
<key>Macros</key>
<array>
<dict>
<key>Actions</key>
<array>
<dict>
<key>Asynchronously</key>
<false/>
<key>Count</key>
<integer>1</integer>
<key>IsActive</key>
<true/>
<key>IsDisclosed</key>
<true/>
<key>MacroActionType</key>
<string>ExecuteMacro</string>
<key>MacroUID</key>
<string>D92BB47C-1817-4D84-8AB0-11C8732FFF54</string>
<key>TimeOutAbortsMacro</key>
<true/>
</dict>
</array>
<key>IsActive</key>
<true/>
<key>ModificationDate</key>
<real>438454321.73112899</real>
<key>Name</key>
<string>define d as a speaker</string>
<key>Triggers</key>
<array>
<dict>
<key>FireType</key>
<string>Pressed</string>
<key>KeyCode</key>
<integer>2</integer>
<key>MacroTriggerType</key>
<string>HotKey</string>
<key>Modifiers</key>
<integer>6144</integer>
</dict>
</array>
<key>UID</key>
<string>53726237-9720-4261-B152-28FF77DBF3FC</string>
</dict>
</array>
<key>Name</key>
<string>#vars define</string>
<key>Targeting</key>
<dict>
<key>Targeting</key>
<string>Included</string>
<key>TargetingApps</key>
<array>
<dict>
<key>BundleIdentifier</key>
<string>com.microsoft.Word</string>
<key>Name</key>
<string>Microsoft Word</string>
<key>NewFile</key>
<string>/Applications/Microsoft Office 2011/Microsoft Word.app</string>
</dict>
<dict>
<key>BundleIdentifier</key>
<string>com.sublimetext.2</string>
<key>Name</key>
<string>Sublime Text 2</string>
</dict>
</array>
</dict>
<key>UID</key>
<string>4B0084B6-881E-4308-BC47-173A105E3CE2</string>
</dict>
<dict>
<key>Activate</key>
<string>Normal</string>
<key>IsActive</key>
<true/>
<key>Macros</key>
<array>
<dict>
<key>Actions</key>
<array>
<dict>
<key>Conditions</key>
<dict>
<key>ConditionList</key>
<array>
<dict>
<key>ConditionType</key>
<string>Variable</string>
<key>Variable</key>
<string>debugMode</string>
<key>VariableConditionType</key>
<string>Is</string>
<key>VariableValue</key>
<string>on</string>
</dict>
</array>
<key>ConditionListMatch</key>
<string>All</string>
</dict>
<key>ElseActions</key>
<array>
<dict>
<key>IsActive</key>
<true/>
<key>IsDisclosed</key>
<true/>
<key>MacroActionType</key>
<string>SetVariableToText</string>
<key>Text</key>
<string>on</string>
<key>Variable</key>
<string>debugMode</string>
</dict>
</array>
<key>IsActive</key>
<true/>
<key>IsDisclosed</key>
<true/>
<key>MacroActionType</key>
<string>IfThenElse</string>
<key>ThenActions</key>
<array>
<dict>
<key>IsActive</key>
<true/>
<key>IsDisclosed</key>
<true/>
<key>MacroActionType</key>
<string>SetVariableToText</string>
<key>Text</key>
<string>off</string>
<key>Variable</key>
<string>debugMode</string>
</dict>
</array>
<key>TimeOutAbortsMacro</key>
<true/>
</dict>
</array>
<key>IsActive</key>
<true/>
<key>ModificationDate</key>
<real>444583002.03795499</real>
<key>Name</key>
<string>turn debug on</string>
<key>Triggers</key>
<array>
<dict>
<key>FireType</key>
<string>Pressed</string>
<key>KeyCode</key>
<integer>2</integer>
<key>MacroTriggerType</key>
<string>HotKey</string>
<key>Modifiers</key>
<integer>6912</integer>
</dict>
</array>
<key>UID</key>
<string>EC1150A4-AB3F-4BF9-A340-7D39187192BC</string>
</dict>
</array>
<key>Name</key>
<string>*helpers</string>
<key>Targeting</key>
<dict>
<key>Targeting</key>
<string>Included</string>
<key>TargetingApps</key>
<array>
<dict>
<key>BundleIdentifier</key>
<string>com.microsoft.Word</string>
<key>Name</key>
<string>Microsoft Word</string>
<key>NewFile</key>
<string>/Applications/Microsoft Office 2011/Microsoft Word.app</string>
</dict>
</array>
</dict>
<key>UID</key>
<string>AB53EBE2-3B43-47A1-9AF5-97F9CFA43283</string>
</dict>
<dict>
<key>Activate</key>
<string>Normal</string>
<key>IsActive</key>
<true/>
<key>Macros</key>
<array>
<dict>
<key>Actions</key>
<array>
<dict>
<key>IsActive</key>
<true/>
<key>IsDisclosed</key>
<true/>
<key>JustDisplay</key>
<false/>
<key>MacroActionType</key>
<string>SetClipboardToText</string>
<key>TargetNamedClipboardRedundantDisplayName</key>
<string>Default Clipboard</string>
<key>TargetNamedClipboardUID</key>
<string>D874D7B3-299A-4B9B-94CF-B75C93EDA395</string>
<key>TargetUseNamedClipboard</key>
<false/>
<key>Text</key>
<string>%Variable%nowSpeaker%</string>
</dict>
<dict>
<key>IsActive</key>
<true/>
<key>IsDisclosed</key>
<true/>
<key>MacroActionType</key>
<string>SetVariableToText</string>
<key>Text</key>
<string>%Variable%e%</string>
<key>Variable</key>
<string>nowSpeaker</string>
</dict>
<dict>
<key>IsActive</key>
<true/>
<key>IsDisclosed</key>
<true/>
<key>MacroActionType</key>
<string>SetVariableToText</string>
<key>Text</key>
<string>false</string>
<key>Variable</key>
<string>isVO</string>
</dict>
<dict>
<key>Asynchronously</key>
<false/>
<key>Count</key>
<integer>1</integer>
<key>IsActive</key>
<true/>
<key>IsDisclosed</key>
<true/>
<key>MacroActionType</key>
<string>ExecuteMacro</string>
<key>MacroUID</key>
<string>F19AF337-2E64-4333-87B2-A092D93EE46F</string>
<key>TimeOutAbortsMacro</key>
<true/>
</dict>
</array>
<key>IsActive</key>
<true/>
<key>ModificationDate</key>
<real>445282809.24751902</real>
<key>Name</key>
<string>put e in</string>
<key>Triggers</key>
<array>
<dict>
<key>FireType</key>
<string>Pressed</string>
<key>KeyCode</key>
<integer>14</integer>
<key>MacroTriggerType</key>
<string>HotKey</string>
<key>Modifiers</key>
<integer>256</integer>
</dict>
</array>
<key>UID</key>
<string>61430308-B833-4813-865A-5753CB108FEB</string>
</dict>
</array>
<key>Name</key>
<string>#vars put</string>
<key>Targeting</key>
<dict>
<key>Targeting</key>
<string>Included</string>
<key>TargetingApps</key>
<array>
<dict>
<key>BundleIdentifier</key>
<string>com.microsoft.Word</string>
<key>Name</key>
<string>Microsoft Word</string>
<key>NewFile</key>
<string>/Applications/Microsoft Office 2011/Microsoft Word.app</string>
</dict>
</array>
</dict>
<key>UID</key>
<string>81CEABDC-6FE4-43E0-A156-2CAD9DC5FF59</string>
</dict>
<dict>
<key>Activate</key>
<string>Normal</string>
<key>IsActive</key>
<true/>
<key>Macros</key>
<array>
<dict>
<key>Actions</key>
<array>
<dict>
<key>Asynchronously</key>
<false/>
<key>Count</key>
<integer>1</integer>
<key>IsActive</key>
<true/>
<key>IsDisclosed</key>
<true/>
<key>MacroActionType</key>
<string>ExecuteMacro</string>
<key>MacroUID</key>
<string>65AD2525-4ED0-4B01-80BA-CC9A233575BA</string>
<key>TimeOutAbortsMacro</key>
<true/>
</dict>
<dict>
<key>Action</key>
<string>ByPasting</string>
<key>IsActive</key>
<true/>
<key>IsDisclosed</key>
<true/>
<key>MacroActionType</key>
<string>InsertText</string>
<key>Paste</key>
<true/>
<key>Text</key>
<string>Exactly.</string>
</dict>
<dict>
<key>Asynchronously</key>
<false/>
<key>Count</key>
<integer>1</integer>
<key>IsActive</key>
<true/>
<key>IsDisclosed</key>
<true/>
<key>MacroActionType</key>
<string>ExecuteMacro</string>
<key>MacroUID</key>
<string>65AD2525-4ED0-4B01-80BA-CC9A233575BA</string>
<key>TimeOutAbortsMacro</key>
<true/>
</dict>
</array>
<key>IsActive</key>
<true/>
<key>ModificationDate</key>
<real>445283913.88014299</real>
<key>Name</key>
<string>next speaker says "Exactly." then back to previous speaker. </string>
<key>Triggers</key>
<array>
<dict>
<key>FireType</key>
<string>Pressed</string>
<key>KeyCode</key>
<integer>14</integer>
<key>MacroTriggerType</key>
<string>HotKey</string>
<key>Modifiers</key>
<integer>768</integer>
</dict>
</array>
<key>UID</key>
<string>9AC8111B-8BF1-41D1-8D07-8259F3AF2468</string>
</dict>
</array>
<key>Name</key>
<string>*common brief responses</string>
<key>Targeting</key>
<dict>
<key>Targeting</key>
<string>Included</string>
<key>TargetingApps</key>
<array>
<dict>
<key>BundleIdentifier</key>
<string>com.microsoft.Word</string>
<key>Name</key>
<string>Microsoft Word</string>
<key>NewFile</key>
<string>/Applications/Microsoft Office 2011/Microsoft Word.app</string>
</dict>
<dict>
<key>BundleIdentifier</key>
<string>com.sublimetext.2</string>
<key>Name</key>
<string>Sublime Text 2</string>
</dict>
</array>
</dict>
<key>UID</key>
<string>09AF2403-7E73-4806-8327-5406330CEC52</string>
</dict>
<dict>
<key>Activate</key>
<string>Normal</string>
<key>IsActive</key>
<true/>
<key>Macros</key>
<array>
<dict>
<key>Actions</key>
<array>
<dict>
<key>Asynchronously</key>
<false/>
<key>Count</key>
<integer>1</integer>
<key>IsActive</key>
<true/>
<key>IsDisclosed</key>
<true/>
<key>MacroActionType</key>
<string>ExecuteMacro</string>
<key>MacroUID</key>
<string>D92BB47C-1817-4D84-8AB0-11C8732FFF54</string>
<key>TimeOutAbortsMacro</key>
<true/>
</dict>
</array>
<key>IsActive</key>
<true/>
<key>ModificationDate</key>
<real>438454323.601183</real>
<key>Name</key>
<string>define e</string>
<key>Triggers</key>
<array>
<dict>
<key>FireType</key>
<string>Pressed</string>
<key>KeyCode</key>
<integer>14</integer>
<key>MacroTriggerType</key>
<string>HotKey</string>
<key>Modifiers</key>
<integer>2048</integer>
</dict>
</array>
<key>UID</key>
<string>7502DA0F-F8B4-4DFD-9E19-3F4B604BEC64</string>
</dict>
</array>
<key>Name</key>
<string>#vars define</string>
<key>Targeting</key>
<dict>
<key>Targeting</key>
<string>Included</string>
<key>TargetingApps</key>
<array>
<dict>
<key>BundleIdentifier</key>
<string>com.microsoft.Word</string>
<key>Name</key>
<string>Microsoft Word</string>
<key>NewFile</key>
<string>/Applications/Microsoft Office 2011/Microsoft Word.app</string>
</dict>
<dict>
<key>BundleIdentifier</key>
<string>com.sublimetext.2</string>
<key>Name</key>
<string>Sublime Text 2</string>
</dict>
</array>
</dict>
<key>UID</key>
<string>4B0084B6-881E-4308-BC47-173A105E3CE2</string>
</dict>
<dict>
<key>Activate</key>
<string>Normal</string>
<key>IsActive</key>
<true/>
<key>Macros</key>
<array>
<dict>
<key>Actions</key>
<array>
<dict>
<key>Asynchronously</key>
<false/>
<key>Count</key>
<integer>1</integer>
<key>IsActive</key>
<true/>
<key>IsDisclosed</key>
<true/>
<key>MacroActionType</key>
<string>ExecuteMacro</string>
<key>MacroUID</key>
<string>65AD2525-4ED0-4B01-80BA-CC9A233575BA</string>
<key>TimeOutAbortsMacro</key>
<true/>
</dict>
<dict>
<key>Action</key>
<string>ByPasting</string>
<key>IsActive</key>
<true/>
<key>IsDisclosed</key>
<true/>
<key>MacroActionType</key>
<string>InsertText</string>
<key>Paste</key>
<true/>
<key>Text</key>
<string>Exactly. </string>
</dict>
</array>
<key>IsActive</key>
<true/>
<key>ModificationDate</key>
<real>445290587.06885999</real>
<key>Name</key>
<string>next speaker says "Exactly."</string>
<key>Triggers</key>
<array>
<dict>
<key>FireType</key>
<string>Pressed</string>
<key>KeyCode</key>
<integer>14</integer>
<key>MacroTriggerType</key>
<string>HotKey</string>
<key>Modifiers</key>
<integer>4352</integer>
</dict>
</array>
<key>UID</key>
<string>E6C7701E-A2D3-4850-8C0E-022221CA7BF5</string>
</dict>
</array>
<key>Name</key>
<string>*common brief responses</string>
<key>Targeting</key>
<dict>
<key>Targeting</key>
<string>Included</string>
<key>TargetingApps</key>
<array>
<dict>
<key>BundleIdentifier</key>
<string>com.microsoft.Word</string>
<key>Name</key>
<string>Microsoft Word</string>
<key>NewFile</key>
<string>/Applications/Microsoft Office 2011/Microsoft Word.app</string>
</dict>
<dict>
<key>BundleIdentifier</key>
<string>com.sublimetext.2</string>
<key>Name</key>
<string>Sublime Text 2</string>
</dict>
</array>
</dict>
<key>UID</key>
<string>09AF2403-7E73-4806-8327-5406330CEC52</string>
</dict>
<dict>
<key>Activate</key>
<string>Normal</string>
<key>IsActive</key>
<false/>
<key>Macros</key>
<array>
<dict>
<key>Actions</key>
<array>
<dict>
<key>IsActive</key>
<true/>
<key>IsDisclosed</key>
<true/>
<key>MacroActionType</key>
<string>SetVariableToText</string>
<key>Text</key>
<string>%Variable%e%</string>
<key>Variable</key>
<string>nowSpeaker</string>
</dict>
<dict>
<key>IsActive</key>
<true/>
<key>IsDisclosed</key>
<true/>
<key>MacroActionType</key>
<string>SetVariableToText</string>
<key>Text</key>
<string>true</string>
<key>Variable</key>
<string>isVO</string>
</dict>
<dict>
<key>Asynchronously</key>
<false/>
<key>Count</key>
<integer>1</integer>
<key>IsActive</key>
<true/>
<key>IsDisclosed</key>
<true/>
<key>MacroActionType</key>
<string>ExecuteMacro</string>
<key>MacroUID</key>
<string>F19AF337-2E64-4333-87B2-A092D93EE46F</string>
<key>TimeOutAbortsMacro</key>
<true/>
</dict>
</array>
<key>IsActive</key>
<true/>
<key>ModificationDate</key>
<real>444752247.60053003</real>
<key>Name</key>
<string>put e in with ctrl</string>
<key>Triggers</key>
<array>
<dict>
<key>FireType</key>
<string>Pressed</string>
<key>KeyCode</key>
<integer>14</integer>
<key>MacroTriggerType</key>
<string>HotKey</string>
<key>Modifiers</key>
<integer>4352</integer>
</dict>
</array>
<key>UID</key>
<string>52153D7B-4C8F-4FF6-839C-91F826EDFC16</string>
</dict>
</array>
<key>Name</key>
<string>#inactive</string>
<key>Targeting</key>
<dict>
<key>Targeting</key>
<string>Included</string>
<key>TargetingApps</key>
<array>
<dict>
<key>BundleIdentifier</key>
<string>com.microsoft.Word</string>
<key>Name</key>
<string>Microsoft Word</string>
<key>NewFile</key>
<string>/Applications/Microsoft Office 2011/Microsoft Word.app</string>
</dict>
</array>
</dict>
<key>UID</key>
<string>908223D9-6C23-440F-8187-F59532C6C454</string>
</dict>
<dict>
<key>Activate</key>
<string>Normal</string>
<key>IsActive</key>
<true/>
<key>Macros</key>
<array>
<dict>
<key>Actions</key>
<array>
<dict>
<key>Asynchronously</key>
<false/>
<key>Count</key>
<integer>1</integer>
<key>IsActive</key>
<true/>
<key>IsDisclosed</key>
<true/>
<key>MacroActionType</key>
<string>ExecuteMacro</string>
<key>MacroUID</key>
<string>65AD2525-4ED0-4B01-80BA-CC9A233575BA</string>
<key>TimeOutAbortsMacro</key>
<true/>
</dict>
<dict>
<key>Action</key>
<string>ByPasting</string>
<key>IsActive</key>
<true/>
<key>IsDisclosed</key>
<true/>
<key>MacroActionType</key>
<string>InsertText</string>
<key>Paste</key>
<true/>
<key>Text</key>
<string>Exactly.</string>
</dict>
<dict>
<key>Asynchronously</key>
<false/>
<key>Count</key>
<integer>1</integer>
<key>IsActive</key>
<true/>
<key>IsDisclosed</key>
<true/>
<key>MacroActionType</key>
<string>ExecuteMacro</string>
<key>MacroUID</key>
<string>65AD2525-4ED0-4B01-80BA-CC9A233575BA</string>
<key>TimeOutAbortsMacro</key>
<true/>
</dict>
<dict>
<key>Action</key>
<string>ByPasting</string>
<key>IsActive</key>
<true/>
<key>IsDisclosed</key>
<true/>
<key>MacroActionType</key>
<string>InsertText</string>
<key>Paste</key>
<true/>
<key>Text</key>
<string>Okay. </string>
</dict>
</array>
<key>IsActive</key>
<true/>
<key>ModificationDate</key>
<real>445285597.68438101</real>
<key>Name</key>
<string>next speaker says "Exactly." then previous speaker says "Okay."</string>
<key>Triggers</key>
<array>
<dict>
<key>FireType</key>
<string>Pressed</string>
<key>KeyCode</key>
<integer>14</integer>
<key>MacroTriggerType</key>
<string>HotKey</string>
<key>Modifiers</key>
<integer>4864</integer>
</dict>
</array>
<key>UID</key>
<string>20B9D5CF-1D74-4988-8DDF-619C546ADD15</string>
</dict>
</array>
<key>Name</key>
<string>*common brief responses</string>
<key>Targeting</key>
<dict>
<key>Targeting</key>
<string>Included</string>
<key>TargetingApps</key>
<array>
<dict>
<key>BundleIdentifier</key>
<string>com.microsoft.Word</string>
<key>Name</key>
<string>Microsoft Word</string>
<key>NewFile</key>
<string>/Applications/Microsoft Office 2011/Microsoft Word.app</string>
</dict>
<dict>
<key>BundleIdentifier</key>
<string>com.sublimetext.2</string>
<key>Name</key>
<string>Sublime Text 2</string>
</dict>
</array>
</dict>
<key>UID</key>
<string>09AF2403-7E73-4806-8327-5406330CEC52</string>
</dict>
<dict>
<key>Activate</key>
<string>Normal</string>
<key>IsActive</key>
<true/>
<key>Macros</key>
<array>
<dict>
<key>Actions</key>
<array>
<dict>
<key>Asynchronously</key>
<false/>
<key>Count</key>
<integer>1</integer>
<key>IsActive</key>
<true/>
<key>IsDisclosed</key>
<true/>
<key>MacroActionType</key>
<string>ExecuteMacro</string>
<key>MacroUID</key>
<string>D92BB47C-1817-4D84-8AB0-11C8732FFF54</string>
<key>TimeOutAbortsMacro</key>
<true/>
</dict>
</array>
<key>IsActive</key>
<true/>
<key>ModificationDate</key>
<real>438454325.393112</real>
<key>Name</key>
<string>define e as a speaker</string>
<key>Triggers</key>
<array>
<dict>
<key>FireType</key>
<string>Pressed</string>
<key>KeyCode</key>
<integer>14</integer>
<key>MacroTriggerType</key>
<string>HotKey</string>
<key>Modifiers</key>
<integer>6144</integer>
</dict>
</array>
<key>UID</key>
<string>213E3F7B-C14F-4F36-AB6A-B8482A5A3C00</string>
</dict>
</array>
<key>Name</key>
<string>#vars define</string>
<key>Targeting</key>
<dict>
<key>Targeting</key>
<string>Included</string>
<key>TargetingApps</key>
<array>
<dict>
<key>BundleIdentifier</key>
<string>com.microsoft.Word</string>
<key>Name</key>
<string>Microsoft Word</string>
<key>NewFile</key>
<string>/Applications/Microsoft Office 2011/Microsoft Word.app</string>
</dict>
<dict>
<key>BundleIdentifier</key>
<string>com.sublimetext.2</string>
<key>Name</key>
<string>Sublime Text 2</string>
</dict>
</array>
</dict>
<key>UID</key>
<string>4B0084B6-881E-4308-BC47-173A105E3CE2</string>
</dict>
<dict>
<key>Activate</key>
<string>Normal</string>
<key>IsActive</key>
<true/>
<key>Macros</key>
<array>
<dict>
<key>Actions</key>
<array>
<dict>
<key>IsActive</key>
<true/>
<key>IsDisclosed</key>
<true/>
<key>JustDisplay</key>
<false/>
<key>MacroActionType</key>
<string>SetClipboardToText</string>
<key>TargetNamedClipboardRedundantDisplayName</key>
<string>Default Clipboard</string>
<key>TargetNamedClipboardUID</key>
<string>D874D7B3-299A-4B9B-94CF-B75C93EDA395</string>
<key>TargetUseNamedClipboard</key>
<false/>
<key>Text</key>
<string>%Variable%nowSpeaker%</string>
</dict>
<dict>
<key>IsActive</key>
<true/>
<key>IsDisclosed</key>
<true/>
<key>MacroActionType</key>
<string>SetVariableToText</string>
<key>Text</key>
<string>%Variable%f%</string>
<key>Variable</key>
<string>nowSpeaker</string>
</dict>
<dict>
<key>IsActive</key>
<true/>
<key>IsDisclosed</key>
<true/>
<key>MacroActionType</key>
<string>SetVariableToText</string>
<key>Text</key>
<string>false</string>
<key>Variable</key>
<string>isVO</string>
</dict>
<dict>
<key>Asynchronously</key>
<false/>
<key>Count</key>
<integer>1</integer>
<key>IsActive</key>
<true/>
<key>IsDisclosed</key>
<true/>
<key>MacroActionType</key>
<string>ExecuteMacro</string>
<key>MacroUID</key>
<string>F19AF337-2E64-4333-87B2-A092D93EE46F</string>
<key>TimeOutAbortsMacro</key>
<true/>
</dict>
</array>
<key>IsActive</key>
<true/>
<key>ModificationDate</key>
<real>445282815.72884297</real>
<key>Name</key>
<string>put f in</string>
<key>Triggers</key>
<array>
<dict>
<key>FireType</key>
<string>Pressed</string>
<key>KeyCode</key>
<integer>3</integer>
<key>MacroTriggerType</key>
<string>HotKey</string>
<key>Modifiers</key>
<integer>256</integer>
</dict>
</array>
<key>UID</key>
<string>E2E6E7ED-6B7B-4F56-91F1-94BA32AD2539</string>
</dict>
</array>
<key>Name</key>
<string>#vars put</string>
<key>Targeting</key>
<dict>
<key>Targeting</key>
<string>Included</string>
<key>TargetingApps</key>
<array>
<dict>
<key>BundleIdentifier</key>
<string>com.microsoft.Word</string>
<key>Name</key>
<string>Microsoft Word</string>
<key>NewFile</key>
<string>/Applications/Microsoft Office 2011/Microsoft Word.app</string>
</dict>
</array>
</dict>
<key>UID</key>
<string>81CEABDC-6FE4-43E0-A156-2CAD9DC5FF59</string>
</dict>
<dict>
<key>Activate</key>
<string>Normal</string>
<key>IsActive</key>
<true/>
<key>Macros</key>
<array>
<dict>
<key>Actions</key>
<array>
<dict>
<key>Asynchronously</key>
<false/>
<key>Count</key>
<integer>1</integer>
<key>IsActive</key>
<true/>
<key>IsDisclosed</key>
<true/>
<key>MacroActionType</key>
<string>ExecuteMacro</string>
<key>MacroUID</key>
<string>D92BB47C-1817-4D84-8AB0-11C8732FFF54</string>
<key>TimeOutAbortsMacro</key>
<true/>
</dict>
</array>
<key>IsActive</key>
<true/>
<key>ModificationDate</key>
<real>438454327.22903502</real>
<key>Name</key>
<string>define f</string>
<key>Triggers</key>
<array>
<dict>
<key>FireType</key>
<string>Pressed</string>
<key>KeyCode</key>
<integer>3</integer>
<key>MacroTriggerType</key>
<string>HotKey</string>
<key>Modifiers</key>
<integer>2048</integer>
</dict>
</array>
<key>UID</key>
<string>742423D0-278E-4A3C-8660-D0AE85764A47</string>
</dict>
</array>
<key>Name</key>
<string>#vars define</string>
<key>Targeting</key>
<dict>
<key>Targeting</key>
<string>Included</string>
<key>TargetingApps</key>
<array>
<dict>
<key>BundleIdentifier</key>
<string>com.microsoft.Word</string>
<key>Name</key>
<string>Microsoft Word</string>
<key>NewFile</key>
<string>/Applications/Microsoft Office 2011/Microsoft Word.app</string>
</dict>
<dict>
<key>BundleIdentifier</key>
<string>com.sublimetext.2</string>
<key>Name</key>
<string>Sublime Text 2</string>
</dict>
</array>
</dict>
<key>UID</key>
<string>4B0084B6-881E-4308-BC47-173A105E3CE2</string>
</dict>
<dict>
<key>Activate</key>
<string>Normal</string>
<key>IsActive</key>
<false/>
<key>Macros</key>
<array>
<dict>
<key>Actions</key>
<array>
<dict>
<key>IsActive</key>
<true/>
<key>IsDisclosed</key>
<true/>
<key>MacroActionType</key>
<string>SetVariableToText</string>
<key>Text</key>
<string>%Variable%f%</string>
<key>Variable</key>
<string>nowSpeaker</string>
</dict>
<dict>
<key>IsActive</key>
<true/>
<key>IsDisclosed</key>
<true/>
<key>MacroActionType</key>
<string>SetVariableToText</string>
<key>Text</key>
<string>true</string>
<key>Variable</key>
<string>isVO</string>
</dict>
<dict>
<key>Asynchronously</key>
<false/>
<key>Count</key>
<integer>1</integer>
<key>IsActive</key>
<true/>
<key>IsDisclosed</key>
<true/>
<key>MacroActionType</key>
<string>ExecuteMacro</string>
<key>MacroUID</key>
<string>F19AF337-2E64-4333-87B2-A092D93EE46F</string>
<key>TimeOutAbortsMacro</key>
<true/>
</dict>
</array>
<key>IsActive</key>
<true/>
<key>ModificationDate</key>
<real>437766960.15455198</real>
<key>Name</key>
<string>put f in with ctrl</string>
<key>Triggers</key>
<array>
<dict>
<key>FireType</key>
<string>Pressed</string>
<key>KeyCode</key>
<integer>3</integer>
<key>MacroTriggerType</key>
<string>HotKey</string>
<key>Modifiers</key>
<integer>4352</integer>
</dict>
</array>
<key>UID</key>
<string>C64D4977-CD7D-4F9B-A51C-E99E030B237F</string>
</dict>
</array>
<key>Name</key>
<string>#inactive</string>
<key>Targeting</key>
<dict>
<key>Targeting</key>
<string>Included</string>
<key>TargetingApps</key>
<array>
<dict>
<key>BundleIdentifier</key>
<string>com.microsoft.Word</string>
<key>Name</key>
<string>Microsoft Word</string>
<key>NewFile</key>
<string>/Applications/Microsoft Office 2011/Microsoft Word.app</string>
</dict>
</array>
</dict>
<key>UID</key>
<string>908223D9-6C23-440F-8187-F59532C6C454</string>
</dict>
<dict>
<key>Activate</key>
<string>Normal</string>
<key>IsActive</key>
<true/>
<key>Macros</key>
<array>
<dict>
<key>Actions</key>
<array>
<dict>
<key>Asynchronously</key>
<false/>
<key>Count</key>
<integer>1</integer>
<key>IsActive</key>
<true/>
<key>IsDisclosed</key>
<true/>
<key>MacroActionType</key>
<string>ExecuteMacro</string>
<key>MacroUID</key>
<string>D92BB47C-1817-4D84-8AB0-11C8732FFF54</string>
<key>TimeOutAbortsMacro</key>
<true/>
</dict>
</array>
<key>IsActive</key>
<true/>
<key>ModificationDate</key>
<real>438454329.06618899</real>
<key>Name</key>
<string>define f as a speaker</string>
<key>Triggers</key>
<array>
<dict>
<key>FireType</key>
<string>Pressed</string>
<key>KeyCode</key>
<integer>3</integer>
<key>MacroTriggerType</key>
<string>HotKey</string>
<key>Modifiers</key>
<integer>6144</integer>
</dict>
</array>
<key>UID</key>
<string>BFC6E691-074F-4E10-87B0-B9592FDDD0B6</string>
</dict>
</array>
<key>Name</key>
<string>#vars define</string>
<key>Targeting</key>
<dict>
<key>Targeting</key>
<string>Included</string>
<key>TargetingApps</key>
<array>
<dict>
<key>BundleIdentifier</key>
<string>com.microsoft.Word</string>
<key>Name</key>
<string>Microsoft Word</string>
<key>NewFile</key>
<string>/Applications/Microsoft Office 2011/Microsoft Word.app</string>
</dict>
<dict>
<key>BundleIdentifier</key>
<string>com.sublimetext.2</string>
<key>Name</key>
<string>Sublime Text 2</string>
</dict>
</array>
</dict>
<key>UID</key>
<string>4B0084B6-881E-4308-BC47-173A105E3CE2</string>
</dict>
<dict>
<key>Activate</key>
<string>Normal</string>
<key>IsActive</key>
<true/>
<key>Macros</key>
<array>
<dict>
<key>Actions</key>
<array>
<dict>
<key>IsActive</key>
<true/>
<key>IsDisclosed</key>
<true/>
<key>KeyCode</key>
<integer>8</integer>
<key>MacroActionType</key>
<string>SimulateKeystroke</string>
<key>Modifiers</key>
<integer>256</integer>
<key>ReleaseAll</key>
<false/>
</dict>
<dict>
<key>IsActive</key>
<true/>
<key>IsDisclosed</key>
<true/>
<key>MacroActionType</key>
<string>SetVariableToText</string>
<key>Text</key>
<string>%CurrentClipboard%</string>
<key>Variable</key>
<string>toFlip</string>
</dict>
<dict>
<key>Action</key>
<string>IgnoreCaseString</string>
<key>IsActive</key>
<true/>
<key>IsDisclosed</key>
<true/>
<key>MacroActionType</key>
<string>SearchReplaceVariable</string>
<key>Replace</key>
<string>++</string>
<key>Search</key>
<string>%Variable%nowSpeaker%</string>
<key>Variable</key>
<string>toFlip</string>
</dict>
<dict>
<key>Action</key>
<string>IgnoreCaseString</string>
<key>IsActive</key>
<true/>
<key>IsDisclosed</key>
<true/>
<key>MacroActionType</key>
<string>SearchReplaceVariable</string>
<key>Replace</key>
<string>==</string>
<key>Search</key>
<string>%Variable%prevSpeaker%</string>
<key>Variable</key>
<string>toFlip</string>
</dict>
<dict>
<key>Action</key>
<string>IgnoreCaseString</string>
<key>IsActive</key>
<true/>
<key>IsDisclosed</key>
<true/>
<key>MacroActionType</key>
<string>SearchReplaceVariable</string>
<key>Replace</key>
<string>%Variable%nowSpeaker%</string>
<key>Search</key>
<string>==</string>
<key>Variable</key>
<string>toFlip</string>
</dict>
<dict>
<key>Action</key>
<string>IgnoreCaseString</string>
<key>IsActive</key>
<true/>
<key>IsDisclosed</key>
<true/>
<key>MacroActionType</key>
<string>SearchReplaceVariable</string>
<key>Replace</key>
<string>%Variable%prevSpeaker%</string>
<key>Search</key>
<string>++</string>
<key>Variable</key>
<string>toFlip</string>
</dict>
<dict>
<key>Action</key>
<string>ByPasting</string>
<key>IsActive</key>
<true/>
<key>IsDisclosed</key>
<true/>
<key>MacroActionType</key>
<string>InsertText</string>
<key>Paste</key>
<true/>
<key>Text</key>
<string>%Variable%toFlip%</string>
</dict>
<dict>
<key>Conditions</key>
<dict>
<key>ConditionList</key>
<array>
<dict>
<key>ConditionType</key>
<string>Variable</string>
<key>Variable</key>
<string>nowSpeaker</string>
<key>VariableConditionType</key>
<string>Is</string>
<key>VariableValue</key>
<string>%Variable%currentSpeaker%</string>
</dict>
</array>
<key>ConditionListMatch</key>
<string>All</string>
</dict>
<key>ElseActions</key>
<array>
<dict>
<key>IsActive</key>
<true/>
<key>IsDisclosed</key>
<true/>
<key>MacroActionType</key>
<string>SetVariableToText</string>
<key>Text</key>
<string>%Variable%currentSpeaker%</string>
<key>Variable</key>
<string>nowSpeaker</string>
</dict>
</array>
<key>IsActive</key>
<true/>
<key>IsDisclosed</key>
<true/>
<key>MacroActionType</key>
<string>IfThenElse</string>
<key>ThenActions</key>
<array>
<dict>
<key>IsActive</key>
<true/>
<key>IsDisclosed</key>
<true/>
<key>MacroActionType</key>
<string>SetVariableToText</string>
<key>Text</key>
<string>%Variable%prevSpeaker%</string>
<key>Variable</key>
<string>currentSpeaker</string>
</dict>
</array>
<key>TimeOutAbortsMacro</key>
<true/>
</dict>
</array>
<key>IsActive</key>
<true/>
<key>ModificationDate</key>
<real>445281392.87027103</real>
<key>Name</key>
<string>***notworking flip speakers in selection</string>
<key>Triggers</key>
<array>
<dict>
<key>FireType</key>
<string>Pressed</string>
<key>KeyCode</key>
<integer>3</integer>
<key>MacroTriggerType</key>
<string>HotKey</string>
<key>Modifiers</key>
<integer>6912</integer>
</dict>
</array>
<key>UID</key>
<string>F986FC3D-375B-4264-8ED2-07B282378001</string>
</dict>
</array>
<key>Name</key>
<string>*transcribing</string>
<key>Targeting</key>
<dict>
<key>Targeting</key>
<string>Included</string>
<key>TargetingApps</key>
<array>
<dict>
<key>BundleIdentifier</key>
<string>com.microsoft.Word</string>
<key>Name</key>
<string>Microsoft Word</string>
<key>NewFile</key>
<string>/Applications/Microsoft Office 2011/Microsoft Word.app</string>
</dict>
</array>
</dict>
<key>UID</key>
<string>AB1382ED-B5FD-4117-8EAA-54BE352F9562</string>
</dict>
<dict>
<key>Activate</key>
<string>Normal</string>
<key>IsActive</key>
<true/>
<key>Macros</key>
<array>
<dict>
<key>Actions</key>
<array>
<dict>
<key>IsActive</key>
<true/>
<key>IsDisclosed</key>
<true/>
<key>JustDisplay</key>
<false/>
<key>MacroActionType</key>
<string>SetClipboardToText</string>
<key>TargetNamedClipboardRedundantDisplayName</key>
<string>Default Clipboard</string>
<key>TargetNamedClipboardUID</key>
<string>D874D7B3-299A-4B9B-94CF-B75C93EDA395</string>
<key>TargetUseNamedClipboard</key>
<false/>
<key>Text</key>
<string>%Variable%nowSpeaker%</string>
</dict>
<dict>
<key>IsActive</key>
<true/>
<key>IsDisclosed</key>
<true/>
<key>MacroActionType</key>
<string>SetVariableToText</string>
<key>Text</key>
<string>%Variable%g%</string>
<key>Variable</key>
<string>nowSpeaker</string>
</dict>
<dict>
<key>IsActive</key>
<true/>
<key>IsDisclosed</key>
<true/>
<key>MacroActionType</key>
<string>SetVariableToText</string>
<key>Text</key>
<string>false</string>
<key>Variable</key>
<string>isVO</string>
</dict>
<dict>
<key>Asynchronously</key>
<false/>
<key>Count</key>
<integer>1</integer>
<key>IsActive</key>
<true/>
<key>IsDisclosed</key>
<true/>
<key>MacroActionType</key>
<string>ExecuteMacro</string>
<key>MacroUID</key>
<string>F19AF337-2E64-4333-87B2-A092D93EE46F</string>
<key>TimeOutAbortsMacro</key>
<true/>
</dict>
</array>
<key>IsActive</key>
<true/>
<key>ModificationDate</key>
<real>445282825.71320701</real>
<key>Name</key>
<string>put g in</string>
<key>Triggers</key>
<array>
<dict>
<key>FireType</key>
<string>Pressed</string>
<key>KeyCode</key>
<integer>5</integer>
<key>MacroTriggerType</key>
<string>HotKey</string>
<key>Modifiers</key>
<integer>256</integer>
</dict>
</array>
<key>UID</key>
<string>C75DB169-03BF-46F2-9398-8F75DEC65F65</string>
</dict>
</array>
<key>Name</key>
<string>#vars put</string>
<key>Targeting</key>
<dict>
<key>Targeting</key>
<string>Included</string>
<key>TargetingApps</key>
<array>
<dict>
<key>BundleIdentifier</key>
<string>com.microsoft.Word</string>
<key>Name</key>
<string>Microsoft Word</string>
<key>NewFile</key>
<string>/Applications/Microsoft Office 2011/Microsoft Word.app</string>
</dict>
</array>
</dict>
<key>UID</key>
<string>81CEABDC-6FE4-43E0-A156-2CAD9DC5FF59</string>
</dict>
<dict>
<key>Activate</key>
<string>Normal</string>
<key>IsActive</key>
<true/>
<key>Macros</key>
<array>
<dict>
<key>Actions</key>
<array>
<dict>
<key>Asynchronously</key>
<false/>
<key>Count</key>
<integer>1</integer>
<key>IsActive</key>
<true/>
<key>IsDisclosed</key>
<true/>
<key>MacroActionType</key>
<string>ExecuteMacro</string>
<key>MacroUID</key>
<string>D92BB47C-1817-4D84-8AB0-11C8732FFF54</string>
<key>TimeOutAbortsMacro</key>
<true/>
</dict>
</array>
<key>IsActive</key>
<true/>
<key>ModificationDate</key>
<real>438454330.93830103</real>
<key>Name</key>
<string>define g</string>
<key>Triggers</key>
<array>
<dict>
<key>FireType</key>
<string>Pressed</string>
<key>KeyCode</key>
<integer>5</integer>
<key>MacroTriggerType</key>
<string>HotKey</string>
<key>Modifiers</key>
<integer>2048</integer>
</dict>
</array>
<key>UID</key>
<string>36A65432-2AB5-4B08-81E6-4659334C64DA</string>
</dict>
</array>
<key>Name</key>
<string>#vars define</string>
<key>Targeting</key>
<dict>
<key>Targeting</key>
<string>Included</string>
<key>TargetingApps</key>
<array>
<dict>
<key>BundleIdentifier</key>
<string>com.microsoft.Word</string>
<key>Name</key>
<string>Microsoft Word</string>
<key>NewFile</key>
<string>/Applications/Microsoft Office 2011/Microsoft Word.app</string>
</dict>
<dict>
<key>BundleIdentifier</key>
<string>com.sublimetext.2</string>
<key>Name</key>
<string>Sublime Text 2</string>
</dict>
</array>
</dict>
<key>UID</key>
<string>4B0084B6-881E-4308-BC47-173A105E3CE2</string>
</dict>
<dict>
<key>Activate</key>
<string>Normal</string>
<key>IsActive</key>
<false/>
<key>Macros</key>
<array>
<dict>
<key>Actions</key>
<array>
<dict>
<key>IsActive</key>
<true/>
<key>IsDisclosed</key>
<true/>
<key>MacroActionType</key>
<string>SetVariableToText</string>
<key>Text</key>
<string>%Variable%g%</string>
<key>Variable</key>
<string>nowSpeaker</string>
</dict>
<dict>
<key>IsActive</key>
<true/>
<key>IsDisclosed</key>
<true/>
<key>MacroActionType</key>
<string>SetVariableToText</string>
<key>Text</key>
<string>true</string>
<key>Variable</key>
<string>isVO</string>
</dict>
<dict>
<key>Asynchronously</key>
<false/>
<key>Count</key>
<integer>1</integer>
<key>IsActive</key>
<true/>
<key>IsDisclosed</key>
<true/>
<key>MacroActionType</key>
<string>ExecuteMacro</string>
<key>MacroUID</key>
<string>F19AF337-2E64-4333-87B2-A092D93EE46F</string>
<key>TimeOutAbortsMacro</key>
<true/>
</dict>
</array>
<key>IsActive</key>
<true/>
<key>ModificationDate</key>
<real>437766975.77442002</real>
<key>Name</key>
<string>put g in with ctrl</string>
<key>Triggers</key>
<array>
<dict>
<key>FireType</key>
<string>Pressed</string>
<key>KeyCode</key>
<integer>5</integer>
<key>MacroTriggerType</key>
<string>HotKey</string>
<key>Modifiers</key>
<integer>4352</integer>
</dict>
</array>
<key>UID</key>
<string>D18A5008-5EE1-40ED-9F1E-2AF09EF9F9CE</string>
</dict>
</array>
<key>Name</key>
<string>#inactive</string>
<key>Targeting</key>
<dict>
<key>Targeting</key>
<string>Included</string>
<key>TargetingApps</key>
<array>
<dict>
<key>BundleIdentifier</key>
<string>com.microsoft.Word</string>
<key>Name</key>
<string>Microsoft Word</string>
<key>NewFile</key>
<string>/Applications/Microsoft Office 2011/Microsoft Word.app</string>
</dict>
</array>
</dict>
<key>UID</key>
<string>908223D9-6C23-440F-8187-F59532C6C454</string>
</dict>
<dict>
<key>Activate</key>
<string>Normal</string>
<key>IsActive</key>
<true/>
<key>Macros</key>
<array>
<dict>
<key>Actions</key>
<array>
<dict>
<key>Asynchronously</key>
<false/>
<key>Count</key>
<integer>1</integer>
<key>IsActive</key>
<true/>
<key>IsDisclosed</key>
<true/>
<key>MacroActionType</key>
<string>ExecuteMacro</string>
<key>MacroUID</key>
<string>D92BB47C-1817-4D84-8AB0-11C8732FFF54</string>
<key>TimeOutAbortsMacro</key>
<true/>
</dict>
</array>
<key>IsActive</key>
<true/>
<key>ModificationDate</key>
<real>438454332.77804601</real>
<key>Name</key>
<string>define g as a speaker </string>
<key>Triggers</key>
<array>
<dict>
<key>FireType</key>
<string>Pressed</string>
<key>KeyCode</key>
<integer>5</integer>
<key>MacroTriggerType</key>
<string>HotKey</string>
<key>Modifiers</key>
<integer>6144</integer>
</dict>
</array>
<key>UID</key>
<string>98461834-E2AB-4436-A35A-69D5E4264A54</string>
</dict>
</array>
<key>Name</key>
<string>#vars define</string>
<key>Targeting</key>
<dict>
<key>Targeting</key>
<string>Included</string>
<key>TargetingApps</key>
<array>
<dict>
<key>BundleIdentifier</key>
<string>com.microsoft.Word</string>
<key>Name</key>
<string>Microsoft Word</string>
<key>NewFile</key>
<string>/Applications/Microsoft Office 2011/Microsoft Word.app</string>
</dict>
<dict>
<key>BundleIdentifier</key>
<string>com.sublimetext.2</string>
<key>Name</key>
<string>Sublime Text 2</string>
</dict>
</array>
</dict>
<key>UID</key>
<string>4B0084B6-881E-4308-BC47-173A105E3CE2</string>
</dict>
<dict>
<key>Activate</key>
<string>Normal</string>
<key>IsActive</key>
<true/>
<key>Macros</key>
<array>
<dict>
<key>Actions</key>
<array>
<dict>
<key>IsActive</key>
<true/>
<key>IsDisclosed</key>
<true/>
<key>JustDisplay</key>
<false/>
<key>MacroActionType</key>
<string>SetClipboardToText</string>
<key>TargetNamedClipboardRedundantDisplayName</key>
<string>Default Clipboard</string>
<key>TargetNamedClipboardUID</key>
<string>D874D7B3-299A-4B9B-94CF-B75C93EDA395</string>
<key>TargetUseNamedClipboard</key>
<false/>
<key>Text</key>
<string>%Variable%nowSpeaker%</string>
</dict>
<dict>
<key>IsActive</key>
<true/>
<key>IsDisclosed</key>
<true/>
<key>MacroActionType</key>
<string>SetVariableToText</string>
<key>Text</key>
<string>%Variable%h%</string>
<key>Variable</key>
<string>nowSpeaker</string>
</dict>
<dict>
<key>IsActive</key>
<true/>
<key>IsDisclosed</key>
<true/>
<key>MacroActionType</key>
<string>SetVariableToText</string>
<key>Text</key>
<string>false</string>
<key>Variable</key>
<string>isVO</string>
</dict>
<dict>
<key>Asynchronously</key>
<false/>
<key>Count</key>
<integer>1</integer>
<key>IsActive</key>
<true/>
<key>IsDisclosed</key>
<true/>
<key>MacroActionType</key>
<string>ExecuteMacro</string>
<key>MacroUID</key>
<string>F19AF337-2E64-4333-87B2-A092D93EE46F</string>
<key>TimeOutAbortsMacro</key>
<true/>
</dict>
</array>
<key>IsActive</key>
<true/>
<key>ModificationDate</key>
<real>445282831.580787</real>
<key>Name</key>
<string>put h in</string>
<key>Triggers</key>
<array>
<dict>
<key>FireType</key>
<string>Pressed</string>
<key>KeyCode</key>
<integer>4</integer>
<key>MacroTriggerType</key>
<string>HotKey</string>
<key>Modifiers</key>
<integer>256</integer>
</dict>
</array>
<key>UID</key>
<string>EDF991D9-1F77-42DC-95C0-28EDE220937F</string>
</dict>
</array>
<key>Name</key>
<string>#vars put</string>
<key>Targeting</key>
<dict>
<key>Targeting</key>
<string>Included</string>
<key>TargetingApps</key>
<array>
<dict>
<key>BundleIdentifier</key>
<string>com.microsoft.Word</string>
<key>Name</key>
<string>Microsoft Word</string>
<key>NewFile</key>
<string>/Applications/Microsoft Office 2011/Microsoft Word.app</string>
</dict>
</array>
</dict>
<key>UID</key>
<string>81CEABDC-6FE4-43E0-A156-2CAD9DC5FF59</string>
</dict>
<dict>
<key>Activate</key>
<string>Normal</string>
<key>IsActive</key>
<true/>
<key>Macros</key>
<array>
<dict>
<key>Actions</key>
<array>
<dict>
<key>Asynchronously</key>
<false/>
<key>Count</key>
<integer>1</integer>
<key>IsActive</key>
<true/>
<key>IsDisclosed</key>
<true/>
<key>MacroActionType</key>
<string>ExecuteMacro</string>
<key>MacroUID</key>
<string>D92BB47C-1817-4D84-8AB0-11C8732FFF54</string>
<key>TimeOutAbortsMacro</key>
<true/>
</dict>
</array>
<key>IsActive</key>
<true/>
<key>ModificationDate</key>
<real>438454334.59938103</real>
<key>Name</key>
<string>define h</string>
<key>Triggers</key>
<array>
<dict>
<key>FireType</key>
<string>Pressed</string>
<key>KeyCode</key>
<integer>4</integer>
<key>MacroTriggerType</key>
<string>HotKey</string>
<key>Modifiers</key>
<integer>2048</integer>
</dict>
</array>
<key>UID</key>
<string>E1B69770-C2B2-478C-AABA-89C3B36342C2</string>
</dict>
</array>
<key>Name</key>
<string>#vars define</string>
<key>Targeting</key>
<dict>
<key>Targeting</key>
<string>Included</string>
<key>TargetingApps</key>
<array>
<dict>
<key>BundleIdentifier</key>
<string>com.microsoft.Word</string>
<key>Name</key>
<string>Microsoft Word</string>
<key>NewFile</key>
<string>/Applications/Microsoft Office 2011/Microsoft Word.app</string>
</dict>
<dict>
<key>BundleIdentifier</key>
<string>com.sublimetext.2</string>
<key>Name</key>
<string>Sublime Text 2</string>
</dict>
</array>
</dict>
<key>UID</key>
<string>4B0084B6-881E-4308-BC47-173A105E3CE2</string>
</dict>
<dict>
<key>Activate</key>
<string>Normal</string>
<key>IsActive</key>
<true/>
<key>Macros</key>
<array>
<dict>
<key>Actions</key>
<array>
<dict>
<key>IsActive</key>
<true/>
<key>IsDisclosed</key>
<true/>
<key>KeyCode</key>
<integer>4</integer>
<key>MacroActionType</key>
<string>SimulateKeystroke</string>
<key>Modifiers</key>
<integer>256</integer>
<key>ReleaseAll</key>
<false/>
</dict>
</array>
<key>IsActive</key>
<true/>
<key>ModificationDate</key>
<real>437767533.04204202</real>
<key>Name</key>
<string>ctrl-H to hide</string>
<key>Triggers</key>
<array>
<dict>
<key>FireType</key>
<string>Pressed</string>
<key>KeyCode</key>
<integer>4</integer>
<key>MacroTriggerType</key>
<string>HotKey</string>
<key>Modifiers</key>
<integer>4096</integer>
</dict>
</array>
<key>UID</key>
<string>FA039B85-75E6-43A4-9EA1-9FB8A0277A2D</string>
</dict>
</array>
<key>Name</key>
<string>*hotkey workarounds</string>
<key>Targeting</key>
<dict>
<key>Targeting</key>
<string>Included</string>
<key>TargetingApps</key>
<array>
<dict>
<key>BundleIdentifier</key>
<string>com.microsoft.Word</string>
<key>Name</key>
<string>Microsoft Word</string>
<key>NewFile</key>
<string>/Applications/Microsoft Office 2011/Microsoft Word.app</string>
</dict>
<dict>
<key>BundleIdentifier</key>
<string>com.nchsoftware.expressscribe</string>
<key>Name</key>
<string>ExpressScribe</string>
<key>NewFile</key>
<string>/Applications/ExpressScribe.app</string>
</dict>
</array>
</dict>
<key>UID</key>
<string>B6FFE926-1347-4274-9AE2-99689D8A3C5D</string>
</dict>
<dict>
<key>Activate</key>
<string>Normal</string>
<key>IsActive</key>
<false/>
<key>Macros</key>
<array>
<dict>
<key>Actions</key>
<array>
<dict>
<key>IsActive</key>
<true/>
<key>IsDisclosed</key>
<true/>
<key>MacroActionType</key>
<string>SetVariableToText</string>
<key>Text</key>
<string>%Variable%h%</string>
<key>Variable</key>
<string>nowSpeaker</string>
</dict>
<dict>
<key>IsActive</key>
<true/>
<key>IsDisclosed</key>
<true/>
<key>MacroActionType</key>
<string>SetVariableToText</string>
<key>Text</key>
<string>true</string>
<key>Variable</key>
<string>isVO</string>
</dict>
<dict>
<key>Asynchronously</key>
<false/>
<key>Count</key>
<integer>1</integer>
<key>IsActive</key>
<true/>
<key>IsDisclosed</key>
<true/>
<key>MacroActionType</key>
<string>ExecuteMacro</string>
<key>MacroUID</key>
<string>F19AF337-2E64-4333-87B2-A092D93EE46F</string>
<key>TimeOutAbortsMacro</key>
<true/>
</dict>
</array>
<key>IsActive</key>
<true/>
<key>ModificationDate</key>
<real>437766991.19805402</real>
<key>Name</key>
<string>put h in with ctrl</string>
<key>Triggers</key>
<array>
<dict>
<key>FireType</key>
<string>Pressed</string>
<key>KeyCode</key>
<integer>4</integer>
<key>MacroTriggerType</key>
<string>HotKey</string>
<key>Modifiers</key>
<integer>4352</integer>
</dict>
</array>
<key>UID</key>
<string>88ABF5C5-F483-4768-A10D-829CB25353FF</string>
</dict>
</array>
<key>Name</key>
<string>#inactive</string>
<key>Targeting</key>
<dict>
<key>Targeting</key>
<string>Included</string>
<key>TargetingApps</key>
<array>
<dict>
<key>BundleIdentifier</key>
<string>com.microsoft.Word</string>
<key>Name</key>
<string>Microsoft Word</string>
<key>NewFile</key>
<string>/Applications/Microsoft Office 2011/Microsoft Word.app</string>
</dict>
</array>
</dict>
<key>UID</key>
<string>908223D9-6C23-440F-8187-F59532C6C454</string>
</dict>
<dict>
<key>Activate</key>
<string>Normal</string>
<key>IsActive</key>
<true/>
<key>Macros</key>
<array>
<dict>
<key>Actions</key>
<array>
<dict>
<key>Asynchronously</key>
<false/>
<key>Count</key>
<integer>1</integer>
<key>IsActive</key>
<true/>
<key>IsDisclosed</key>
<true/>
<key>MacroActionType</key>
<string>ExecuteMacro</string>
<key>MacroUID</key>
<string>D92BB47C-1817-4D84-8AB0-11C8732FFF54</string>
<key>TimeOutAbortsMacro</key>
<true/>
</dict>
</array>
<key>IsActive</key>
<true/>
<key>ModificationDate</key>
<real>438454336.45524901</real>
<key>Name</key>
<string>define h as a speaker </string>
<key>Triggers</key>
<array>
<dict>
<key>FireType</key>
<string>Pressed</string>
<key>KeyCode</key>
<integer>4</integer>
<key>MacroTriggerType</key>
<string>HotKey</string>
<key>Modifiers</key>
<integer>6144</integer>
</dict>
</array>
<key>UID</key>
<string>4E5D8112-927F-461A-B609-8F1FC21E9C91</string>
</dict>
</array>
<key>Name</key>
<string>#vars define</string>
<key>Targeting</key>
<dict>
<key>Targeting</key>
<string>Included</string>
<key>TargetingApps</key>
<array>
<dict>
<key>BundleIdentifier</key>
<string>com.microsoft.Word</string>
<key>Name</key>
<string>Microsoft Word</string>
<key>NewFile</key>
<string>/Applications/Microsoft Office 2011/Microsoft Word.app</string>
</dict>
<dict>
<key>BundleIdentifier</key>
<string>com.sublimetext.2</string>
<key>Name</key>
<string>Sublime Text 2</string>
</dict>
</array>
</dict>
<key>UID</key>
<string>4B0084B6-881E-4308-BC47-173A105E3CE2</string>
</dict>
<dict>
<key>Activate</key>
<string>Normal</string>
<key>IsActive</key>
<true/>
<key>Macros</key>
<array>
<dict>
<key>Actions</key>
<array>
<dict>
<key>Conditions</key>
<dict>
<key>ConditionList</key>
<array>
<dict>
<key>ConditionType</key>
<string>Variable</string>
<key>Variable</key>
<string>mode</string>
<key>VariableConditionType</key>
<string>Contains</string>
<key>VariableValue</key>
<string>1on1</string>
</dict>
</array>
<key>ConditionListMatch</key>
<string>All</string>
</dict>
<key>ElseActions</key>
<array>
<dict>
<key>Conditions</key>
<dict>
<key>ConditionList</key>
<array>
<dict>
<key>ConditionType</key>
<string>Variable</string>
<key>Variable</key>
<string>mode</string>
<key>VariableConditionType</key>
<string>Contains</string>
<key>VariableValue</key>
<string>focusanon</string>
</dict>
</array>
<key>ConditionListMatch</key>
<string>All</string>
</dict>
<key>ElseActions</key>
<array>
<dict>
<key>IsActive</key>
<true/>
<key>IsDisclosed</key>
<true/>
<key>MacroActionType</key>
<string>SetVariableToText</string>
<key>Text</key>
<string>%Variable%q%</string>
<key>Variable</key>
<string>nowSpeaker</string>
</dict>
<dict>
<key>IsActive</key>
<true/>
<key>IsDisclosed</key>
<true/>
<key>MacroActionType</key>
<string>SetVariableToText</string>
<key>Text</key>
<string>false</string>
<key>Variable</key>
<string>isVO</string>
</dict>
<dict>
<key>Asynchronously</key>
<false/>
<key>Count</key>
<integer>1</integer>
<key>IsActive</key>
<true/>
<key>IsDisclosed</key>
<true/>
<key>MacroActionType</key>
<string>ExecuteMacro</string>
<key>MacroUID</key>
<string>F19AF337-2E64-4333-87B2-A092D93EE46F</string>
<key>TimeOutAbortsMacro</key>
<true/>
</dict>
</array>
<key>IsActive</key>
<true/>
<key>IsDisclosed</key>
<true/>
<key>MacroActionType</key>
<string>IfThenElse</string>
<key>ThenActions</key>
<array>
<dict>
<key>Action</key>
<string>ByPasting</string>
<key>IsActive</key>
<true/>
<key>IsDisclosed</key>
<true/>
<key>MacroActionType</key>
<string>InsertText</string>
<key>Paste</key>
<true/>
<key>Text</key>
<string>
%Variable%spaceBefore%Moderator:%Variable%spaceAfter%</string>
</dict>
</array>
<key>TimeOutAbortsMacro</key>
<true/>
</dict>
</array>
<key>IsActive</key>
<true/>
<key>IsDisclosed</key>
<true/>
<key>MacroActionType</key>
<string>IfThenElse</string>
<key>ThenActions</key>
<array>
<dict>
<key>Action</key>
<string>CaseSensitiveString</string>
<key>IsActive</key>
<true/>
<key>IsDisclosed</key>
<true/>
<key>MacroActionType</key>
<string>SearchReplaceVariable</string>
<key>Replace</key>
<string></string>
<key>Search</key>
<string>iAmASpeaker</string>
<key>Variable</key>
<string>q</string>
</dict>
<dict>
<key>Action</key>
<string>ByPasting</string>
<key>IsActive</key>
<true/>
<key>IsDisclosed</key>
<true/>
<key>MacroActionType</key>
<string>InsertText</string>
<key>Paste</key>
<true/>
<key>Text</key>
<string>
%Variable%q%:%Variable%spaceAfter%</string>
</dict>
</array>
<key>TimeOutAbortsMacro</key>
<true/>
</dict>
</array>
<key>IsActive</key>
<true/>
<key>ModificationDate</key>
<real>444680458.98508298</real>
<key>Name</key>
<string>put q in</string>
<key>Triggers</key>
<array>
<dict>
<key>FireType</key>
<string>Pressed</string>
<key>KeyCode</key>
<integer>34</integer>
<key>MacroTriggerType</key>
<string>HotKey</string>
<key>Modifiers</key>
<integer>256</integer>
</dict>
</array>
<key>UID</key>
<string>953CF22B-B9A8-4FAF-9EF7-1CDEE1C7E623</string>
</dict>
</array>
<key>Name</key>
<string>#vars put</string>
<key>Targeting</key>
<dict>
<key>Targeting</key>
<string>Included</string>
<key>TargetingApps</key>
<array>
<dict>
<key>BundleIdentifier</key>
<string>com.microsoft.Word</string>
<key>Name</key>
<string>Microsoft Word</string>
<key>NewFile</key>
<string>/Applications/Microsoft Office 2011/Microsoft Word.app</string>
</dict>
</array>
</dict>
<key>UID</key>
<string>81CEABDC-6FE4-43E0-A156-2CAD9DC5FF59</string>
</dict>
<dict>
<key>Activate</key>
<string>Normal</string>
<key>IsActive</key>
<true/>
<key>Macros</key>
<array>
<dict>
<key>Actions</key>
<array>
<dict>
<key>Action</key>
<string>ByPasting</string>
<key>IsActive</key>
<true/>
<key>IsDisclosed</key>
<true/>
<key>MacroActionType</key>
<string>InsertText</string>
<key>Paste</key>
<true/>
<key>Text</key>
<string>[interruption]</string>
</dict>
</array>
<key>IsActive</key>
<true/>
<key>ModificationDate</key>
<real>445285023.85666102</real>
<key>Name</key>
<string>[interruption]</string>
<key>Triggers</key>
<array>
<dict>
<key>FireType</key>
<string>Pressed</string>
<key>KeyCode</key>
<integer>34</integer>
<key>MacroTriggerType</key>
<string>HotKey</string>
<key>Modifiers</key>
<integer>6400</integer>
</dict>
</array>
<key>UID</key>
<string>D88F09FE-5412-4152-9A63-00541E03A849</string>
</dict>
</array>
<key>Name</key>
<string>*hard-coded autocorrects</string>
<key>UID</key>
<string>42777AA4-58E5-42A0-9926-F5131A45CA56</string>
</dict>
<dict>
<key>Activate</key>
<string>Normal</string>
<key>IsActive</key>
<false/>
<key>Macros</key>
<array>
<dict>
<key>Actions</key>
<array>
<dict>
<key>IsActive</key>
<true/>
<key>IsDisclosed</key>
<true/>
<key>MacroActionType</key>
<string>SetVariableToText</string>
<key>Text</key>
<string>Interviewer</string>
<key>Variable</key>
<string>i</string>
</dict>
<dict>
<key>IsActive</key>
<true/>
<key>IsDisclosed</key>
<true/>
<key>MacroActionType</key>
<string>Growl</string>
<key>Text</key>
<string>The interviewer is now "Interviewer"</string>
<key>Title</key>
<string>Interviewer</string>
</dict>
</array>
<key>IsActive</key>
<true/>
<key>ModificationDate</key>
<real>445281445.64895099</real>
<key>Name</key>
<string>Set interviewer to "interviewer"</string>
<key>Triggers</key>
<array>
<dict>
<key>FireType</key>
<string>Pressed</string>
<key>KeyCode</key>
<integer>34</integer>
<key>MacroTriggerType</key>
<string>HotKey</string>
<key>Modifiers</key>
<integer>6400</integer>
</dict>
</array>
<key>UID</key>
<string>65B449FC-080B-40A0-ABA3-88D2BA819C83</string>
</dict>
</array>
<key>Name</key>
<string>#inactive</string>
<key>Targeting</key>
<dict>
<key>Targeting</key>
<string>Included</string>
<key>TargetingApps</key>
<array>
<dict>
<key>BundleIdentifier</key>
<string>com.microsoft.Word</string>
<key>Name</key>
<string>Microsoft Word</string>
<key>NewFile</key>
<string>/Applications/Microsoft Office 2011/Microsoft Word.app</string>
</dict>
</array>
</dict>
<key>UID</key>
<string>908223D9-6C23-440F-8187-F59532C6C454</string>
</dict>
<dict>
<key>Activate</key>
<string>Normal</string>
<key>IsActive</key>
<true/>
<key>Macros</key>
<array>
<dict>
<key>Actions</key>
<array>
<dict>
<key>IsActive</key>
<true/>
<key>IsDisclosed</key>
<true/>
<key>JustDisplay</key>
<false/>
<key>MacroActionType</key>
<string>SetClipboardToText</string>
<key>TargetNamedClipboardRedundantDisplayName</key>
<string>Default Clipboard</string>
<key>TargetNamedClipboardUID</key>
<string>D874D7B3-299A-4B9B-94CF-B75C93EDA395</string>
<key>TargetUseNamedClipboard</key>
<false/>
<key>Text</key>
<string>%Variable%nowSpeaker%</string>
</dict>
<dict>
<key>IsActive</key>
<true/>
<key>IsDisclosed</key>
<true/>
<key>MacroActionType</key>
<string>SetVariableToText</string>
<key>Text</key>
<string>%Variable%j%</string>
<key>Variable</key>
<string>nowSpeaker</string>
</dict>
<dict>
<key>IsActive</key>
<true/>
<key>IsDisclosed</key>
<true/>
<key>MacroActionType</key>
<string>SetVariableToText</string>
<key>Text</key>
<string>false</string>
<key>Variable</key>
<string>isVO</string>
</dict>
<dict>
<key>Asynchronously</key>
<false/>
<key>Count</key>
<integer>1</integer>
<key>IsActive</key>
<true/>
<key>IsDisclosed</key>
<true/>
<key>MacroActionType</key>
<string>ExecuteMacro</string>
<key>MacroUID</key>
<string>F19AF337-2E64-4333-87B2-A092D93EE46F</string>
<key>TimeOutAbortsMacro</key>
<true/>
</dict>
</array>
<key>IsActive</key>
<true/>
<key>ModificationDate</key>
<real>445282844.08119297</real>
<key>Name</key>
<string>put j in</string>
<key>Triggers</key>
<array>
<dict>
<key>FireType</key>
<string>Pressed</string>
<key>KeyCode</key>
<integer>38</integer>
<key>MacroTriggerType</key>
<string>HotKey</string>
<key>Modifiers</key>
<integer>256</integer>
</dict>
</array>
<key>UID</key>
<string>7D1A47C6-0F96-4B28-AFCA-394EEC515851</string>
</dict>
</array>
<key>Name</key>
<string>#vars put</string>
<key>Targeting</key>
<dict>
<key>Targeting</key>
<string>Included</string>
<key>TargetingApps</key>
<array>
<dict>
<key>BundleIdentifier</key>
<string>com.microsoft.Word</string>
<key>Name</key>
<string>Microsoft Word</string>
<key>NewFile</key>
<string>/Applications/Microsoft Office 2011/Microsoft Word.app</string>
</dict>
</array>
</dict>
<key>UID</key>
<string>81CEABDC-6FE4-43E0-A156-2CAD9DC5FF59</string>
</dict>
<dict>
<key>Activate</key>
<string>Normal</string>
<key>IsActive</key>
<true/>
<key>Macros</key>
<array>
<dict>
<key>Actions</key>
<array>
<dict>
<key>Asynchronously</key>
<false/>
<key>Count</key>
<integer>1</integer>
<key>IsActive</key>
<true/>
<key>IsDisclosed</key>
<true/>
<key>MacroActionType</key>
<string>ExecuteMacro</string>
<key>MacroUID</key>
<string>D92BB47C-1817-4D84-8AB0-11C8732FFF54</string>
<key>TimeOutAbortsMacro</key>
<true/>
</dict>
</array>
<key>IsActive</key>
<true/>
<key>ModificationDate</key>
<real>438454338.26041901</real>
<key>Name</key>
<string>define j</string>
<key>Triggers</key>
<array>
<dict>
<key>FireType</key>
<string>Pressed</string>
<key>KeyCode</key>
<integer>38</integer>
<key>MacroTriggerType</key>
<string>HotKey</string>
<key>Modifiers</key>
<integer>2048</integer>
</dict>
</array>
<key>UID</key>
<string>289341CC-89B5-47AC-9E4B-4D1F7F7B6428</string>
</dict>
</array>
<key>Name</key>
<string>#vars define</string>
<key>Targeting</key>
<dict>
<key>Targeting</key>
<string>Included</string>
<key>TargetingApps</key>
<array>
<dict>
<key>BundleIdentifier</key>
<string>com.microsoft.Word</string>
<key>Name</key>
<string>Microsoft Word</string>
<key>NewFile</key>
<string>/Applications/Microsoft Office 2011/Microsoft Word.app</string>
</dict>
<dict>
<key>BundleIdentifier</key>
<string>com.sublimetext.2</string>
<key>Name</key>
<string>Sublime Text 2</string>
</dict>
</array>
</dict>
<key>UID</key>
<string>4B0084B6-881E-4308-BC47-173A105E3CE2</string>
</dict>
<dict>
<key>Activate</key>
<string>Normal</string>
<key>IsActive</key>
<false/>
<key>Macros</key>
<array>
<dict>
<key>Actions</key>
<array>
<dict>
<key>IsActive</key>
<true/>
<key>IsDisclosed</key>
<true/>
<key>MacroActionType</key>
<string>SetVariableToText</string>
<key>Text</key>
<string>%Variable%j%</string>
<key>Variable</key>
<string>nowSpeaker</string>
</dict>
<dict>
<key>IsActive</key>
<true/>
<key>IsDisclosed</key>
<true/>
<key>MacroActionType</key>
<string>SetVariableToText</string>
<key>Text</key>
<string>true</string>
<key>Variable</key>
<string>isVO</string>
</dict>
<dict>
<key>Asynchronously</key>
<false/>
<key>Count</key>
<integer>1</integer>
<key>IsActive</key>
<true/>
<key>IsDisclosed</key>
<true/>
<key>MacroActionType</key>
<string>ExecuteMacro</string>
<key>MacroUID</key>
<string>F19AF337-2E64-4333-87B2-A092D93EE46F</string>
<key>TimeOutAbortsMacro</key>
<true/>
</dict>
</array>
<key>IsActive</key>
<true/>
<key>ModificationDate</key>
<real>437767099.99585199</real>
<key>Name</key>
<string>put j in with ctrl</string>
<key>Triggers</key>
<array>
<dict>
<key>FireType</key>
<string>Pressed</string>
<key>KeyCode</key>
<integer>38</integer>
<key>MacroTriggerType</key>
<string>HotKey</string>
<key>Modifiers</key>
<integer>4352</integer>
</dict>
</array>
<key>UID</key>
<string>86E6DBB5-290A-4F56-ADC1-DE665A92A0E6</string>
</dict>
</array>
<key>Name</key>
<string>#inactive</string>
<key>Targeting</key>
<dict>
<key>Targeting</key>
<string>Included</string>
<key>TargetingApps</key>
<array>
<dict>
<key>BundleIdentifier</key>
<string>com.microsoft.Word</string>
<key>Name</key>
<string>Microsoft Word</string>
<key>NewFile</key>
<string>/Applications/Microsoft Office 2011/Microsoft Word.app</string>
</dict>
</array>
</dict>
<key>UID</key>
<string>908223D9-6C23-440F-8187-F59532C6C454</string>
</dict>
<dict>
<key>Activate</key>
<string>Normal</string>
<key>IsActive</key>
<true/>
<key>Macros</key>
<array>
<dict>
<key>Actions</key>
<array>
<dict>
<key>Asynchronously</key>
<false/>
<key>Count</key>
<integer>1</integer>
<key>IsActive</key>
<true/>
<key>IsDisclosed</key>
<true/>
<key>MacroActionType</key>
<string>ExecuteMacro</string>
<key>MacroUID</key>
<string>D92BB47C-1817-4D84-8AB0-11C8732FFF54</string>
<key>TimeOutAbortsMacro</key>
<true/>
</dict>
</array>
<key>IsActive</key>
<true/>
<key>ModificationDate</key>
<real>438454340.09567398</real>
<key>Name</key>
<string>define j as a speaker</string>
<key>Triggers</key>
<array>
<dict>
<key>FireType</key>
<string>Pressed</string>
<key>KeyCode</key>
<integer>38</integer>
<key>MacroTriggerType</key>
<string>HotKey</string>
<key>Modifiers</key>
<integer>6144</integer>
</dict>
</array>
<key>UID</key>
<string>FFD0DB7D-E186-4627-AD8C-E57D8752C7D0</string>
</dict>
</array>
<key>Name</key>
<string>#vars define</string>
<key>Targeting</key>
<dict>
<key>Targeting</key>
<string>Included</string>
<key>TargetingApps</key>
<array>
<dict>
<key>BundleIdentifier</key>
<string>com.microsoft.Word</string>
<key>Name</key>
<string>Microsoft Word</string>
<key>NewFile</key>
<string>/Applications/Microsoft Office 2011/Microsoft Word.app</string>
</dict>
<dict>
<key>BundleIdentifier</key>
<string>com.sublimetext.2</string>
<key>Name</key>
<string>Sublime Text 2</string>
</dict>
</array>
</dict>
<key>UID</key>
<string>4B0084B6-881E-4308-BC47-173A105E3CE2</string>
</dict>
<dict>
<key>Activate</key>
<string>Normal</string>
<key>IsActive</key>
<true/>
<key>Macros</key>
<array>
<dict>
<key>Actions</key>
<array>
<dict>
<key>IsActive</key>
<true/>
<key>IsDisclosed</key>
<true/>
<key>JustDisplay</key>
<false/>
<key>MacroActionType</key>
<string>SetClipboardToText</string>
<key>TargetNamedClipboardRedundantDisplayName</key>
<string>Default Clipboard</string>
<key>TargetNamedClipboardUID</key>
<string>D874D7B3-299A-4B9B-94CF-B75C93EDA395</string>
<key>TargetUseNamedClipboard</key>
<false/>
<key>Text</key>
<string>%Variable%nowSpeaker%</string>
</dict>
<dict>
<key>IsActive</key>
<true/>
<key>IsDisclosed</key>
<true/>
<key>MacroActionType</key>
<string>SetVariableToText</string>
<key>Text</key>
<string>%Variable%k%</string>
<key>Variable</key>
<string>nowSpeaker</string>
</dict>
<dict>
<key>IsActive</key>
<true/>
<key>IsDisclosed</key>
<true/>
<key>MacroActionType</key>
<string>SetVariableToText</string>
<key>Text</key>
<string>false</string>
<key>Variable</key>
<string>isVO</string>
</dict>
<dict>
<key>Asynchronously</key>
<false/>
<key>Count</key>
<integer>1</integer>
<key>IsActive</key>
<true/>
<key>IsDisclosed</key>
<true/>
<key>MacroActionType</key>
<string>ExecuteMacro</string>
<key>MacroUID</key>
<string>F19AF337-2E64-4333-87B2-A092D93EE46F</string>
<key>TimeOutAbortsMacro</key>
<true/>
</dict>
</array>
<key>IsActive</key>
<true/>
<key>ModificationDate</key>
<real>445282851.69810098</real>
<key>Name</key>
<string>put k in</string>
<key>Triggers</key>
<array>
<dict>
<key>FireType</key>
<string>Pressed</string>
<key>KeyCode</key>
<integer>40</integer>
<key>MacroTriggerType</key>
<string>HotKey</string>
<key>Modifiers</key>
<integer>256</integer>
</dict>
</array>
<key>UID</key>
<string>AF534226-DA13-4741-A7E6-70A274A83243</string>
</dict>
</array>
<key>Name</key>
<string>#vars put</string>
<key>Targeting</key>
<dict>
<key>Targeting</key>
<string>Included</string>
<key>TargetingApps</key>
<array>
<dict>
<key>BundleIdentifier</key>
<string>com.microsoft.Word</string>
<key>Name</key>
<string>Microsoft Word</string>
<key>NewFile</key>
<string>/Applications/Microsoft Office 2011/Microsoft Word.app</string>
</dict>
</array>
</dict>
<key>UID</key>
<string>81CEABDC-6FE4-43E0-A156-2CAD9DC5FF59</string>
</dict>
<dict>
<key>Activate</key>
<string>Normal</string>
<key>IsActive</key>
<true/>
<key>Macros</key>
<array>
<dict>
<key>Actions</key>
<array>
<dict>
<key>Asynchronously</key>
<false/>
<key>Count</key>
<integer>1</integer>
<key>IsActive</key>
<true/>
<key>IsDisclosed</key>
<true/>
<key>MacroActionType</key>
<string>ExecuteMacro</string>
<key>MacroUID</key>
<string>D92BB47C-1817-4D84-8AB0-11C8732FFF54</string>
<key>TimeOutAbortsMacro</key>
<true/>
</dict>
</array>
<key>IsActive</key>
<true/>
<key>ModificationDate</key>
<real>438454341.937078</real>
<key>Name</key>
<string>define k</string>
<key>Triggers</key>
<array>
<dict>
<key>FireType</key>
<string>Pressed</string>
<key>KeyCode</key>
<integer>40</integer>
<key>MacroTriggerType</key>
<string>HotKey</string>
<key>Modifiers</key>
<integer>2048</integer>
</dict>
</array>
<key>UID</key>
<string>441F81EE-9EC2-448D-889A-A4B8DF2B5983</string>
</dict>
</array>
<key>Name</key>
<string>#vars define</string>
<key>Targeting</key>
<dict>
<key>Targeting</key>
<string>Included</string>
<key>TargetingApps</key>
<array>
<dict>
<key>BundleIdentifier</key>
<string>com.microsoft.Word</string>
<key>Name</key>
<string>Microsoft Word</string>
<key>NewFile</key>
<string>/Applications/Microsoft Office 2011/Microsoft Word.app</string>
</dict>
<dict>
<key>BundleIdentifier</key>
<string>com.sublimetext.2</string>
<key>Name</key>
<string>Sublime Text 2</string>
</dict>
</array>
</dict>
<key>UID</key>
<string>4B0084B6-881E-4308-BC47-173A105E3CE2</string>
</dict>
<dict>
<key>Activate</key>
<string>Normal</string>
<key>IsActive</key>
<false/>
<key>Macros</key>
<array>
<dict>
<key>Actions</key>
<array>
<dict>
<key>IsActive</key>
<true/>
<key>IsDisclosed</key>
<true/>
<key>MacroActionType</key>
<string>SetVariableToText</string>
<key>Text</key>
<string>%Variable%k%</string>
<key>Variable</key>
<string>nowSpeaker</string>
</dict>
<dict>
<key>IsActive</key>
<true/>
<key>IsDisclosed</key>
<true/>
<key>MacroActionType</key>
<string>SetVariableToText</string>
<key>Text</key>
<string>true</string>
<key>Variable</key>
<string>isVO</string>
</dict>
<dict>
<key>Asynchronously</key>
<false/>
<key>Count</key>
<integer>1</integer>
<key>IsActive</key>
<true/>
<key>IsDisclosed</key>
<true/>
<key>MacroActionType</key>
<string>ExecuteMacro</string>
<key>MacroUID</key>
<string>F19AF337-2E64-4333-87B2-A092D93EE46F</string>
<key>TimeOutAbortsMacro</key>
<true/>
</dict>
</array>
<key>IsActive</key>
<true/>
<key>ModificationDate</key>
<real>437767111.01387697</real>
<key>Name</key>
<string>put k in with ctrl</string>
<key>Triggers</key>
<array>
<dict>
<key>FireType</key>
<string>Pressed</string>
<key>KeyCode</key>
<integer>40</integer>
<key>MacroTriggerType</key>
<string>HotKey</string>
<key>Modifiers</key>
<integer>4352</integer>
</dict>
</array>
<key>UID</key>
<string>F61A3025-CE94-4BF4-953F-36E4D81C2ED7</string>
</dict>
</array>
<key>Name</key>
<string>#inactive</string>
<key>Targeting</key>
<dict>
<key>Targeting</key>
<string>Included</string>
<key>TargetingApps</key>
<array>
<dict>
<key>BundleIdentifier</key>
<string>com.microsoft.Word</string>
<key>Name</key>
<string>Microsoft Word</string>
<key>NewFile</key>
<string>/Applications/Microsoft Office 2011/Microsoft Word.app</string>
</dict>
</array>
</dict>
<key>UID</key>
<string>908223D9-6C23-440F-8187-F59532C6C454</string>
</dict>
<dict>
<key>Activate</key>
<string>Normal</string>
<key>IsActive</key>
<true/>
<key>Macros</key>
<array>
<dict>
<key>Actions</key>
<array>
<dict>
<key>Asynchronously</key>
<false/>
<key>Count</key>
<integer>1</integer>
<key>IsActive</key>
<true/>
<key>IsDisclosed</key>
<true/>
<key>MacroActionType</key>
<string>ExecuteMacro</string>
<key>MacroUID</key>
<string>D92BB47C-1817-4D84-8AB0-11C8732FFF54</string>
<key>TimeOutAbortsMacro</key>
<true/>
</dict>
</array>
<key>IsActive</key>
<true/>
<key>ModificationDate</key>
<real>438454343.75749898</real>
<key>Name</key>
<string>define k as a speaker</string>
<key>Triggers</key>
<array>
<dict>
<key>FireType</key>
<string>Pressed</string>
<key>KeyCode</key>
<integer>40</integer>
<key>MacroTriggerType</key>
<string>HotKey</string>
<key>Modifiers</key>
<integer>6144</integer>
</dict>
</array>
<key>UID</key>
<string>7A5CF789-5919-4665-9497-FC098FE61F55</string>
</dict>
</array>
<key>Name</key>
<string>#vars define</string>
<key>Targeting</key>
<dict>
<key>Targeting</key>
<string>Included</string>
<key>TargetingApps</key>
<array>
<dict>
<key>BundleIdentifier</key>
<string>com.microsoft.Word</string>
<key>Name</key>
<string>Microsoft Word</string>
<key>NewFile</key>
<string>/Applications/Microsoft Office 2011/Microsoft Word.app</string>
</dict>
<dict>
<key>BundleIdentifier</key>
<string>com.sublimetext.2</string>
<key>Name</key>
<string>Sublime Text 2</string>
</dict>
</array>
</dict>
<key>UID</key>
<string>4B0084B6-881E-4308-BC47-173A105E3CE2</string>
</dict>
<dict>
<key>Activate</key>
<string>Normal</string>
<key>IsActive</key>
<true/>
<key>Macros</key>
<array>
<dict>
<key>Actions</key>
<array>
<dict>
<key>IsActive</key>
<true/>
<key>IsDisclosed</key>
<true/>
<key>JustDisplay</key>
<false/>
<key>MacroActionType</key>
<string>SetClipboardToText</string>
<key>TargetNamedClipboardRedundantDisplayName</key>
<string>Default Clipboard</string>
<key>TargetNamedClipboardUID</key>
<string>D874D7B3-299A-4B9B-94CF-B75C93EDA395</string>
<key>TargetUseNamedClipboard</key>
<false/>
<key>Text</key>
<string>%Variable%nowSpeaker%</string>
</dict>
<dict>
<key>IsActive</key>
<true/>
<key>IsDisclosed</key>
<true/>
<key>MacroActionType</key>
<string>SetVariableToText</string>
<key>Text</key>
<string>%Variable%l%</string>
<key>Variable</key>
<string>nowSpeaker</string>
</dict>
<dict>
<key>IsActive</key>
<true/>
<key>IsDisclosed</key>
<true/>
<key>MacroActionType</key>
<string>SetVariableToText</string>
<key>Text</key>
<string>false</string>
<key>Variable</key>
<string>isVO</string>
</dict>
<dict>
<key>Asynchronously</key>
<false/>
<key>Count</key>
<integer>1</integer>
<key>IsActive</key>
<true/>
<key>IsDisclosed</key>
<true/>
<key>MacroActionType</key>
<string>ExecuteMacro</string>
<key>MacroUID</key>
<string>F19AF337-2E64-4333-87B2-A092D93EE46F</string>
<key>TimeOutAbortsMacro</key>
<true/>
</dict>
</array>
<key>IsActive</key>
<true/>
<key>ModificationDate</key>
<real>445282858.33986199</real>
<key>Name</key>
<string>put l in</string>
<key>Triggers</key>
<array>
<dict>
<key>FireType</key>
<string>Pressed</string>
<key>KeyCode</key>
<integer>37</integer>
<key>MacroTriggerType</key>
<string>HotKey</string>
<key>Modifiers</key>
<integer>256</integer>
</dict>
</array>
<key>UID</key>
<string>4236CBC9-BF1C-4079-84CF-86A87EC78445</string>
</dict>
</array>
<key>Name</key>
<string>#vars put</string>
<key>Targeting</key>
<dict>
<key>Targeting</key>
<string>Included</string>
<key>TargetingApps</key>
<array>
<dict>
<key>BundleIdentifier</key>
<string>com.microsoft.Word</string>
<key>Name</key>
<string>Microsoft Word</string>
<key>NewFile</key>
<string>/Applications/Microsoft Office 2011/Microsoft Word.app</string>
</dict>
</array>
</dict>
<key>UID</key>
<string>81CEABDC-6FE4-43E0-A156-2CAD9DC5FF59</string>
</dict>
<dict>
<key>Activate</key>
<string>Normal</string>
<key>IsActive</key>
<true/>
<key>Macros</key>
<array>
<dict>
<key>Actions</key>
<array>
<dict>
<key>Asynchronously</key>
<false/>
<key>Count</key>
<integer>1</integer>
<key>IsActive</key>
<true/>
<key>IsDisclosed</key>
<true/>
<key>MacroActionType</key>
<string>ExecuteMacro</string>
<key>MacroUID</key>
<string>D92BB47C-1817-4D84-8AB0-11C8732FFF54</string>
<key>TimeOutAbortsMacro</key>
<true/>
</dict>
</array>
<key>IsActive</key>
<true/>
<key>ModificationDate</key>
<real>438454345.61220098</real>
<key>Name</key>
<string>define l</string>
<key>Triggers</key>
<array>
<dict>
<key>FireType</key>
<string>Pressed</string>
<key>KeyCode</key>
<integer>37</integer>
<key>MacroTriggerType</key>
<string>HotKey</string>
<key>Modifiers</key>
<integer>2048</integer>
</dict>
</array>
<key>UID</key>
<string>BB6361DA-AFF0-4331-98F1-11D1B491A473</string>
</dict>
</array>
<key>Name</key>
<string>#vars define</string>
<key>Targeting</key>
<dict>
<key>Targeting</key>
<string>Included</string>
<key>TargetingApps</key>
<array>
<dict>
<key>BundleIdentifier</key>
<string>com.microsoft.Word</string>
<key>Name</key>
<string>Microsoft Word</string>
<key>NewFile</key>
<string>/Applications/Microsoft Office 2011/Microsoft Word.app</string>
</dict>
<dict>
<key>BundleIdentifier</key>
<string>com.sublimetext.2</string>
<key>Name</key>
<string>Sublime Text 2</string>
</dict>
</array>
</dict>
<key>UID</key>
<string>4B0084B6-881E-4308-BC47-173A105E3CE2</string>
</dict>
<dict>
<key>Activate</key>
<string>Normal</string>
<key>IsActive</key>
<false/>
<key>Macros</key>
<array>
<dict>
<key>Actions</key>
<array>
<dict>
<key>IsActive</key>
<true/>
<key>IsDisclosed</key>
<true/>
<key>MacroActionType</key>
<string>SetVariableToText</string>
<key>Text</key>
<string>%Variable%l%</string>
<key>Variable</key>
<string>nowSpeaker</string>
</dict>
<dict>
<key>IsActive</key>
<true/>
<key>IsDisclosed</key>
<true/>
<key>MacroActionType</key>
<string>SetVariableToText</string>
<key>Text</key>
<string>true</string>
<key>Variable</key>
<string>isVO</string>
</dict>
<dict>
<key>Asynchronously</key>
<false/>
<key>Count</key>
<integer>1</integer>
<key>IsActive</key>
<true/>
<key>IsDisclosed</key>
<true/>
<key>MacroActionType</key>
<string>ExecuteMacro</string>
<key>MacroUID</key>
<string>F19AF337-2E64-4333-87B2-A092D93EE46F</string>
<key>TimeOutAbortsMacro</key>
<true/>
</dict>
</array>
<key>IsActive</key>
<true/>
<key>ModificationDate</key>
<real>437767121.72010201</real>
<key>Name</key>
<string>put l in with ctrl</string>
<key>Triggers</key>
<array>
<dict>
<key>FireType</key>
<string>Pressed</string>
<key>KeyCode</key>
<integer>37</integer>
<key>MacroTriggerType</key>
<string>HotKey</string>
<key>Modifiers</key>
<integer>4352</integer>
</dict>
</array>
<key>UID</key>
<string>3C04BC6B-C004-4F87-8427-DFFE8C21650A</string>
</dict>
</array>
<key>Name</key>
<string>#inactive</string>
<key>Targeting</key>
<dict>
<key>Targeting</key>
<string>Included</string>
<key>TargetingApps</key>
<array>
<dict>
<key>BundleIdentifier</key>
<string>com.microsoft.Word</string>
<key>Name</key>
<string>Microsoft Word</string>
<key>NewFile</key>
<string>/Applications/Microsoft Office 2011/Microsoft Word.app</string>
</dict>
</array>
</dict>
<key>UID</key>
<string>908223D9-6C23-440F-8187-F59532C6C454</string>
</dict>
<dict>
<key>Activate</key>
<string>Normal</string>
<key>IsActive</key>
<true/>
<key>Macros</key>
<array>
<dict>
<key>Actions</key>
<array>
<dict>
<key>Asynchronously</key>
<false/>
<key>Count</key>
<integer>1</integer>
<key>IsActive</key>
<true/>
<key>IsDisclosed</key>
<true/>
<key>MacroActionType</key>
<string>ExecuteMacro</string>
<key>MacroUID</key>
<string>D92BB47C-1817-4D84-8AB0-11C8732FFF54</string>
<key>TimeOutAbortsMacro</key>
<true/>
</dict>
</array>
<key>IsActive</key>
<true/>
<key>ModificationDate</key>
<real>438454347.433999</real>
<key>Name</key>
<string>define l as a speaker</string>
<key>Triggers</key>
<array>
<dict>
<key>FireType</key>
<string>Pressed</string>
<key>KeyCode</key>
<integer>37</integer>
<key>MacroTriggerType</key>
<string>HotKey</string>
<key>Modifiers</key>
<integer>6144</integer>
</dict>
</array>
<key>UID</key>
<string>8991E9F5-9381-48E5-AFE0-6FAFEB36C5D5</string>
</dict>
</array>
<key>Name</key>
<string>#vars define</string>
<key>Targeting</key>
<dict>
<key>Targeting</key>
<string>Included</string>
<key>TargetingApps</key>
<array>
<dict>
<key>BundleIdentifier</key>
<string>com.microsoft.Word</string>
<key>Name</key>
<string>Microsoft Word</string>
<key>NewFile</key>
<string>/Applications/Microsoft Office 2011/Microsoft Word.app</string>
</dict>
<dict>
<key>BundleIdentifier</key>
<string>com.sublimetext.2</string>
<key>Name</key>
<string>Sublime Text 2</string>
</dict>
</array>
</dict>
<key>UID</key>
<string>4B0084B6-881E-4308-BC47-173A105E3CE2</string>
</dict>
<dict>
<key>Activate</key>
<string>Normal</string>
<key>IsActive</key>
<true/>
<key>Macros</key>
<array>
<dict>
<key>Actions</key>
<array>
<dict>
<key>IsActive</key>
<true/>
<key>IsDisclosed</key>
<true/>
<key>JustDisplay</key>
<false/>
<key>MacroActionType</key>
<string>SetClipboardToText</string>
<key>TargetNamedClipboardRedundantDisplayName</key>
<string>Default Clipboard</string>
<key>TargetNamedClipboardUID</key>
<string>D874D7B3-299A-4B9B-94CF-B75C93EDA395</string>
<key>TargetUseNamedClipboard</key>
<false/>
<key>Text</key>
<string>%Variable%nowSpeaker%</string>
</dict>
<dict>
<key>IsActive</key>
<true/>
<key>IsDisclosed</key>
<true/>
<key>MacroActionType</key>
<string>SetVariableToText</string>
<key>Text</key>
<string>%Variable%m%</string>
<key>Variable</key>
<string>nowSpeaker</string>
</dict>
<dict>
<key>IsActive</key>
<true/>
<key>IsDisclosed</key>
<true/>
<key>MacroActionType</key>
<string>SetVariableToText</string>
<key>Text</key>
<string>false</string>
<key>Variable</key>
<string>isVO</string>
</dict>
<dict>
<key>Asynchronously</key>
<false/>
<key>Count</key>
<integer>1</integer>
<key>IsActive</key>
<true/>
<key>IsDisclosed</key>
<true/>
<key>MacroActionType</key>
<string>ExecuteMacro</string>
<key>MacroUID</key>
<string>F19AF337-2E64-4333-87B2-A092D93EE46F</string>
<key>TimeOutAbortsMacro</key>
<true/>
</dict>
</array>
<key>IsActive</key>
<true/>
<key>ModificationDate</key>
<real>445282866.49189901</real>
<key>Name</key>
<string>put m in</string>
<key>Triggers</key>
<array>
<dict>
<key>FireType</key>
<string>Pressed</string>
<key>KeyCode</key>
<integer>46</integer>
<key>MacroTriggerType</key>
<string>HotKey</string>
<key>Modifiers</key>
<integer>256</integer>
</dict>
</array>
<key>UID</key>
<string>8AC7A109-CEBA-4F77-9BD1-97370782BF2A</string>
</dict>
</array>
<key>Name</key>
<string>#vars put</string>
<key>Targeting</key>
<dict>
<key>Targeting</key>
<string>Included</string>
<key>TargetingApps</key>
<array>
<dict>
<key>BundleIdentifier</key>
<string>com.microsoft.Word</string>
<key>Name</key>
<string>Microsoft Word</string>
<key>NewFile</key>
<string>/Applications/Microsoft Office 2011/Microsoft Word.app</string>
</dict>
</array>
</dict>
<key>UID</key>
<string>81CEABDC-6FE4-43E0-A156-2CAD9DC5FF59</string>
</dict>
<dict>
<key>Activate</key>
<string>Normal</string>
<key>IsActive</key>
<true/>
<key>Macros</key>
<array>
<dict>
<key>Actions</key>
<array>
<dict>
<key>Asynchronously</key>
<false/>
<key>Count</key>
<integer>1</integer>
<key>IsActive</key>
<true/>
<key>IsDisclosed</key>
<true/>
<key>MacroActionType</key>
<string>ExecuteMacro</string>
<key>MacroUID</key>
<string>65AD2525-4ED0-4B01-80BA-CC9A233575BA</string>
<key>TimeOutAbortsMacro</key>
<true/>
</dict>
<dict>
<key>Action</key>
<string>ByPasting</string>
<key>IsActive</key>
<true/>
<key>IsDisclosed</key>
<true/>
<key>MacroActionType</key>
<string>InsertText</string>
<key>Paste</key>
<true/>
<key>Text</key>
<string>Mm-hm.</string>
</dict>
<dict>
<key>Asynchronously</key>
<false/>
<key>Count</key>
<integer>1</integer>
<key>IsActive</key>
<true/>
<key>IsDisclosed</key>
<true/>
<key>MacroActionType</key>
<string>ExecuteMacro</string>
<key>MacroUID</key>
<string>65AD2525-4ED0-4B01-80BA-CC9A233575BA</string>
<key>TimeOutAbortsMacro</key>
<true/>
</dict>
</array>
<key>IsActive</key>
<true/>
<key>ModificationDate</key>
<real>439164503.60468</real>
<key>Name</key>
<string>next speaker says "Mm-hm," then back to previous speaker. </string>
<key>Triggers</key>
<array>
<dict>
<key>FireType</key>
<string>Pressed</string>
<key>KeyCode</key>
<integer>46</integer>
<key>MacroTriggerType</key>
<string>HotKey</string>
<key>Modifiers</key>
<integer>768</integer>
</dict>
</array>
<key>UID</key>
<string>BC0F399E-F3E5-447F-939B-2C6EBD38407F</string>
</dict>
</array>
<key>Name</key>
<string>*common brief responses</string>
<key>Targeting</key>
<dict>
<key>Targeting</key>
<string>Included</string>
<key>TargetingApps</key>
<array>
<dict>
<key>BundleIdentifier</key>
<string>com.microsoft.Word</string>
<key>Name</key>
<string>Microsoft Word</string>
<key>NewFile</key>
<string>/Applications/Microsoft Office 2011/Microsoft Word.app</string>
</dict>
<dict>
<key>BundleIdentifier</key>
<string>com.sublimetext.2</string>
<key>Name</key>
<string>Sublime Text 2</string>
</dict>
</array>
</dict>
<key>UID</key>
<string>09AF2403-7E73-4806-8327-5406330CEC52</string>
</dict>
<dict>
<key>Activate</key>
<string>Normal</string>
<key>IsActive</key>
<true/>
<key>Macros</key>
<array>
<dict>
<key>Actions</key>
<array>
<dict>
<key>Asynchronously</key>
<false/>
<key>Count</key>
<integer>1</integer>
<key>IsActive</key>
<true/>
<key>IsDisclosed</key>
<true/>
<key>MacroActionType</key>
<string>ExecuteMacro</string>
<key>MacroUID</key>
<string>D92BB47C-1817-4D84-8AB0-11C8732FFF54</string>
<key>TimeOutAbortsMacro</key>
<true/>
</dict>
</array>
<key>IsActive</key>
<true/>
<key>ModificationDate</key>
<real>438454360.48571903</real>
<key>Name</key>
<string>define m</string>
<key>Triggers</key>
<array>
<dict>
<key>FireType</key>
<string>Pressed</string>
<key>KeyCode</key>
<integer>46</integer>
<key>MacroTriggerType</key>
<string>HotKey</string>
<key>Modifiers</key>
<integer>2048</integer>
</dict>
</array>
<key>UID</key>
<string>5981901E-A153-4074-92DA-1B0B74917BBE</string>
</dict>
</array>
<key>Name</key>
<string>#vars define</string>
<key>Targeting</key>
<dict>
<key>Targeting</key>
<string>Included</string>
<key>TargetingApps</key>
<array>
<dict>
<key>BundleIdentifier</key>
<string>com.microsoft.Word</string>
<key>Name</key>
<string>Microsoft Word</string>
<key>NewFile</key>
<string>/Applications/Microsoft Office 2011/Microsoft Word.app</string>
</dict>
<dict>
<key>BundleIdentifier</key>
<string>com.sublimetext.2</string>
<key>Name</key>
<string>Sublime Text 2</string>
</dict>
</array>
</dict>
<key>UID</key>
<string>4B0084B6-881E-4308-BC47-173A105E3CE2</string>
</dict>
<dict>
<key>Activate</key>
<string>Normal</string>
<key>IsActive</key>
<true/>
<key>Macros</key>
<array>
<dict>
<key>Actions</key>
<array>
<dict>
<key>Asynchronously</key>
<false/>
<key>Count</key>
<integer>1</integer>
<key>IsActive</key>
<true/>
<key>IsDisclosed</key>
<true/>
<key>MacroActionType</key>
<string>ExecuteMacro</string>
<key>MacroUID</key>
<string>65AD2525-4ED0-4B01-80BA-CC9A233575BA</string>
<key>TimeOutAbortsMacro</key>
<true/>
</dict>
<dict>
<key>Action</key>
<string>ByPasting</string>
<key>IsActive</key>
<true/>
<key>IsDisclosed</key>
<true/>
<key>MacroActionType</key>
<string>InsertText</string>
<key>Paste</key>
<true/>
<key>Text</key>
<string>Mm-hm. </string>
</dict>
</array>
<key>IsActive</key>
<true/>
<key>ModificationDate</key>
<real>445380053.29208201</real>
<key>Name</key>
<string>next speaker says "Mm-hm,"</string>
<key>Triggers</key>
<array>
<dict>
<key>FireType</key>
<string>Pressed</string>
<key>KeyCode</key>
<integer>46</integer>
<key>MacroTriggerType</key>
<string>HotKey</string>
<key>Modifiers</key>
<integer>4352</integer>
</dict>
</array>
<key>UID</key>
<string>F0A81170-51C2-450A-B701-829C33F1BC54</string>
</dict>
</array>
<key>Name</key>
<string>*common brief responses</string>
<key>Targeting</key>
<dict>
<key>Targeting</key>
<string>Included</string>
<key>TargetingApps</key>
<array>
<dict>
<key>BundleIdentifier</key>
<string>com.microsoft.Word</string>
<key>Name</key>
<string>Microsoft Word</string>
<key>NewFile</key>
<string>/Applications/Microsoft Office 2011/Microsoft Word.app</string>
</dict>
<dict>
<key>BundleIdentifier</key>
<string>com.sublimetext.2</string>
<key>Name</key>
<string>Sublime Text 2</string>
</dict>
</array>
</dict>
<key>UID</key>
<string>09AF2403-7E73-4806-8327-5406330CEC52</string>
</dict>
<dict>
<key>Activate</key>
<string>Normal</string>
<key>IsActive</key>
<false/>
<key>Macros</key>
<array>
<dict>
<key>Actions</key>
<array>
<dict>
<key>IsActive</key>
<true/>
<key>IsDisclosed</key>
<true/>
<key>MacroActionType</key>
<string>SetVariableToText</string>
<key>Text</key>
<string>%Variable%m%</string>
<key>Variable</key>
<string>nowSpeaker</string>
</dict>
<dict>
<key>Conditions</key>
<dict>
<key>ConditionList</key>
<array>
<dict>
<key>ConditionType</key>
<string>Variable</string>
<key>Variable</key>
<string>mode</string>
<key>VariableConditionType</key>
<string>Contains</string>
<key>VariableValue</key>
<string>final</string>
</dict>
</array>
<key>ConditionListMatch</key>
<string>All</string>
</dict>
<key>ElseActions</key>
<array>
<dict>
<key>Asynchronously</key>
<false/>
<key>Count</key>
<integer>1</integer>
<key>IsActive</key>
<true/>
<key>IsDisclosed</key>
<true/>
<key>MacroActionType</key>
<string>ExecuteMacro</string>
<key>MacroUID</key>
<string>65AD2525-4ED0-4B01-80BA-CC9A233575BA</string>
<key>TimeOutAbortsMacro</key>
<true/>
</dict>
<dict>
<key>Action</key>
<string>ByPasting</string>
<key>IsActive</key>
<true/>
<key>IsDisclosed</key>
<true/>
<key>MacroActionType</key>
<string>InsertText</string>
<key>Paste</key>
<true/>
<key>Text</key>
<string>Mm-hm. </string>
</dict>
</array>
<key>IsActive</key>
<true/>
<key>IsDisclosed</key>
<true/>
<key>MacroActionType</key>
<string>IfThenElse</string>
<key>ThenActions</key>
<array>
<dict>
<key>IsActive</key>
<true/>
<key>IsDisclosed</key>
<true/>
<key>MacroActionType</key>
<string>SetVariableToText</string>
<key>Text</key>
<string>true</string>
<key>Variable</key>
<string>isVO</string>
</dict>
<dict>
<key>Asynchronously</key>
<false/>
<key>Count</key>
<integer>1</integer>
<key>IsActive</key>
<true/>
<key>IsDisclosed</key>
<true/>
<key>MacroActionType</key>
<string>ExecuteMacro</string>
<key>MacroUID</key>
<string>F19AF337-2E64-4333-87B2-A092D93EE46F</string>
<key>TimeOutAbortsMacro</key>
<true/>
</dict>
</array>
<key>TimeOutAbortsMacro</key>
<true/>
</dict>
</array>
<key>IsActive</key>
<true/>
<key>ModificationDate</key>
<real>439164560.78951502</real>
<key>Name</key>
<string>put m in with ctrl</string>
<key>Triggers</key>
<array>
<dict>
<key>FireType</key>
<string>Pressed</string>
<key>KeyCode</key>
<integer>46</integer>
<key>MacroTriggerType</key>
<string>HotKey</string>
<key>Modifiers</key>
<integer>4352</integer>
</dict>
</array>
<key>UID</key>
<string>CC849E51-55F3-4155-AFA2-5020912315FF</string>
</dict>
</array>
<key>Name</key>
<string>#inactive</string>
<key>Targeting</key>
<dict>
<key>Targeting</key>
<string>Included</string>
<key>TargetingApps</key>
<array>
<dict>
<key>BundleIdentifier</key>
<string>com.microsoft.Word</string>
<key>Name</key>
<string>Microsoft Word</string>
<key>NewFile</key>
<string>/Applications/Microsoft Office 2011/Microsoft Word.app</string>
</dict>
</array>
</dict>
<key>UID</key>
<string>908223D9-6C23-440F-8187-F59532C6C454</string>
</dict>
<dict>
<key>Activate</key>
<string>Normal</string>
<key>IsActive</key>
<true/>
<key>Macros</key>
<array>
<dict>
<key>Actions</key>
<array>
<dict>
<key>Asynchronously</key>
<false/>
<key>Count</key>
<integer>1</integer>
<key>IsActive</key>
<true/>
<key>IsDisclosed</key>
<true/>
<key>MacroActionType</key>
<string>ExecuteMacro</string>
<key>MacroUID</key>
<string>65AD2525-4ED0-4B01-80BA-CC9A233575BA</string>
<key>TimeOutAbortsMacro</key>
<true/>
</dict>
<dict>
<key>Action</key>
<string>ByPasting</string>
<key>IsActive</key>
<true/>
<key>IsDisclosed</key>
<true/>
<key>MacroActionType</key>
<string>InsertText</string>
<key>Paste</key>
<true/>
<key>Text</key>
<string>Mm-hm.</string>
</dict>
<dict>
<key>Asynchronously</key>
<false/>
<key>Count</key>
<integer>1</integer>
<key>IsActive</key>
<true/>
<key>IsDisclosed</key>
<true/>
<key>MacroActionType</key>
<string>ExecuteMacro</string>
<key>MacroUID</key>
<string>65AD2525-4ED0-4B01-80BA-CC9A233575BA</string>
<key>TimeOutAbortsMacro</key>
<true/>
</dict>
<dict>
<key>Action</key>
<string>ByPasting</string>
<key>IsActive</key>
<true/>
<key>IsDisclosed</key>
<true/>
<key>MacroActionType</key>
<string>InsertText</string>
<key>Paste</key>
<true/>
<key>Text</key>
<string>Okay. </string>
</dict>
</array>
<key>IsActive</key>
<true/>
<key>ModificationDate</key>
<real>445285593.98353797</real>
<key>Name</key>
<string>next speaker says "Mm-hm," then previous speaker says "Okay."</string>
<key>Triggers</key>
<array>
<dict>
<key>FireType</key>
<string>Pressed</string>
<key>KeyCode</key>
<integer>46</integer>
<key>MacroTriggerType</key>
<string>HotKey</string>
<key>Modifiers</key>
<integer>4864</integer>
</dict>
</array>
<key>UID</key>
<string>A1EEC345-65C7-4921-8E28-2CBFEC38B166</string>
</dict>
</array>
<key>Name</key>
<string>*common brief responses</string>
<key>Targeting</key>
<dict>
<key>Targeting</key>
<string>Included</string>
<key>TargetingApps</key>
<array>
<dict>
<key>BundleIdentifier</key>
<string>com.microsoft.Word</string>
<key>Name</key>
<string>Microsoft Word</string>
<key>NewFile</key>
<string>/Applications/Microsoft Office 2011/Microsoft Word.app</string>
</dict>
<dict>
<key>BundleIdentifier</key>
<string>com.sublimetext.2</string>
<key>Name</key>
<string>Sublime Text 2</string>
</dict>
</array>
</dict>
<key>UID</key>
<string>09AF2403-7E73-4806-8327-5406330CEC52</string>
</dict>
<dict>
<key>Activate</key>
<string>Normal</string>
<key>IsActive</key>
<true/>
<key>Macros</key>
<array>
<dict>
<key>Actions</key>
<array>
<dict>
<key>Asynchronously</key>
<false/>
<key>Count</key>
<integer>1</integer>
<key>IsActive</key>
<true/>
<key>IsDisclosed</key>
<true/>
<key>MacroActionType</key>
<string>ExecuteMacro</string>
<key>MacroUID</key>
<string>D92BB47C-1817-4D84-8AB0-11C8732FFF54</string>
<key>TimeOutAbortsMacro</key>
<true/>
</dict>
</array>
<key>IsActive</key>
<true/>
<key>ModificationDate</key>
<real>438454362.29007602</real>
<key>Name</key>
<string>define m as a speaker</string>
<key>Triggers</key>
<array>
<dict>
<key>FireType</key>
<string>Pressed</string>
<key>KeyCode</key>
<integer>46</integer>
<key>MacroTriggerType</key>
<string>HotKey</string>
<key>Modifiers</key>
<integer>6144</integer>
</dict>
</array>
<key>UID</key>
<string>A2E7DE3D-BDFC-4F35-ADEE-15BA653DF816</string>
</dict>
</array>
<key>Name</key>
<string>#vars define</string>
<key>Targeting</key>
<dict>
<key>Targeting</key>
<string>Included</string>
<key>TargetingApps</key>
<array>
<dict>
<key>BundleIdentifier</key>
<string>com.microsoft.Word</string>
<key>Name</key>
<string>Microsoft Word</string>
<key>NewFile</key>
<string>/Applications/Microsoft Office 2011/Microsoft Word.app</string>
</dict>
<dict>
<key>BundleIdentifier</key>
<string>com.sublimetext.2</string>
<key>Name</key>
<string>Sublime Text 2</string>
</dict>
</array>
</dict>
<key>UID</key>
<string>4B0084B6-881E-4308-BC47-173A105E3CE2</string>
</dict>
<dict>
<key>Activate</key>
<string>Normal</string>
<key>IsActive</key>
<true/>
<key>Macros</key>
<array>
<dict>
<key>Actions</key>
<array>
<dict>
<key>IsActive</key>
<true/>
<key>IsDisclosed</key>
<true/>
<key>MacroActionType</key>
<string>Notification</string>
<key>SoundName</key>
<string></string>
<key>Subtitle</key>
<string></string>
<key>Text</key>
<string>The mode is currently %Variable%mode%</string>
<key>Title</key>
<string>Current Mode</string>
</dict>
</array>
<key>IsActive</key>
<true/>
<key>ModificationDate</key>
<real>445281088.28382498</real>
<key>Name</key>
<string>show mode</string>
<key>Triggers</key>
<array>
<dict>
<key>FireType</key>
<string>Pressed</string>
<key>KeyCode</key>
<integer>46</integer>
<key>MacroTriggerType</key>
<string>HotKey</string>
<key>Modifiers</key>
<integer>6400</integer>
</dict>
</array>
<key>UID</key>
<string>C00C93D2-14F3-4018-8BC0-6D9E36F86DD1</string>
</dict>
</array>
<key>Name</key>
<string>*set mode</string>
<key>Targeting</key>
<dict>
<key>Targeting</key>
<string>Included</string>
<key>TargetingApps</key>
<array>
<dict>
<key>BundleIdentifier</key>
<string>com.microsoft.Word</string>
<key>Name</key>
<string>Microsoft Word</string>
<key>NewFile</key>
<string>/Applications/Microsoft Office 2011/Microsoft Word.app</string>
</dict>
<dict>
<key>BundleIdentifier</key>
<string>com.sublimetext.2</string>
<key>Name</key>
<string>Sublime Text 2</string>
</dict>
</array>
</dict>
<key>UID</key>
<string>B41F7F8D-AE60-4C5F-B8C3-17A18CE553E4</string>
</dict>
<dict>
<key>Activate</key>
<string>Normal</string>
<key>IsActive</key>
<true/>
<key>Macros</key>
<array>
<dict>
<key>Actions</key>
<array>
<dict>
<key>IsActive</key>
<true/>
<key>IsDisclosed</key>
<true/>
<key>JustDisplay</key>
<false/>
<key>MacroActionType</key>
<string>SetClipboardToText</string>
<key>TargetNamedClipboardRedundantDisplayName</key>
<string>Default Clipboard</string>
<key>TargetNamedClipboardUID</key>
<string>D874D7B3-299A-4B9B-94CF-B75C93EDA395</string>
<key>TargetUseNamedClipboard</key>
<false/>
<key>Text</key>
<string>%Variable%nowSpeaker%</string>
</dict>
<dict>
<key>IsActive</key>
<true/>
<key>IsDisclosed</key>
<true/>
<key>MacroActionType</key>
<string>SetVariableToText</string>
<key>Text</key>
<string>%Variable%n%</string>
<key>Variable</key>
<string>nowSpeaker</string>
</dict>
<dict>
<key>IsActive</key>
<true/>
<key>IsDisclosed</key>
<true/>
<key>MacroActionType</key>
<string>SetVariableToText</string>
<key>Text</key>
<string>false</string>
<key>Variable</key>
<string>isVO</string>
</dict>
<dict>
<key>Asynchronously</key>
<false/>
<key>Count</key>
<integer>1</integer>
<key>IsActive</key>
<true/>
<key>IsDisclosed</key>
<true/>
<key>MacroActionType</key>
<string>ExecuteMacro</string>
<key>MacroUID</key>
<string>F19AF337-2E64-4333-87B2-A092D93EE46F</string>
<key>TimeOutAbortsMacro</key>
<true/>
</dict>
</array>
<key>IsActive</key>
<true/>
<key>ModificationDate</key>
<real>445282873.26594901</real>
<key>Name</key>
<string>put n in</string>
<key>Triggers</key>
<array>
<dict>
<key>FireType</key>
<string>Pressed</string>
<key>KeyCode</key>
<integer>45</integer>
<key>MacroTriggerType</key>
<string>HotKey</string>
<key>Modifiers</key>
<integer>256</integer>
</dict>
</array>
<key>UID</key>
<string>E302375E-66A7-4472-842B-62BA801A22E7</string>
</dict>
</array>
<key>Name</key>
<string>#vars put</string>
<key>Targeting</key>
<dict>
<key>Targeting</key>
<string>Included</string>
<key>TargetingApps</key>
<array>
<dict>
<key>BundleIdentifier</key>
<string>com.microsoft.Word</string>
<key>Name</key>
<string>Microsoft Word</string>
<key>NewFile</key>
<string>/Applications/Microsoft Office 2011/Microsoft Word.app</string>
</dict>
</array>
</dict>
<key>UID</key>
<string>81CEABDC-6FE4-43E0-A156-2CAD9DC5FF59</string>
</dict>
<dict>
<key>Activate</key>
<string>Normal</string>
<key>IsActive</key>
<true/>
<key>Macros</key>
<array>
<dict>
<key>Actions</key>
<array>
<dict>
<key>Asynchronously</key>
<false/>
<key>Count</key>
<integer>1</integer>
<key>IsActive</key>
<true/>
<key>IsDisclosed</key>
<true/>
<key>MacroActionType</key>
<string>ExecuteMacro</string>
<key>MacroUID</key>
<string>65AD2525-4ED0-4B01-80BA-CC9A233575BA</string>
<key>TimeOutAbortsMacro</key>
<true/>
</dict>
<dict>
<key>Action</key>
<string>ByPasting</string>
<key>IsActive</key>
<true/>
<key>IsDisclosed</key>
<true/>
<key>MacroActionType</key>
<string>InsertText</string>
<key>Paste</key>
<true/>
<key>Text</key>
<string>No.</string>
</dict>
<dict>
<key>Asynchronously</key>
<false/>
<key>Count</key>
<integer>1</integer>
<key>IsActive</key>
<true/>
<key>IsDisclosed</key>
<true/>
<key>MacroActionType</key>
<string>ExecuteMacro</string>
<key>MacroUID</key>
<string>65AD2525-4ED0-4B01-80BA-CC9A233575BA</string>
<key>TimeOutAbortsMacro</key>
<true/>
</dict>
</array>
<key>IsActive</key>
<true/>
<key>ModificationDate</key>
<real>439229792.03910601</real>
<key>Name</key>
<string>next speaker says "no," then back to previous speaker.</string>
<key>Triggers</key>
<array>
<dict>
<key>FireType</key>
<string>Pressed</string>
<key>KeyCode</key>
<integer>45</integer>
<key>MacroTriggerType</key>
<string>HotKey</string>
<key>Modifiers</key>
<integer>768</integer>
</dict>
</array>
<key>UID</key>
<string>BC0D1972-E0CF-4976-A1DA-DCDD67B65A02</string>
</dict>
</array>
<key>Name</key>
<string>*common brief responses</string>
<key>Targeting</key>
<dict>
<key>Targeting</key>
<string>Included</string>
<key>TargetingApps</key>
<array>
<dict>
<key>BundleIdentifier</key>
<string>com.microsoft.Word</string>
<key>Name</key>
<string>Microsoft Word</string>
<key>NewFile</key>
<string>/Applications/Microsoft Office 2011/Microsoft Word.app</string>
</dict>
<dict>
<key>BundleIdentifier</key>
<string>com.sublimetext.2</string>
<key>Name</key>
<string>Sublime Text 2</string>
</dict>
</array>
</dict>
<key>UID</key>
<string>09AF2403-7E73-4806-8327-5406330CEC52</string>
</dict>
<dict>
<key>Activate</key>
<string>Normal</string>
<key>IsActive</key>
<true/>
<key>Macros</key>
<array>
<dict>
<key>Actions</key>
<array>
<dict>
<key>Asynchronously</key>
<false/>
<key>Count</key>
<integer>1</integer>
<key>IsActive</key>
<true/>
<key>IsDisclosed</key>
<true/>
<key>MacroActionType</key>
<string>ExecuteMacro</string>
<key>MacroUID</key>
<string>D92BB47C-1817-4D84-8AB0-11C8732FFF54</string>
<key>TimeOutAbortsMacro</key>
<true/>
</dict>
</array>
<key>IsActive</key>
<true/>
<key>ModificationDate</key>
<real>438454364.16315103</real>
<key>Name</key>
<string>define n</string>
<key>Triggers</key>
<array>
<dict>
<key>FireType</key>
<string>Pressed</string>
<key>KeyCode</key>
<integer>45</integer>
<key>MacroTriggerType</key>
<string>HotKey</string>
<key>Modifiers</key>
<integer>2048</integer>
</dict>
</array>
<key>UID</key>
<string>443A717A-546A-4929-95EE-1C8BBEF6BC7C</string>
</dict>
</array>
<key>Name</key>
<string>#vars define</string>
<key>Targeting</key>
<dict>
<key>Targeting</key>
<string>Included</string>
<key>TargetingApps</key>
<array>
<dict>
<key>BundleIdentifier</key>
<string>com.microsoft.Word</string>
<key>Name</key>
<string>Microsoft Word</string>
<key>NewFile</key>
<string>/Applications/Microsoft Office 2011/Microsoft Word.app</string>
</dict>
<dict>
<key>BundleIdentifier</key>
<string>com.sublimetext.2</string>
<key>Name</key>
<string>Sublime Text 2</string>
</dict>
</array>
</dict>
<key>UID</key>
<string>4B0084B6-881E-4308-BC47-173A105E3CE2</string>
</dict>
<dict>
<key>Activate</key>
<string>Normal</string>
<key>IsActive</key>
<true/>
<key>Macros</key>
<array>
<dict>
<key>Actions</key>
<array>
<dict>
<key>Asynchronously</key>
<false/>
<key>Count</key>
<integer>1</integer>
<key>IsActive</key>
<true/>
<key>IsDisclosed</key>
<true/>
<key>MacroActionType</key>
<string>ExecuteMacro</string>
<key>MacroUID</key>
<string>65AD2525-4ED0-4B01-80BA-CC9A233575BA</string>
<key>TimeOutAbortsMacro</key>
<true/>
</dict>
<dict>
<key>Action</key>
<string>ByPasting</string>
<key>IsActive</key>
<true/>
<key>IsDisclosed</key>
<true/>
<key>MacroActionType</key>
<string>InsertText</string>
<key>Paste</key>
<true/>
<key>Text</key>
<string>No. </string>
</dict>
</array>
<key>IsActive</key>
<true/>
<key>ModificationDate</key>
<real>445290597.32459402</real>
<key>Name</key>
<string>next speaker says "no," </string>
<key>Triggers</key>
<array>
<dict>
<key>FireType</key>
<string>Pressed</string>
<key>KeyCode</key>
<integer>45</integer>
<key>MacroTriggerType</key>
<string>HotKey</string>
<key>Modifiers</key>
<integer>4352</integer>
</dict>
</array>
<key>UID</key>
<string>07C27A99-6D36-48B6-959A-0BBA93A00B2E</string>
</dict>
</array>
<key>Name</key>
<string>*common brief responses</string>
<key>Targeting</key>
<dict>
<key>Targeting</key>
<string>Included</string>
<key>TargetingApps</key>
<array>
<dict>
<key>BundleIdentifier</key>
<string>com.microsoft.Word</string>
<key>Name</key>
<string>Microsoft Word</string>
<key>NewFile</key>
<string>/Applications/Microsoft Office 2011/Microsoft Word.app</string>
</dict>
<dict>
<key>BundleIdentifier</key>
<string>com.sublimetext.2</string>
<key>Name</key>
<string>Sublime Text 2</string>
</dict>
</array>
</dict>
<key>UID</key>
<string>09AF2403-7E73-4806-8327-5406330CEC52</string>
</dict>
<dict>
<key>Activate</key>
<string>Normal</string>
<key>IsActive</key>
<false/>
<key>Macros</key>
<array>
<dict>
<key>Actions</key>
<array>
<dict>
<key>IsActive</key>
<true/>
<key>IsDisclosed</key>
<true/>
<key>MacroActionType</key>
<string>SetVariableToText</string>
<key>Text</key>
<string>%Variable%n%</string>
<key>Variable</key>
<string>nowSpeaker</string>
</dict>
<dict>
<key>Conditions</key>
<dict>
<key>ConditionList</key>
<array>
<dict>
<key>ConditionType</key>
<string>Variable</string>
<key>Variable</key>
<string>mode</string>
<key>VariableConditionType</key>
<string>Contains</string>
<key>VariableValue</key>
<string>final</string>
</dict>
</array>
<key>ConditionListMatch</key>
<string>All</string>
</dict>
<key>ElseActions</key>
<array>
<dict>
<key>Asynchronously</key>
<false/>
<key>Count</key>
<integer>1</integer>
<key>IsActive</key>
<true/>
<key>IsDisclosed</key>
<true/>
<key>MacroActionType</key>
<string>ExecuteMacro</string>
<key>MacroUID</key>
<string>65AD2525-4ED0-4B01-80BA-CC9A233575BA</string>
<key>TimeOutAbortsMacro</key>
<true/>
</dict>
<dict>
<key>Action</key>
<string>ByPasting</string>
<key>IsActive</key>
<true/>
<key>IsDisclosed</key>
<true/>
<key>MacroActionType</key>
<string>InsertText</string>
<key>Paste</key>
<true/>
<key>Text</key>
<string>No. </string>
</dict>
</array>
<key>IsActive</key>
<true/>
<key>IsDisclosed</key>
<true/>
<key>MacroActionType</key>
<string>IfThenElse</string>
<key>ThenActions</key>
<array>
<dict>
<key>IsActive</key>
<true/>
<key>IsDisclosed</key>
<true/>
<key>MacroActionType</key>
<string>SetVariableToText</string>
<key>Text</key>
<string>true</string>
<key>Variable</key>
<string>isVO</string>
</dict>
<dict>
<key>Asynchronously</key>
<false/>
<key>Count</key>
<integer>1</integer>
<key>IsActive</key>
<true/>
<key>IsDisclosed</key>
<true/>
<key>MacroActionType</key>
<string>ExecuteMacro</string>
<key>MacroUID</key>
<string>F19AF337-2E64-4333-87B2-A092D93EE46F</string>
<key>TimeOutAbortsMacro</key>
<true/>
</dict>
</array>
<key>TimeOutAbortsMacro</key>
<true/>
</dict>
</array>
<key>IsActive</key>
<true/>
<key>ModificationDate</key>
<real>439229845.90607202</real>
<key>Name</key>
<string>put n in with ctrl</string>
<key>Triggers</key>
<array>
<dict>
<key>FireType</key>
<string>Pressed</string>
<key>KeyCode</key>
<integer>45</integer>
<key>MacroTriggerType</key>
<string>HotKey</string>
<key>Modifiers</key>
<integer>4352</integer>
</dict>
</array>
<key>UID</key>
<string>09250A3F-D221-4724-AC7D-84E55E43A1C5</string>
</dict>
</array>
<key>Name</key>
<string>#inactive</string>
<key>Targeting</key>
<dict>
<key>Targeting</key>
<string>Included</string>
<key>TargetingApps</key>
<array>
<dict>
<key>BundleIdentifier</key>
<string>com.microsoft.Word</string>
<key>Name</key>
<string>Microsoft Word</string>
<key>NewFile</key>
<string>/Applications/Microsoft Office 2011/Microsoft Word.app</string>
</dict>
</array>
</dict>
<key>UID</key>
<string>908223D9-6C23-440F-8187-F59532C6C454</string>
</dict>
<dict>
<key>Activate</key>
<string>Normal</string>
<key>IsActive</key>
<true/>
<key>Macros</key>
<array>
<dict>
<key>Actions</key>
<array>
<dict>
<key>Asynchronously</key>
<false/>
<key>Count</key>
<integer>1</integer>
<key>IsActive</key>
<true/>
<key>IsDisclosed</key>
<true/>
<key>MacroActionType</key>
<string>ExecuteMacro</string>
<key>MacroUID</key>
<string>65AD2525-4ED0-4B01-80BA-CC9A233575BA</string>
<key>TimeOutAbortsMacro</key>
<true/>
</dict>
<dict>
<key>Action</key>
<string>ByPasting</string>
<key>IsActive</key>
<true/>
<key>IsDisclosed</key>
<true/>
<key>MacroActionType</key>
<string>InsertText</string>
<key>Paste</key>
<true/>
<key>Text</key>
<string>No.</string>
</dict>
<dict>
<key>Asynchronously</key>
<false/>
<key>Count</key>
<integer>1</integer>
<key>IsActive</key>
<true/>
<key>IsDisclosed</key>
<true/>
<key>MacroActionType</key>
<string>ExecuteMacro</string>
<key>MacroUID</key>
<string>65AD2525-4ED0-4B01-80BA-CC9A233575BA</string>
<key>TimeOutAbortsMacro</key>
<true/>
</dict>
<dict>
<key>Action</key>
<string>ByPasting</string>
<key>IsActive</key>
<true/>
<key>IsDisclosed</key>
<true/>
<key>MacroActionType</key>
<string>InsertText</string>
<key>Paste</key>
<true/>
<key>Text</key>
<string>Okay. </string>
</dict>
</array>
<key>IsActive</key>
<true/>
<key>ModificationDate</key>
<real>445285589.613612</real>
<key>Name</key>
<string>next speaker says "no," then previous speaker says "Okay."</string>
<key>Triggers</key>
<array>
<dict>
<key>FireType</key>
<string>Pressed</string>
<key>KeyCode</key>
<integer>45</integer>
<key>MacroTriggerType</key>
<string>HotKey</string>
<key>Modifiers</key>
<integer>4864</integer>
</dict>
</array>
<key>UID</key>
<string>7629D7AE-4401-4327-A53D-B550F225C55A</string>
</dict>
</array>
<key>Name</key>
<string>*common brief responses</string>
<key>Targeting</key>
<dict>
<key>Targeting</key>
<string>Included</string>
<key>TargetingApps</key>
<array>
<dict>
<key>BundleIdentifier</key>
<string>com.microsoft.Word</string>
<key>Name</key>
<string>Microsoft Word</string>
<key>NewFile</key>
<string>/Applications/Microsoft Office 2011/Microsoft Word.app</string>
</dict>
<dict>
<key>BundleIdentifier</key>
<string>com.sublimetext.2</string>
<key>Name</key>
<string>Sublime Text 2</string>
</dict>
</array>
</dict>
<key>UID</key>
<string>09AF2403-7E73-4806-8327-5406330CEC52</string>
</dict>
<dict>
<key>Activate</key>
<string>Normal</string>
<key>IsActive</key>
<true/>
<key>Macros</key>
<array>
<dict>
<key>Actions</key>
<array>
<dict>
<key>Asynchronously</key>
<false/>
<key>Count</key>
<integer>1</integer>
<key>IsActive</key>
<true/>
<key>IsDisclosed</key>
<true/>
<key>MacroActionType</key>
<string>ExecuteMacro</string>
<key>MacroUID</key>
<string>D92BB47C-1817-4D84-8AB0-11C8732FFF54</string>
<key>TimeOutAbortsMacro</key>
<true/>
</dict>
</array>
<key>IsActive</key>
<true/>
<key>ModificationDate</key>
<real>438454365.99857903</real>
<key>Name</key>
<string>define n as a speaker</string>
<key>Triggers</key>
<array>
<dict>
<key>FireType</key>
<string>Pressed</string>
<key>KeyCode</key>
<integer>45</integer>
<key>MacroTriggerType</key>
<string>HotKey</string>
<key>Modifiers</key>
<integer>6144</integer>
</dict>
</array>
<key>UID</key>
<string>86C49E41-55BF-472F-A22E-FF5AD2E8820B</string>
</dict>
</array>
<key>Name</key>
<string>#vars define</string>
<key>Targeting</key>
<dict>
<key>Targeting</key>
<string>Included</string>
<key>TargetingApps</key>
<array>
<dict>
<key>BundleIdentifier</key>
<string>com.microsoft.Word</string>
<key>Name</key>
<string>Microsoft Word</string>
<key>NewFile</key>
<string>/Applications/Microsoft Office 2011/Microsoft Word.app</string>
</dict>
<dict>
<key>BundleIdentifier</key>
<string>com.sublimetext.2</string>
<key>Name</key>
<string>Sublime Text 2</string>
</dict>
</array>
</dict>
<key>UID</key>
<string>4B0084B6-881E-4308-BC47-173A105E3CE2</string>
</dict>
<dict>
<key>Activate</key>
<string>Normal</string>
<key>IsActive</key>
<false/>
<key>Macros</key>
<array>
<dict>
<key>Actions</key>
<array>
<dict>
<key>IsActive</key>
<true/>
<key>IsDisclosed</key>
<true/>
<key>MacroActionType</key>
<string>SelectMenuItem</string>
<key>Menu</key>
<array>
<string>Insert</string>
<string>Break</string>
<string>Page Break</string>
</array>
<key>TargetingType</key>
<string>Front</string>
</dict>
<dict>
<key>IsActive</key>
<true/>
<key>IsDisclosed</key>
<true/>
<key>KeyCode</key>
<integer>124</integer>
<key>MacroActionType</key>
<string>SimulateKeystroke</string>
<key>Modifiers</key>
<integer>768</integer>
<key>ReleaseAll</key>
<false/>
</dict>
<dict>
<key>AllWindows</key>
<true/>
<key>AlreadyActivatedActionType</key>
<string>Normal</string>
<key>Application</key>
<dict>
<key>BundleIdentifier</key>
<string>com.nchsoftware.expressscribe</string>
<key>Name</key>
<string>ExpressScribe</string>
<key>NewFile</key>
<string>/Applications/ExpressScribe.app</string>
</dict>
<key>IsActive</key>
<true/>
<key>IsDisclosed</key>
<true/>
<key>MacroActionType</key>
<string>ActivateApplication</string>
<key>ReopenWindows</key>
<false/>
<key>TimeOutAbortsMacro</key>
<true/>
</dict>
<dict>
<key>IsActive</key>
<true/>
<key>IsDisclosed</key>
<true/>
<key>MacroActionType</key>
<string>Pause</string>
<key>Time</key>
<string>.5</string>
<key>TimeOutAbortsMacro</key>
<true/>
</dict>
<dict>
<key>Conditions</key>
<dict>
<key>ConditionList</key>
<array>
<dict>
<key>Application</key>
<dict>
<key>BundleIdentifier</key>
<string>com.nchsoftware.expressscribe</string>
<key>Name</key>
<string>ExpressScribe</string>
<key>NewFile</key>
<string>/Applications/ExpressScribe.app</string>
</dict>
<key>ApplicationConditionType</key>
<string>Active</string>
<key>ConditionType</key>
<string>Application</string>
</dict>
</array>
<key>ConditionListMatch</key>
<string>All</string>
</dict>
<key>IsActive</key>
<true/>
<key>IsDisclosed</key>
<true/>
<key>MacroActionType</key>
<string>PauseUntil</string>
<key>TimeOutAbortsMacro</key>
<true/>
</dict>
<dict>
<key>IsActive</key>
<true/>
<key>IsDisclosed</key>
<true/>
<key>MacroActionType</key>
<string>Pause</string>
<key>Time</key>
<string>.5</string>
<key>TimeOutAbortsMacro</key>
<true/>
</dict>
<dict>
<key>IsActive</key>
<true/>
<key>IsDisclosed</key>
<true/>
<key>KeyCode</key>
<integer>36</integer>
<key>MacroActionType</key>
<string>SimulateKeystroke</string>
<key>Modifiers</key>
<integer>0</integer>
<key>ReleaseAll</key>
<false/>
</dict>
<dict>
<key>IsActive</key>
<true/>
<key>IsDisclosed</key>
<true/>
<key>KeyCode</key>
<integer>123</integer>
<key>MacroActionType</key>
<string>SimulateKeystroke</string>
<key>Modifiers</key>
<integer>0</integer>
<key>ReleaseAll</key>
<false/>
</dict>
<dict>
<key>IsActive</key>
<true/>
<key>IsDisclosed</key>
<true/>
<key>KeyCode</key>
<integer>124</integer>
<key>MacroActionType</key>
<string>SimulateKeystroke</string>
<key>Modifiers</key>
<integer>2560</integer>
<key>ReleaseAll</key>
<false/>
</dict>
<dict>
<key>IsActive</key>
<true/>
<key>IsDisclosed</key>
<true/>
<key>KeyCode</key>
<integer>8</integer>
<key>MacroActionType</key>
<string>SimulateKeystroke</string>
<key>Modifiers</key>
<integer>256</integer>
<key>ReleaseAll</key>
<false/>
</dict>
<dict>
<key>AllWindows</key>
<true/>
<key>AlreadyActivatedActionType</key>
<string>Normal</string>
<key>Application</key>
<dict>
<key>BundleIdentifier</key>
<string>com.microsoft.Word</string>
<key>Name</key>
<string>Microsoft Word</string>
<key>NewFile</key>
<string>/Applications/Microsoft Office 2011/Microsoft Word.app</string>
</dict>
<key>IsActive</key>
<true/>
<key>IsDisclosed</key>
<true/>
<key>MacroActionType</key>
<string>ActivateApplication</string>
<key>ReopenWindows</key>
<false/>
<key>TimeOutAbortsMacro</key>
<true/>
</dict>
<dict>
<key>IsActive</key>
<true/>
<key>IsDisclosed</key>
<true/>
<key>KeyCode</key>
<integer>48</integer>
<key>MacroActionType</key>
<string>SimulateKeystroke</string>
<key>Modifiers</key>
<integer>0</integer>
<key>ReleaseAll</key>
<false/>
</dict>
<dict>
<key>IsActive</key>
<true/>
<key>IsDisclosed</key>
<true/>
<key>KeyCode</key>
<integer>33</integer>
<key>MacroActionType</key>
<string>SimulateKeystroke</string>
<key>Modifiers</key>
<integer>0</integer>
<key>ReleaseAll</key>
<false/>
</dict>
<dict>
<key>IsActive</key>
<true/>
<key>IsDisclosed</key>
<true/>
<key>KeyCode</key>
<integer>9</integer>
<key>MacroActionType</key>
<string>SimulateKeystroke</string>
<key>Modifiers</key>
<integer>256</integer>
<key>ReleaseAll</key>
<false/>
</dict>
<dict>
<key>IsActive</key>
<true/>
<key>IsDisclosed</key>
<true/>
<key>KeyCode</key>
<integer>30</integer>
<key>MacroActionType</key>
<string>SimulateKeystroke</string>
<key>Modifiers</key>
<integer>0</integer>
<key>ReleaseAll</key>
<false/>
</dict>
</array>
<key>IsActive</key>
<true/>
<key>ModificationDate</key>
<real>445281453.022407</real>
<key>Name</key>
<string>page break, insert new filename</string>
<key>Triggers</key>
<array>
<dict>
<key>FireType</key>
<string>Pressed</string>
<key>KeyCode</key>
<integer>45</integer>
<key>MacroTriggerType</key>
<string>HotKey</string>
<key>Modifiers</key>
<integer>6912</integer>
</dict>
</array>
<key>UID</key>
<string>F3984DA6-515C-45F4-BA85-1EB483548260</string>
</dict>
</array>
<key>Name</key>
<string>#inactive</string>
<key>Targeting</key>
<dict>
<key>Targeting</key>
<string>Included</string>
<key>TargetingApps</key>
<array>
<dict>
<key>BundleIdentifier</key>
<string>com.microsoft.Word</string>
<key>Name</key>
<string>Microsoft Word</string>
<key>NewFile</key>
<string>/Applications/Microsoft Office 2011/Microsoft Word.app</string>
</dict>
</array>
</dict>
<key>UID</key>
<string>908223D9-6C23-440F-8187-F59532C6C454</string>
</dict>
<dict>
<key>Activate</key>
<string>Normal</string>
<key>IsActive</key>
<true/>
<key>Macros</key>
<array>
<dict>
<key>Actions</key>
<array>
<dict>
<key>IsActive</key>
<true/>
<key>IsDisclosed</key>
<true/>
<key>JustDisplay</key>
<false/>
<key>MacroActionType</key>
<string>SetClipboardToText</string>
<key>TargetNamedClipboardRedundantDisplayName</key>
<string>Default Clipboard</string>
<key>TargetNamedClipboardUID</key>
<string>D874D7B3-299A-4B9B-94CF-B75C93EDA395</string>
<key>TargetUseNamedClipboard</key>
<false/>
<key>Text</key>
<string>%Variable%nowSpeaker%</string>
</dict>
<dict>
<key>IsActive</key>
<true/>
<key>IsDisclosed</key>
<true/>
<key>MacroActionType</key>
<string>SetVariableToText</string>
<key>Text</key>
<string>%Variable%o%</string>
<key>Variable</key>
<string>nowSpeaker</string>
</dict>
<dict>
<key>IsActive</key>
<true/>
<key>IsDisclosed</key>
<true/>
<key>MacroActionType</key>
<string>SetVariableToText</string>
<key>Text</key>
<string>false</string>
<key>Variable</key>
<string>isVO</string>
</dict>
<dict>
<key>Asynchronously</key>
<false/>
<key>Count</key>
<integer>1</integer>
<key>IsActive</key>
<true/>
<key>IsDisclosed</key>
<true/>
<key>MacroActionType</key>
<string>ExecuteMacro</string>
<key>MacroUID</key>
<string>F19AF337-2E64-4333-87B2-A092D93EE46F</string>
<key>TimeOutAbortsMacro</key>
<true/>
</dict>
</array>
<key>IsActive</key>
<true/>
<key>ModificationDate</key>
<real>445282883.77237302</real>
<key>Name</key>
<string>put o in</string>
<key>Triggers</key>
<array>
<dict>
<key>FireType</key>
<string>Pressed</string>
<key>KeyCode</key>
<integer>31</integer>
<key>MacroTriggerType</key>
<string>HotKey</string>
<key>Modifiers</key>
<integer>256</integer>
</dict>
</array>
<key>UID</key>
<string>348AEBCB-9714-43D2-9323-19E493DD3C4B</string>
</dict>
</array>
<key>Name</key>
<string>#vars put</string>
<key>Targeting</key>
<dict>
<key>Targeting</key>
<string>Included</string>
<key>TargetingApps</key>
<array>
<dict>
<key>BundleIdentifier</key>
<string>com.microsoft.Word</string>
<key>Name</key>
<string>Microsoft Word</string>
<key>NewFile</key>
<string>/Applications/Microsoft Office 2011/Microsoft Word.app</string>
</dict>
</array>
</dict>
<key>UID</key>
<string>81CEABDC-6FE4-43E0-A156-2CAD9DC5FF59</string>
</dict>
<dict>
<key>Activate</key>
<string>Normal</string>
<key>IsActive</key>
<true/>
<key>Macros</key>
<array>
<dict>
<key>Actions</key>
<array>
<dict>
<key>Asynchronously</key>
<false/>
<key>Count</key>
<integer>1</integer>
<key>IsActive</key>
<true/>
<key>IsDisclosed</key>
<true/>
<key>MacroActionType</key>
<string>ExecuteMacro</string>
<key>MacroUID</key>
<string>65AD2525-4ED0-4B01-80BA-CC9A233575BA</string>
<key>TimeOutAbortsMacro</key>
<true/>
</dict>
<dict>
<key>Action</key>
<string>ByPasting</string>
<key>IsActive</key>
<true/>
<key>IsDisclosed</key>
<true/>
<key>MacroActionType</key>
<string>InsertText</string>
<key>Paste</key>
<true/>
<key>Text</key>
<string>Okay. </string>
</dict>
<dict>
<key>Asynchronously</key>
<false/>
<key>Count</key>
<integer>1</integer>
<key>IsActive</key>
<true/>
<key>IsDisclosed</key>
<true/>
<key>MacroActionType</key>
<string>ExecuteMacro</string>
<key>MacroUID</key>
<string>65AD2525-4ED0-4B01-80BA-CC9A233575BA</string>
<key>TimeOutAbortsMacro</key>
<true/>
</dict>
</array>
<key>IsActive</key>
<true/>
<key>ModificationDate</key>
<real>439229872.47902203</real>
<key>Name</key>
<string>next speaker says "okay," then back to previous speaker.</string>
<key>Triggers</key>
<array>
<dict>
<key>FireType</key>
<string>Pressed</string>
<key>KeyCode</key>
<integer>31</integer>
<key>MacroTriggerType</key>
<string>HotKey</string>
<key>Modifiers</key>
<integer>768</integer>
</dict>
</array>
<key>UID</key>
<string>F4A73998-F469-4170-9138-091E7794637C</string>
</dict>
</array>
<key>Name</key>
<string>*common brief responses</string>
<key>Targeting</key>
<dict>
<key>Targeting</key>
<string>Included</string>
<key>TargetingApps</key>
<array>
<dict>
<key>BundleIdentifier</key>
<string>com.microsoft.Word</string>
<key>Name</key>
<string>Microsoft Word</string>
<key>NewFile</key>
<string>/Applications/Microsoft Office 2011/Microsoft Word.app</string>
</dict>
<dict>
<key>BundleIdentifier</key>
<string>com.sublimetext.2</string>
<key>Name</key>
<string>Sublime Text 2</string>
</dict>
</array>
</dict>
<key>UID</key>
<string>09AF2403-7E73-4806-8327-5406330CEC52</string>
</dict>
<dict>
<key>Activate</key>
<string>Normal</string>
<key>IsActive</key>
<true/>
<key>Macros</key>
<array>
<dict>
<key>Actions</key>
<array>
<dict>
<key>Asynchronously</key>
<false/>
<key>Count</key>
<integer>1</integer>
<key>IsActive</key>
<true/>
<key>IsDisclosed</key>
<true/>
<key>MacroActionType</key>
<string>ExecuteMacro</string>
<key>MacroUID</key>
<string>D92BB47C-1817-4D84-8AB0-11C8732FFF54</string>
<key>TimeOutAbortsMacro</key>
<true/>
</dict>
</array>
<key>IsActive</key>
<true/>
<key>ModificationDate</key>
<real>438454367.82246602</real>
<key>Name</key>
<string>define o</string>
<key>Triggers</key>
<array>
<dict>
<key>FireType</key>
<string>Pressed</string>
<key>KeyCode</key>
<integer>31</integer>
<key>MacroTriggerType</key>
<string>HotKey</string>
<key>Modifiers</key>
<integer>2048</integer>
</dict>
</array>
<key>UID</key>
<string>D3762DB2-B4FC-41C1-89DE-983F280DD529</string>
</dict>
</array>
<key>Name</key>
<string>#vars define</string>
<key>Targeting</key>
<dict>
<key>Targeting</key>
<string>Included</string>
<key>TargetingApps</key>
<array>
<dict>
<key>BundleIdentifier</key>
<string>com.microsoft.Word</string>
<key>Name</key>
<string>Microsoft Word</string>
<key>NewFile</key>
<string>/Applications/Microsoft Office 2011/Microsoft Word.app</string>
</dict>
<dict>
<key>BundleIdentifier</key>
<string>com.sublimetext.2</string>
<key>Name</key>
<string>Sublime Text 2</string>
</dict>
</array>
</dict>
<key>UID</key>
<string>4B0084B6-881E-4308-BC47-173A105E3CE2</string>
</dict>
<dict>
<key>Activate</key>
<string>Normal</string>
<key>IsActive</key>
<true/>
<key>Macros</key>
<array>
<dict>
<key>Actions</key>
<array>
<dict>
<key>Asynchronously</key>
<false/>
<key>Count</key>
<integer>1</integer>
<key>IsActive</key>
<true/>
<key>IsDisclosed</key>
<true/>
<key>MacroActionType</key>
<string>ExecuteMacro</string>
<key>MacroUID</key>
<string>65AD2525-4ED0-4B01-80BA-CC9A233575BA</string>
<key>TimeOutAbortsMacro</key>
<true/>
</dict>
<dict>
<key>Action</key>
<string>ByPasting</string>
<key>IsActive</key>
<true/>
<key>IsDisclosed</key>
<true/>
<key>MacroActionType</key>
<string>InsertText</string>
<key>Paste</key>
<true/>
<key>Text</key>
<string>Okay. </string>
</dict>
</array>
<key>IsActive</key>
<true/>
<key>ModificationDate</key>
<real>445283889.21829098</real>
<key>Name</key>
<string>next speaker says "okay,"</string>
<key>Triggers</key>
<array>
<dict>
<key>FireType</key>
<string>Pressed</string>
<key>KeyCode</key>
<integer>31</integer>
<key>MacroTriggerType</key>
<string>HotKey</string>
<key>Modifiers</key>
<integer>4352</integer>
</dict>
</array>
<key>UID</key>
<string>BD348625-D8EC-445A-9497-C8C7804F3CC5</string>
</dict>
</array>
<key>Name</key>
<string>*common brief responses</string>
<key>Targeting</key>
<dict>
<key>Targeting</key>
<string>Included</string>
<key>TargetingApps</key>
<array>
<dict>
<key>BundleIdentifier</key>
<string>com.microsoft.Word</string>
<key>Name</key>
<string>Microsoft Word</string>
<key>NewFile</key>
<string>/Applications/Microsoft Office 2011/Microsoft Word.app</string>
</dict>
<dict>
<key>BundleIdentifier</key>
<string>com.sublimetext.2</string>
<key>Name</key>
<string>Sublime Text 2</string>
</dict>
</array>
</dict>
<key>UID</key>
<string>09AF2403-7E73-4806-8327-5406330CEC52</string>
</dict>
<dict>
<key>Activate</key>
<string>Normal</string>
<key>IsActive</key>
<false/>
<key>Macros</key>
<array>
<dict>
<key>Actions</key>
<array>
<dict>
<key>IsActive</key>
<true/>
<key>IsDisclosed</key>
<true/>
<key>MacroActionType</key>
<string>SetVariableToText</string>
<key>Text</key>
<string>%Variable%o%</string>
<key>Variable</key>
<string>nowSpeaker</string>
</dict>
<dict>
<key>Conditions</key>
<dict>
<key>ConditionList</key>
<array>
<dict>
<key>ConditionType</key>
<string>Variable</string>
<key>Variable</key>
<string>mode</string>
<key>VariableConditionType</key>
<string>Contains</string>
<key>VariableValue</key>
<string>final</string>
</dict>
</array>
<key>ConditionListMatch</key>
<string>All</string>
</dict>
<key>ElseActions</key>
<array>
<dict>
<key>Asynchronously</key>
<false/>
<key>Count</key>
<integer>1</integer>
<key>IsActive</key>
<true/>
<key>IsDisclosed</key>
<true/>
<key>MacroActionType</key>
<string>ExecuteMacro</string>
<key>MacroUID</key>
<string>65AD2525-4ED0-4B01-80BA-CC9A233575BA</string>
<key>TimeOutAbortsMacro</key>
<true/>
</dict>
<dict>
<key>Action</key>
<string>ByPasting</string>
<key>IsActive</key>
<true/>
<key>IsDisclosed</key>
<true/>
<key>MacroActionType</key>
<string>InsertText</string>
<key>Paste</key>
<true/>
<key>Text</key>
<string>Okay. </string>
</dict>
</array>
<key>IsActive</key>
<true/>
<key>IsDisclosed</key>
<true/>
<key>MacroActionType</key>
<string>IfThenElse</string>
<key>ThenActions</key>
<array>
<dict>
<key>IsActive</key>
<true/>
<key>IsDisclosed</key>
<true/>
<key>MacroActionType</key>
<string>SetVariableToText</string>
<key>Text</key>
<string>true</string>
<key>Variable</key>
<string>isVO</string>
</dict>
<dict>
<key>Asynchronously</key>
<false/>
<key>Count</key>
<integer>1</integer>
<key>IsActive</key>
<true/>
<key>IsDisclosed</key>
<true/>
<key>MacroActionType</key>
<string>ExecuteMacro</string>
<key>MacroUID</key>
<string>F19AF337-2E64-4333-87B2-A092D93EE46F</string>
<key>TimeOutAbortsMacro</key>
<true/>
</dict>
</array>
<key>TimeOutAbortsMacro</key>
<true/>
</dict>
</array>
<key>IsActive</key>
<true/>
<key>ModificationDate</key>
<real>439229917.80185199</real>
<key>Name</key>
<string>put o in with ctrl</string>
<key>Triggers</key>
<array>
<dict>
<key>FireType</key>
<string>Pressed</string>
<key>KeyCode</key>
<integer>31</integer>
<key>MacroTriggerType</key>
<string>HotKey</string>
<key>Modifiers</key>
<integer>4352</integer>
</dict>
</array>
<key>UID</key>
<string>6341DDD1-0304-4763-8F2C-14AB096106D8</string>
</dict>
</array>
<key>Name</key>
<string>#inactive</string>
<key>Targeting</key>
<dict>
<key>Targeting</key>
<string>Included</string>
<key>TargetingApps</key>
<array>
<dict>
<key>BundleIdentifier</key>
<string>com.microsoft.Word</string>
<key>Name</key>
<string>Microsoft Word</string>
<key>NewFile</key>
<string>/Applications/Microsoft Office 2011/Microsoft Word.app</string>
</dict>
</array>
</dict>
<key>UID</key>
<string>908223D9-6C23-440F-8187-F59532C6C454</string>
</dict>
<dict>
<key>Activate</key>
<string>Normal</string>
<key>IsActive</key>
<true/>
<key>Macros</key>
<array>
<dict>
<key>Actions</key>
<array>
<dict>
<key>Asynchronously</key>
<false/>
<key>Count</key>
<integer>1</integer>
<key>IsActive</key>
<true/>
<key>IsDisclosed</key>
<true/>
<key>MacroActionType</key>
<string>ExecuteMacro</string>
<key>MacroUID</key>
<string>D92BB47C-1817-4D84-8AB0-11C8732FFF54</string>
<key>TimeOutAbortsMacro</key>
<true/>
</dict>
</array>
<key>IsActive</key>
<true/>
<key>ModificationDate</key>
<real>438454369.66017002</real>
<key>Name</key>
<string>define o as a speaker</string>
<key>Triggers</key>
<array>
<dict>
<key>FireType</key>
<string>Pressed</string>
<key>KeyCode</key>
<integer>31</integer>
<key>MacroTriggerType</key>
<string>HotKey</string>
<key>Modifiers</key>
<integer>6144</integer>
</dict>
</array>
<key>UID</key>
<string>05E741D0-120C-4FA2-A183-95E37C709472</string>
</dict>
</array>
<key>Name</key>
<string>#vars define</string>
<key>Targeting</key>
<dict>
<key>Targeting</key>
<string>Included</string>
<key>TargetingApps</key>
<array>
<dict>
<key>BundleIdentifier</key>
<string>com.microsoft.Word</string>
<key>Name</key>
<string>Microsoft Word</string>
<key>NewFile</key>
<string>/Applications/Microsoft Office 2011/Microsoft Word.app</string>
</dict>
<dict>
<key>BundleIdentifier</key>
<string>com.sublimetext.2</string>
<key>Name</key>
<string>Sublime Text 2</string>
</dict>
</array>
</dict>
<key>UID</key>
<string>4B0084B6-881E-4308-BC47-173A105E3CE2</string>
</dict>
<dict>
<key>Activate</key>
<string>Normal</string>
<key>IsActive</key>
<true/>
<key>Macros</key>
<array>
<dict>
<key>Actions</key>
<array>
<dict>
<key>IsActive</key>
<true/>
<key>IsDisclosed</key>
<true/>
<key>JustDisplay</key>
<false/>
<key>MacroActionType</key>
<string>SetClipboardToText</string>
<key>TargetNamedClipboardRedundantDisplayName</key>
<string>Default Clipboard</string>
<key>TargetNamedClipboardUID</key>
<string>D874D7B3-299A-4B9B-94CF-B75C93EDA395</string>
<key>TargetUseNamedClipboard</key>
<false/>
<key>Text</key>
<string>%Variable%nowSpeaker%</string>
</dict>
<dict>
<key>IsActive</key>
<true/>
<key>IsDisclosed</key>
<true/>
<key>MacroActionType</key>
<string>SetVariableToText</string>
<key>Text</key>
<string>%Variable%p%</string>
<key>Variable</key>
<string>nowSpeaker</string>
</dict>
<dict>
<key>IsActive</key>
<true/>
<key>IsDisclosed</key>
<true/>
<key>MacroActionType</key>
<string>SetVariableToText</string>
<key>Text</key>
<string>false</string>
<key>Variable</key>
<string>isVO</string>
</dict>
<dict>
<key>Asynchronously</key>
<false/>
<key>Count</key>
<integer>1</integer>
<key>IsActive</key>
<true/>
<key>IsDisclosed</key>
<true/>
<key>MacroActionType</key>
<string>ExecuteMacro</string>
<key>MacroUID</key>
<string>F19AF337-2E64-4333-87B2-A092D93EE46F</string>
<key>TimeOutAbortsMacro</key>
<true/>
</dict>
</array>
<key>IsActive</key>
<true/>
<key>ModificationDate</key>
<real>445282889.09815502</real>
<key>Name</key>
<string>put p in</string>
<key>Triggers</key>
<array>
<dict>
<key>FireType</key>
<string>Pressed</string>
<key>KeyCode</key>
<integer>35</integer>
<key>MacroTriggerType</key>
<string>HotKey</string>
<key>Modifiers</key>
<integer>256</integer>
</dict>
</array>
<key>UID</key>
<string>1CDA25BD-9DB1-4D6B-9CCD-54A0DFAD63B9</string>
</dict>
</array>
<key>Name</key>
<string>#vars put</string>
<key>Targeting</key>
<dict>
<key>Targeting</key>
<string>Included</string>
<key>TargetingApps</key>
<array>
<dict>
<key>BundleIdentifier</key>
<string>com.microsoft.Word</string>
<key>Name</key>
<string>Microsoft Word</string>
<key>NewFile</key>
<string>/Applications/Microsoft Office 2011/Microsoft Word.app</string>
</dict>
</array>
</dict>
<key>UID</key>
<string>81CEABDC-6FE4-43E0-A156-2CAD9DC5FF59</string>
</dict>
<dict>
<key>Activate</key>
<string>Normal</string>
<key>IsActive</key>
<true/>
<key>Macros</key>
<array>
<dict>
<key>Actions</key>
<array>
<dict>
<key>Asynchronously</key>
<false/>
<key>Count</key>
<integer>1</integer>
<key>IsActive</key>
<true/>
<key>IsDisclosed</key>
<true/>
<key>MacroActionType</key>
<string>ExecuteMacro</string>
<key>MacroUID</key>
<string>D92BB47C-1817-4D84-8AB0-11C8732FFF54</string>
<key>TimeOutAbortsMacro</key>
<true/>
</dict>
</array>
<key>IsActive</key>
<true/>
<key>ModificationDate</key>
<real>438454371.49674499</real>
<key>Name</key>
<string>define p</string>
<key>Triggers</key>
<array>
<dict>
<key>FireType</key>
<string>Pressed</string>
<key>KeyCode</key>
<integer>35</integer>
<key>MacroTriggerType</key>
<string>HotKey</string>
<key>Modifiers</key>
<integer>2048</integer>
</dict>
</array>
<key>UID</key>
<string>BC22A9DE-25F6-42F0-9BAF-3F7DEAC3267E</string>
</dict>
</array>
<key>Name</key>
<string>#vars define</string>
<key>Targeting</key>
<dict>
<key>Targeting</key>
<string>Included</string>
<key>TargetingApps</key>
<array>
<dict>
<key>BundleIdentifier</key>
<string>com.microsoft.Word</string>
<key>Name</key>
<string>Microsoft Word</string>
<key>NewFile</key>
<string>/Applications/Microsoft Office 2011/Microsoft Word.app</string>
</dict>
<dict>
<key>BundleIdentifier</key>
<string>com.sublimetext.2</string>
<key>Name</key>
<string>Sublime Text 2</string>
</dict>
</array>
</dict>
<key>UID</key>
<string>4B0084B6-881E-4308-BC47-173A105E3CE2</string>
</dict>
<dict>
<key>Activate</key>
<string>Normal</string>
<key>IsActive</key>
<false/>
<key>Macros</key>
<array>
<dict>
<key>Actions</key>
<array>
<dict>
<key>IsActive</key>
<true/>
<key>IsDisclosed</key>
<true/>
<key>MacroActionType</key>
<string>SetVariableToText</string>
<key>Text</key>
<string>%Variable%p%</string>
<key>Variable</key>
<string>nowSpeaker</string>
</dict>
<dict>
<key>IsActive</key>
<true/>
<key>IsDisclosed</key>
<true/>
<key>MacroActionType</key>
<string>SetVariableToText</string>
<key>Text</key>
<string>true</string>
<key>Variable</key>
<string>isVO</string>
</dict>
<dict>
<key>Asynchronously</key>
<false/>
<key>Count</key>
<integer>1</integer>
<key>IsActive</key>
<true/>
<key>IsDisclosed</key>
<true/>
<key>MacroActionType</key>
<string>ExecuteMacro</string>
<key>MacroUID</key>
<string>F19AF337-2E64-4333-87B2-A092D93EE46F</string>
<key>TimeOutAbortsMacro</key>
<true/>
</dict>
</array>
<key>IsActive</key>
<true/>
<key>ModificationDate</key>
<real>437767171.41206503</real>
<key>Name</key>
<string>put p in with ctrl</string>
<key>Triggers</key>
<array>
<dict>
<key>FireType</key>
<string>Pressed</string>
<key>KeyCode</key>
<integer>35</integer>
<key>MacroTriggerType</key>
<string>HotKey</string>
<key>Modifiers</key>
<integer>4352</integer>
</dict>
</array>
<key>UID</key>
<string>6265714B-1969-41B4-AA77-23FA9819F483</string>
</dict>
</array>
<key>Name</key>
<string>#inactive</string>
<key>Targeting</key>
<dict>
<key>Targeting</key>
<string>Included</string>
<key>TargetingApps</key>
<array>
<dict>
<key>BundleIdentifier</key>
<string>com.microsoft.Word</string>
<key>Name</key>
<string>Microsoft Word</string>
<key>NewFile</key>
<string>/Applications/Microsoft Office 2011/Microsoft Word.app</string>
</dict>
</array>
</dict>
<key>UID</key>
<string>908223D9-6C23-440F-8187-F59532C6C454</string>
</dict>
<dict>
<key>Activate</key>
<string>Normal</string>
<key>IsActive</key>
<true/>
<key>Macros</key>
<array>
<dict>
<key>Actions</key>
<array>
<dict>
<key>Asynchronously</key>
<false/>
<key>Count</key>
<integer>1</integer>
<key>IsActive</key>
<true/>
<key>IsDisclosed</key>
<true/>
<key>MacroActionType</key>
<string>ExecuteMacro</string>
<key>MacroUID</key>
<string>D92BB47C-1817-4D84-8AB0-11C8732FFF54</string>
<key>TimeOutAbortsMacro</key>
<true/>
</dict>
</array>
<key>IsActive</key>
<true/>
<key>ModificationDate</key>
<real>438454373.303339</real>
<key>Name</key>
<string>define p as a speaker</string>
<key>Triggers</key>
<array>
<dict>
<key>FireType</key>
<string>Pressed</string>
<key>KeyCode</key>
<integer>35</integer>
<key>MacroTriggerType</key>
<string>HotKey</string>
<key>Modifiers</key>
<integer>6144</integer>
</dict>
</array>
<key>UID</key>
<string>3575D098-8A37-44B2-B2C7-D2264B8BF9EE</string>
</dict>
</array>
<key>Name</key>
<string>#vars define</string>
<key>Targeting</key>
<dict>
<key>Targeting</key>
<string>Included</string>
<key>TargetingApps</key>
<array>
<dict>
<key>BundleIdentifier</key>
<string>com.microsoft.Word</string>
<key>Name</key>
<string>Microsoft Word</string>
<key>NewFile</key>
<string>/Applications/Microsoft Office 2011/Microsoft Word.app</string>
</dict>
<dict>
<key>BundleIdentifier</key>
<string>com.sublimetext.2</string>
<key>Name</key>
<string>Sublime Text 2</string>
</dict>
</array>
</dict>
<key>UID</key>
<string>4B0084B6-881E-4308-BC47-173A105E3CE2</string>
</dict>
<dict>
<key>Activate</key>
<string>Normal</string>
<key>IsActive</key>
<true/>
<key>Macros</key>
<array>
<dict>
<key>Actions</key>
<array>
<dict>
<key>Asynchronously</key>
<false/>
<key>Count</key>
<integer>1</integer>
<key>IsActive</key>
<true/>
<key>IsDisclosed</key>
<true/>
<key>MacroActionType</key>
<string>ExecuteMacro</string>
<key>MacroUID</key>
<string>D92BB47C-1817-4D84-8AB0-11C8732FFF54</string>
<key>TimeOutAbortsMacro</key>
<true/>
</dict>
</array>
<key>IsActive</key>
<true/>
<key>ModificationDate</key>
<real>438454375.10841203</real>
<key>Name</key>
<string>define q as a speaker</string>
<key>Triggers</key>
<array>
<dict>
<key>FireType</key>
<string>Pressed</string>
<key>KeyCode</key>
<integer>12</integer>
<key>MacroTriggerType</key>
<string>HotKey</string>
<key>Modifiers</key>
<integer>2048</integer>
</dict>
</array>
<key>UID</key>
<string>88815165-662D-4102-AA18-D8F673056A84</string>
</dict>
</array>
<key>Name</key>
<string>#vars define</string>
<key>Targeting</key>
<dict>
<key>Targeting</key>
<string>Included</string>
<key>TargetingApps</key>
<array>
<dict>
<key>BundleIdentifier</key>
<string>com.microsoft.Word</string>
<key>Name</key>
<string>Microsoft Word</string>
<key>NewFile</key>
<string>/Applications/Microsoft Office 2011/Microsoft Word.app</string>
</dict>
<dict>
<key>BundleIdentifier</key>
<string>com.sublimetext.2</string>
<key>Name</key>
<string>Sublime Text 2</string>
</dict>
</array>
</dict>
<key>UID</key>
<string>4B0084B6-881E-4308-BC47-173A105E3CE2</string>
</dict>
<dict>
<key>Activate</key>
<string>Normal</string>
<key>IsActive</key>
<true/>
<key>Macros</key>
<array>
<dict>
<key>Actions</key>
<array>
<dict>
<key>IsActive</key>
<true/>
<key>IsDisclosed</key>
<true/>
<key>JustDisplay</key>
<false/>
<key>MacroActionType</key>
<string>SetClipboardToText</string>
<key>TargetNamedClipboardRedundantDisplayName</key>
<string>Default Clipboard</string>
<key>TargetNamedClipboardUID</key>
<string>D874D7B3-299A-4B9B-94CF-B75C93EDA395</string>
<key>TargetUseNamedClipboard</key>
<false/>
<key>Text</key>
<string>%Variable%nowSpeaker%</string>
</dict>
<dict>
<key>IsActive</key>
<true/>
<key>IsDisclosed</key>
<true/>
<key>MacroActionType</key>
<string>SetVariableToText</string>
<key>Text</key>
<string>%Variable%r%</string>
<key>Variable</key>
<string>nowSpeaker</string>
</dict>
<dict>
<key>IsActive</key>
<true/>
<key>IsDisclosed</key>
<true/>
<key>MacroActionType</key>
<string>SetVariableToText</string>
<key>Text</key>
<string>false</string>
<key>Variable</key>
<string>isVO</string>
</dict>
<dict>
<key>Asynchronously</key>
<false/>
<key>Count</key>
<integer>1</integer>
<key>IsActive</key>
<true/>
<key>IsDisclosed</key>
<true/>
<key>MacroActionType</key>
<string>ExecuteMacro</string>
<key>MacroUID</key>
<string>F19AF337-2E64-4333-87B2-A092D93EE46F</string>
<key>TimeOutAbortsMacro</key>
<true/>
</dict>
</array>
<key>IsActive</key>
<true/>
<key>ModificationDate</key>
<real>445282906.20350599</real>
<key>Name</key>
<string>put r in</string>
<key>Triggers</key>
<array>
<dict>
<key>FireType</key>
<string>Pressed</string>
<key>KeyCode</key>
<integer>15</integer>
<key>MacroTriggerType</key>
<string>HotKey</string>
<key>Modifiers</key>
<integer>256</integer>
</dict>
</array>
<key>UID</key>
<string>D1DC08F4-F5FB-4D40-B4FA-D9C959873945</string>
</dict>
</array>
<key>Name</key>
<string>#vars put</string>
<key>Targeting</key>
<dict>
<key>Targeting</key>
<string>Included</string>
<key>TargetingApps</key>
<array>
<dict>
<key>BundleIdentifier</key>
<string>com.microsoft.Word</string>
<key>Name</key>
<string>Microsoft Word</string>
<key>NewFile</key>
<string>/Applications/Microsoft Office 2011/Microsoft Word.app</string>
</dict>
</array>
</dict>
<key>UID</key>
<string>81CEABDC-6FE4-43E0-A156-2CAD9DC5FF59</string>
</dict>
<dict>
<key>Activate</key>
<string>Normal</string>
<key>IsActive</key>
<true/>
<key>Macros</key>
<array>
<dict>
<key>Actions</key>
<array>
<dict>
<key>Asynchronously</key>
<false/>
<key>Count</key>
<integer>1</integer>
<key>IsActive</key>
<true/>
<key>IsDisclosed</key>
<true/>
<key>MacroActionType</key>
<string>ExecuteMacro</string>
<key>MacroUID</key>
<string>65AD2525-4ED0-4B01-80BA-CC9A233575BA</string>
<key>TimeOutAbortsMacro</key>
<true/>
</dict>
<dict>
<key>Action</key>
<string>ByPasting</string>
<key>IsActive</key>
<true/>
<key>IsDisclosed</key>
<true/>
<key>MacroActionType</key>
<string>InsertText</string>
<key>Paste</key>
<true/>
<key>Text</key>
<string>Right.</string>
</dict>
<dict>
<key>Asynchronously</key>
<false/>
<key>Count</key>
<integer>1</integer>
<key>IsActive</key>
<true/>
<key>IsDisclosed</key>
<true/>
<key>MacroActionType</key>
<string>ExecuteMacro</string>
<key>MacroUID</key>
<string>65AD2525-4ED0-4B01-80BA-CC9A233575BA</string>
<key>TimeOutAbortsMacro</key>
<true/>
</dict>
</array>
<key>IsActive</key>
<true/>
<key>ModificationDate</key>
<real>439230098.00127399</real>
<key>Name</key>
<string>next speaker says "right," then back to previous speaker.</string>
<key>Triggers</key>
<array>
<dict>
<key>FireType</key>
<string>Pressed</string>
<key>KeyCode</key>
<integer>15</integer>
<key>MacroTriggerType</key>
<string>HotKey</string>
<key>Modifiers</key>
<integer>768</integer>
</dict>
</array>
<key>UID</key>
<string>C79CA341-9519-4878-9E95-221CD59F9F03</string>
</dict>
</array>
<key>Name</key>
<string>*common brief responses</string>
<key>Targeting</key>
<dict>
<key>Targeting</key>
<string>Included</string>
<key>TargetingApps</key>
<array>
<dict>
<key>BundleIdentifier</key>
<string>com.microsoft.Word</string>
<key>Name</key>
<string>Microsoft Word</string>
<key>NewFile</key>
<string>/Applications/Microsoft Office 2011/Microsoft Word.app</string>
</dict>
<dict>
<key>BundleIdentifier</key>
<string>com.sublimetext.2</string>
<key>Name</key>
<string>Sublime Text 2</string>
</dict>
</array>
</dict>
<key>UID</key>
<string>09AF2403-7E73-4806-8327-5406330CEC52</string>
</dict>
<dict>
<key>Activate</key>
<string>Normal</string>
<key>IsActive</key>
<true/>
<key>Macros</key>
<array>
<dict>
<key>Actions</key>
<array>
<dict>
<key>Asynchronously</key>
<false/>
<key>Count</key>
<integer>1</integer>
<key>IsActive</key>
<true/>
<key>IsDisclosed</key>
<true/>
<key>MacroActionType</key>
<string>ExecuteMacro</string>
<key>MacroUID</key>
<string>D92BB47C-1817-4D84-8AB0-11C8732FFF54</string>
<key>TimeOutAbortsMacro</key>
<true/>
</dict>
</array>
<key>IsActive</key>
<true/>
<key>ModificationDate</key>
<real>438454376.995188</real>
<key>Name</key>
<string>define r</string>
<key>Triggers</key>
<array>
<dict>
<key>FireType</key>
<string>Pressed</string>
<key>KeyCode</key>
<integer>15</integer>
<key>MacroTriggerType</key>
<string>HotKey</string>
<key>Modifiers</key>
<integer>2048</integer>
</dict>
</array>
<key>UID</key>
<string>E17664C9-4D79-447E-ADC8-8B032DE303F5</string>
</dict>
</array>
<key>Name</key>
<string>#vars define</string>
<key>Targeting</key>
<dict>
<key>Targeting</key>
<string>Included</string>
<key>TargetingApps</key>
<array>
<dict>
<key>BundleIdentifier</key>
<string>com.microsoft.Word</string>
<key>Name</key>
<string>Microsoft Word</string>
<key>NewFile</key>
<string>/Applications/Microsoft Office 2011/Microsoft Word.app</string>
</dict>
<dict>
<key>BundleIdentifier</key>
<string>com.sublimetext.2</string>
<key>Name</key>
<string>Sublime Text 2</string>
</dict>
</array>
</dict>
<key>UID</key>
<string>4B0084B6-881E-4308-BC47-173A105E3CE2</string>
</dict>
<dict>
<key>Activate</key>
<string>Normal</string>
<key>IsActive</key>
<true/>
<key>Macros</key>
<array>
<dict>
<key>Actions</key>
<array>
<dict>
<key>Asynchronously</key>
<false/>
<key>Count</key>
<integer>1</integer>
<key>IsActive</key>
<true/>
<key>IsDisclosed</key>
<true/>
<key>MacroActionType</key>
<string>ExecuteMacro</string>
<key>MacroUID</key>
<string>65AD2525-4ED0-4B01-80BA-CC9A233575BA</string>
<key>TimeOutAbortsMacro</key>
<true/>
</dict>
<dict>
<key>Action</key>
<string>ByPasting</string>
<key>IsActive</key>
<true/>
<key>IsDisclosed</key>
<true/>
<key>MacroActionType</key>
<string>InsertText</string>
<key>Paste</key>
<true/>
<key>Text</key>
<string>Right. </string>
</dict>
</array>
<key>IsActive</key>
<true/>
<key>ModificationDate</key>
<real>445290610.813977</real>
<key>Name</key>
<string>next speaker says "right,"</string>
<key>Triggers</key>
<array>
<dict>
<key>FireType</key>
<string>Pressed</string>
<key>KeyCode</key>
<integer>15</integer>
<key>MacroTriggerType</key>
<string>HotKey</string>
<key>Modifiers</key>
<integer>4352</integer>
</dict>
</array>
<key>UID</key>
<string>D3C2F702-E8B5-4343-9EFE-EBA5192BED2B</string>
</dict>
</array>
<key>Name</key>
<string>*common brief responses</string>
<key>Targeting</key>
<dict>
<key>Targeting</key>
<string>Included</string>
<key>TargetingApps</key>
<array>
<dict>
<key>BundleIdentifier</key>
<string>com.microsoft.Word</string>
<key>Name</key>
<string>Microsoft Word</string>
<key>NewFile</key>
<string>/Applications/Microsoft Office 2011/Microsoft Word.app</string>
</dict>
<dict>
<key>BundleIdentifier</key>
<string>com.sublimetext.2</string>
<key>Name</key>
<string>Sublime Text 2</string>
</dict>
</array>
</dict>
<key>UID</key>
<string>09AF2403-7E73-4806-8327-5406330CEC52</string>
</dict>
<dict>
<key>Activate</key>
<string>Normal</string>
<key>IsActive</key>
<false/>
<key>Macros</key>
<array>
<dict>
<key>Actions</key>
<array>
<dict>
<key>IsActive</key>
<true/>
<key>IsDisclosed</key>
<true/>
<key>MacroActionType</key>
<string>SetVariableToText</string>
<key>Text</key>
<string>%Variable%r%</string>
<key>Variable</key>
<string>nowSpeaker</string>
</dict>
<dict>
<key>Conditions</key>
<dict>
<key>ConditionList</key>
<array>
<dict>
<key>ConditionType</key>
<string>Variable</string>
<key>Variable</key>
<string>mode</string>
<key>VariableConditionType</key>
<string>Contains</string>
<key>VariableValue</key>
<string>final</string>
</dict>
</array>
<key>ConditionListMatch</key>
<string>All</string>
</dict>
<key>ElseActions</key>
<array>
<dict>
<key>Asynchronously</key>
<false/>
<key>Count</key>
<integer>1</integer>
<key>IsActive</key>
<true/>
<key>IsDisclosed</key>
<true/>
<key>MacroActionType</key>
<string>ExecuteMacro</string>
<key>MacroUID</key>
<string>65AD2525-4ED0-4B01-80BA-CC9A233575BA</string>
<key>TimeOutAbortsMacro</key>
<true/>
</dict>
<dict>
<key>Action</key>
<string>ByPasting</string>
<key>IsActive</key>
<true/>
<key>IsDisclosed</key>
<true/>
<key>MacroActionType</key>
<string>InsertText</string>
<key>Paste</key>
<true/>
<key>Text</key>
<string>Right. </string>
</dict>
</array>
<key>IsActive</key>
<true/>
<key>IsDisclosed</key>
<true/>
<key>MacroActionType</key>
<string>IfThenElse</string>
<key>ThenActions</key>
<array>
<dict>
<key>IsActive</key>
<true/>
<key>IsDisclosed</key>
<true/>
<key>MacroActionType</key>
<string>SetVariableToText</string>
<key>Text</key>
<string>true</string>
<key>Variable</key>
<string>isVO</string>
</dict>
<dict>
<key>Asynchronously</key>
<false/>
<key>Count</key>
<integer>1</integer>
<key>IsActive</key>
<true/>
<key>IsDisclosed</key>
<true/>
<key>MacroActionType</key>
<string>ExecuteMacro</string>
<key>MacroUID</key>
<string>F19AF337-2E64-4333-87B2-A092D93EE46F</string>
<key>TimeOutAbortsMacro</key>
<true/>
</dict>
</array>
<key>TimeOutAbortsMacro</key>
<true/>
</dict>
</array>
<key>IsActive</key>
<true/>
<key>ModificationDate</key>
<real>439230126.25056702</real>
<key>Name</key>
<string>put r in with ctrl</string>
<key>Triggers</key>
<array>
<dict>
<key>FireType</key>
<string>Pressed</string>
<key>KeyCode</key>
<integer>15</integer>
<key>MacroTriggerType</key>
<string>HotKey</string>
<key>Modifiers</key>
<integer>4352</integer>
</dict>
</array>
<key>UID</key>
<string>F2996355-7320-4EB0-9E30-A795DA3DB559</string>
</dict>
</array>
<key>Name</key>
<string>#inactive</string>
<key>Targeting</key>
<dict>
<key>Targeting</key>
<string>Included</string>
<key>TargetingApps</key>
<array>
<dict>
<key>BundleIdentifier</key>
<string>com.microsoft.Word</string>
<key>Name</key>
<string>Microsoft Word</string>
<key>NewFile</key>
<string>/Applications/Microsoft Office 2011/Microsoft Word.app</string>
</dict>
</array>
</dict>
<key>UID</key>
<string>908223D9-6C23-440F-8187-F59532C6C454</string>
</dict>
<dict>
<key>Activate</key>
<string>Normal</string>
<key>IsActive</key>
<true/>
<key>Macros</key>
<array>
<dict>
<key>Actions</key>
<array>
<dict>
<key>Asynchronously</key>
<false/>
<key>Count</key>
<integer>1</integer>
<key>IsActive</key>
<true/>
<key>IsDisclosed</key>
<true/>
<key>MacroActionType</key>
<string>ExecuteMacro</string>
<key>MacroUID</key>
<string>65AD2525-4ED0-4B01-80BA-CC9A233575BA</string>
<key>TimeOutAbortsMacro</key>
<true/>
</dict>
<dict>
<key>Action</key>
<string>ByPasting</string>
<key>IsActive</key>
<true/>
<key>IsDisclosed</key>
<true/>
<key>MacroActionType</key>
<string>InsertText</string>
<key>Paste</key>
<true/>
<key>Text</key>
<string>Right.</string>
</dict>
<dict>
<key>Asynchronously</key>
<false/>
<key>Count</key>
<integer>1</integer>
<key>IsActive</key>
<true/>
<key>IsDisclosed</key>
<true/>
<key>MacroActionType</key>
<string>ExecuteMacro</string>
<key>MacroUID</key>
<string>65AD2525-4ED0-4B01-80BA-CC9A233575BA</string>
<key>TimeOutAbortsMacro</key>
<true/>
</dict>
<dict>
<key>Action</key>
<string>ByPasting</string>
<key>IsActive</key>
<true/>
<key>IsDisclosed</key>
<true/>
<key>MacroActionType</key>
<string>InsertText</string>
<key>Paste</key>
<true/>
<key>Text</key>
<string>Okay. </string>
</dict>
</array>
<key>IsActive</key>
<true/>
<key>ModificationDate</key>
<real>445285579.74166399</real>
<key>Name</key>
<string>next speaker says "right," then previous speaker says "Okay."</string>
<key>Triggers</key>
<array>
<dict>
<key>FireType</key>
<string>Pressed</string>
<key>KeyCode</key>
<integer>15</integer>
<key>MacroTriggerType</key>
<string>HotKey</string>
<key>Modifiers</key>
<integer>4864</integer>
</dict>
</array>
<key>UID</key>
<string>D892B3E1-9D62-4316-8375-B5293C868FBC</string>
</dict>
</array>
<key>Name</key>
<string>*common brief responses</string>
<key>Targeting</key>
<dict>
<key>Targeting</key>
<string>Included</string>
<key>TargetingApps</key>
<array>
<dict>
<key>BundleIdentifier</key>
<string>com.microsoft.Word</string>
<key>Name</key>
<string>Microsoft Word</string>
<key>NewFile</key>
<string>/Applications/Microsoft Office 2011/Microsoft Word.app</string>
</dict>
<dict>
<key>BundleIdentifier</key>
<string>com.sublimetext.2</string>
<key>Name</key>
<string>Sublime Text 2</string>
</dict>
</array>
</dict>
<key>UID</key>
<string>09AF2403-7E73-4806-8327-5406330CEC52</string>
</dict>
<dict>
<key>Activate</key>
<string>Normal</string>
<key>IsActive</key>
<true/>
<key>Macros</key>
<array>
<dict>
<key>Actions</key>
<array>
<dict>
<key>Asynchronously</key>
<false/>
<key>Count</key>
<integer>1</integer>
<key>IsActive</key>
<true/>
<key>IsDisclosed</key>
<true/>
<key>MacroActionType</key>
<string>ExecuteMacro</string>
<key>MacroUID</key>
<string>D92BB47C-1817-4D84-8AB0-11C8732FFF54</string>
<key>TimeOutAbortsMacro</key>
<true/>
</dict>
</array>
<key>IsActive</key>
<true/>
<key>ModificationDate</key>
<real>438454378.84991699</real>
<key>Name</key>
<string>define r as a speaker</string>
<key>Triggers</key>
<array>
<dict>
<key>FireType</key>
<string>Pressed</string>
<key>KeyCode</key>
<integer>15</integer>
<key>MacroTriggerType</key>
<string>HotKey</string>
<key>Modifiers</key>
<integer>6144</integer>
</dict>
</array>
<key>UID</key>
<string>8559C379-0F61-43ED-9485-54F98F990E8E</string>
</dict>
</array>
<key>Name</key>
<string>#vars define</string>
<key>Targeting</key>
<dict>
<key>Targeting</key>
<string>Included</string>
<key>TargetingApps</key>
<array>
<dict>
<key>BundleIdentifier</key>
<string>com.microsoft.Word</string>
<key>Name</key>
<string>Microsoft Word</string>
<key>NewFile</key>
<string>/Applications/Microsoft Office 2011/Microsoft Word.app</string>
</dict>
<dict>
<key>BundleIdentifier</key>
<string>com.sublimetext.2</string>
<key>Name</key>
<string>Sublime Text 2</string>
</dict>
</array>
</dict>
<key>UID</key>
<string>4B0084B6-881E-4308-BC47-173A105E3CE2</string>
</dict>
<dict>
<key>Activate</key>
<string>Normal</string>
<key>IsActive</key>
<true/>
<key>Macros</key>
<array>
<dict>
<key>Actions</key>
<array>
<dict>
<key>IsActive</key>
<true/>
<key>IsDisclosed</key>
<true/>
<key>KeyCode</key>
<integer>126</integer>
<key>MacroActionType</key>
<string>SimulateKeystroke</string>
<key>Modifiers</key>
<integer>2560</integer>
<key>ReleaseAll</key>
<false/>
</dict>
<dict>
<key>IsActive</key>
<true/>
<key>IsDisclosed</key>
<true/>
<key>KeyCode</key>
<integer>8</integer>
<key>MacroActionType</key>
<string>SimulateKeystroke</string>
<key>Modifiers</key>
<integer>256</integer>
<key>ReleaseAll</key>
<false/>
</dict>
<dict>
<key>IsActive</key>
<true/>
<key>IsDisclosed</key>
<true/>
<key>MacroActionType</key>
<string>SetVariableToText</string>
<key>Text</key>
<string>%CurrentClipboard%</string>
<key>Variable</key>
<string>spaceyTimecode</string>
</dict>
<dict>
<key>Action</key>
<string>IgnoreCaseString</string>
<key>IsActive</key>
<true/>
<key>IsDisclosed</key>
<true/>
<key>MacroActionType</key>
<string>SearchReplaceVariable</string>
<key>Replace</key>
<string></string>
<key>Search</key>
<string> </string>
<key>Variable</key>
<string>spaceyTimecode</string>
</dict>
<dict>
<key>Action</key>
<string>ByPasting</string>
<key>IsActive</key>
<true/>
<key>IsDisclosed</key>
<true/>
<key>MacroActionType</key>
<string>InsertText</string>
<key>Paste</key>
<true/>
<key>Text</key>
<string>%Variable%spaceyTimecode%</string>
</dict>
</array>
<key>IsActive</key>
<true/>
<key>ModificationDate</key>
<real>433347272.38524002</real>
<key>Name</key>
<string>remove spaces from timecode</string>
<key>Triggers</key>
<array>
<dict>
<key>FireType</key>
<string>Pressed</string>
<key>KeyCode</key>
<integer>1</integer>
<key>MacroTriggerType</key>
<string>HotKey</string>
<key>Modifiers</key>
<integer>4352</integer>
</dict>
</array>
<key>UID</key>
<string>F402DECB-41DD-49E6-9302-62DFB7427149</string>
</dict>
</array>
<key>Name</key>
<string>*transcribing</string>
<key>Targeting</key>
<dict>
<key>Targeting</key>
<string>Included</string>
<key>TargetingApps</key>
<array>
<dict>
<key>BundleIdentifier</key>
<string>com.microsoft.Word</string>
<key>Name</key>
<string>Microsoft Word</string>
<key>NewFile</key>
<string>/Applications/Microsoft Office 2011/Microsoft Word.app</string>
</dict>
</array>
</dict>
<key>UID</key>
<string>AB1382ED-B5FD-4117-8EAA-54BE352F9562</string>
</dict>
<dict>
<key>Activate</key>
<string>Normal</string>
<key>IsActive</key>
<true/>
<key>Macros</key>
<array>
<dict>
<key>Actions</key>
<array>
<dict>
<key>Conditions</key>
<dict>
<key>ConditionList</key>
<array>
<dict>
<key>ConditionType</key>
<string>Variable</string>
<key>Variable</key>
<string>spaceAfter</string>
<key>VariableConditionType</key>
<string>Is</string>
<key>VariableValue</key>
<string> </string>
</dict>
</array>
<key>ConditionListMatch</key>
<string>All</string>
</dict>
<key>ElseActions</key>
<array>
<dict>
<key>IsActive</key>
<true/>
<key>IsDisclosed</key>
<true/>
<key>MacroActionType</key>
<string>SetVariableToText</string>
<key>Text</key>
<string> </string>
<key>Variable</key>
<string>spaceAfter</string>
</dict>
</array>
<key>IsActive</key>
<true/>
<key>IsDisclosed</key>
<true/>
<key>MacroActionType</key>
<string>IfThenElse</string>
<key>ThenActions</key>
<array>
<dict>
<key>IsActive</key>
<true/>
<key>IsDisclosed</key>
<true/>
<key>MacroActionType</key>
<string>SetVariableToText</string>
<key>Text</key>
<string> </string>
<key>Variable</key>
<string>spaceAfter</string>
</dict>
</array>
<key>TimeOutAbortsMacro</key>
<true/>
</dict>
<dict>
<key>Conditions</key>
<dict>
<key>ConditionList</key>
<array>
<dict>
<key>ConditionType</key>
<string>Variable</string>
<key>Variable</key>
<string>spaceAfter</string>
<key>VariableConditionType</key>
<string>Is</string>
<key>VariableValue</key>
<string> </string>
</dict>
</array>
<key>ConditionListMatch</key>
<string>All</string>
</dict>
<key>ElseActions</key>
<array>
<dict>
<key>IsActive</key>
<true/>
<key>IsDisclosed</key>
<true/>
<key>MacroActionType</key>
<string>SetVariableToText</string>
<key>Text</key>
<string>two spaces</string>
<key>Variable</key>
<string>spaceAfterName</string>
</dict>
</array>
<key>IsActive</key>
<true/>
<key>IsDisclosed</key>
<true/>
<key>MacroActionType</key>
<string>IfThenElse</string>
<key>ThenActions</key>
<array>
<dict>
<key>IsActive</key>
<true/>
<key>IsDisclosed</key>
<true/>
<key>MacroActionType</key>
<string>SetVariableToText</string>
<key>Text</key>
<string>a tab</string>
<key>Variable</key>
<string>spaceAfterName</string>
</dict>
</array>
<key>TimeOutAbortsMacro</key>
<true/>
</dict>
<dict>
<key>IsActive</key>
<true/>
<key>IsDisclosed</key>
<true/>
<key>MacroActionType</key>
<string>Growl</string>
<key>Text</key>
<string>The space after a speaker ID is now %Variable%spaceAfterName%.</string>
<key>Title</key>
<string>After Speaker ID</string>
</dict>
</array>
<key>IsActive</key>
<true/>
<key>ModificationDate</key>
<real>430694594.08090001</real>
<key>Name</key>
<string>spacing after speaker ID</string>
<key>Triggers</key>
<array>
<dict>
<key>FireType</key>
<string>Pressed</string>
<key>KeyCode</key>
<integer>1</integer>
<key>MacroTriggerType</key>
<string>HotKey</string>
<key>Modifiers</key>
<integer>6912</integer>
</dict>
</array>
<key>UID</key>
<string>A15D1DD1-C93D-494D-8E37-907541F1D317</string>
</dict>
</array>
<key>Name</key>
<string>*transcribing</string>
<key>Targeting</key>
<dict>
<key>Targeting</key>
<string>Included</string>
<key>TargetingApps</key>
<array>
<dict>
<key>BundleIdentifier</key>
<string>com.microsoft.Word</string>
<key>Name</key>
<string>Microsoft Word</string>
<key>NewFile</key>
<string>/Applications/Microsoft Office 2011/Microsoft Word.app</string>
</dict>
</array>
</dict>
<key>UID</key>
<string>AB1382ED-B5FD-4117-8EAA-54BE352F9562</string>
</dict>
<dict>
<key>Activate</key>
<string>Normal</string>
<key>IsActive</key>
<true/>
<key>Macros</key>
<array>
<dict>
<key>Actions</key>
<array>
<dict>
<key>IsActive</key>
<true/>
<key>IsDisclosed</key>
<true/>
<key>JustDisplay</key>
<false/>
<key>MacroActionType</key>
<string>SetClipboardToText</string>
<key>TargetNamedClipboardRedundantDisplayName</key>
<string>Default Clipboard</string>
<key>TargetNamedClipboardUID</key>
<string>D874D7B3-299A-4B9B-94CF-B75C93EDA395</string>
<key>TargetUseNamedClipboard</key>
<false/>
<key>Text</key>
<string>%Variable%nowSpeaker%</string>
</dict>
<dict>
<key>IsActive</key>
<true/>
<key>IsDisclosed</key>
<true/>
<key>MacroActionType</key>
<string>SetVariableToText</string>
<key>Text</key>
<string>%Variable%t%</string>
<key>Variable</key>
<string>nowSpeaker</string>
</dict>
<dict>
<key>IsActive</key>
<true/>
<key>IsDisclosed</key>
<true/>
<key>MacroActionType</key>
<string>SetVariableToText</string>
<key>Text</key>
<string>false</string>
<key>Variable</key>
<string>isVO</string>
</dict>
<dict>
<key>Asynchronously</key>
<false/>
<key>Count</key>
<integer>1</integer>
<key>IsActive</key>
<true/>
<key>IsDisclosed</key>
<true/>
<key>MacroActionType</key>
<string>ExecuteMacro</string>
<key>MacroUID</key>
<string>F19AF337-2E64-4333-87B2-A092D93EE46F</string>
<key>TimeOutAbortsMacro</key>
<true/>
</dict>
</array>
<key>IsActive</key>
<true/>
<key>ModificationDate</key>
<real>445282912.83936501</real>
<key>Name</key>
<string>put t in</string>
<key>Triggers</key>
<array>
<dict>
<key>FireType</key>
<string>Pressed</string>
<key>KeyCode</key>
<integer>17</integer>
<key>MacroTriggerType</key>
<string>HotKey</string>
<key>Modifiers</key>
<integer>256</integer>
</dict>
</array>
<key>UID</key>
<string>BFB7DDB5-0A77-4500-B64D-3A1248F9A3A9</string>
</dict>
</array>
<key>Name</key>
<string>#vars put</string>
<key>Targeting</key>
<dict>
<key>Targeting</key>
<string>Included</string>
<key>TargetingApps</key>
<array>
<dict>
<key>BundleIdentifier</key>
<string>com.microsoft.Word</string>
<key>Name</key>
<string>Microsoft Word</string>
<key>NewFile</key>
<string>/Applications/Microsoft Office 2011/Microsoft Word.app</string>
</dict>
</array>
</dict>
<key>UID</key>
<string>81CEABDC-6FE4-43E0-A156-2CAD9DC5FF59</string>
</dict>
<dict>
<key>Activate</key>
<string>Normal</string>
<key>IsActive</key>
<true/>
<key>Macros</key>
<array>
<dict>
<key>Actions</key>
<array>
<dict>
<key>Asynchronously</key>
<false/>
<key>Count</key>
<integer>1</integer>
<key>IsActive</key>
<true/>
<key>IsDisclosed</key>
<true/>
<key>MacroActionType</key>
<string>ExecuteMacro</string>
<key>MacroUID</key>
<string>D92BB47C-1817-4D84-8AB0-11C8732FFF54</string>
<key>TimeOutAbortsMacro</key>
<true/>
</dict>
</array>
<key>IsActive</key>
<true/>
<key>ModificationDate</key>
<real>438454380.65511298</real>
<key>Name</key>
<string>define t</string>
<key>Triggers</key>
<array>
<dict>
<key>FireType</key>
<string>Pressed</string>
<key>KeyCode</key>
<integer>17</integer>
<key>MacroTriggerType</key>
<string>HotKey</string>
<key>Modifiers</key>
<integer>2048</integer>
</dict>
</array>
<key>UID</key>
<string>0F247A40-45AF-4C35-98BF-E2AA0E17F7B7</string>
</dict>
</array>
<key>Name</key>
<string>#vars define</string>
<key>Targeting</key>
<dict>
<key>Targeting</key>
<string>Included</string>
<key>TargetingApps</key>
<array>
<dict>
<key>BundleIdentifier</key>
<string>com.microsoft.Word</string>
<key>Name</key>
<string>Microsoft Word</string>
<key>NewFile</key>
<string>/Applications/Microsoft Office 2011/Microsoft Word.app</string>
</dict>
<dict>
<key>BundleIdentifier</key>
<string>com.sublimetext.2</string>
<key>Name</key>
<string>Sublime Text 2</string>
</dict>
</array>
</dict>
<key>UID</key>
<string>4B0084B6-881E-4308-BC47-173A105E3CE2</string>
</dict>
<dict>
<key>Activate</key>
<string>Normal</string>
<key>IsActive</key>
<false/>
<key>Macros</key>
<array>
<dict>
<key>Actions</key>
<array>
<dict>
<key>Buttons</key>
<array>
<dict>
<key>Button</key>
<string>OK</string>
</dict>
<dict>
<key>Button</key>
<string>Cancel</string>
<key>Cancel</key>
<true/>
</dict>
</array>
<key>IsActive</key>
<true/>
<key>IsDisclosed</key>
<true/>
<key>MacroActionType</key>
<string>PromptForUserInput</string>
<key>Prompt</key>
<string>Please enter the details for these variables.</string>
<key>TimeOutAbortsMacro</key>
<true/>
<key>Title</key>
<string>how many words back?</string>
<key>Variables</key>
<array>
<dict>
<key>Default</key>
<string>2</string>
<key>Variable</key>
<string>wordsBackTitleCase</string>
</dict>
</array>
</dict>
<dict>
<key>Actions</key>
<array>
<dict>
<key>IsActive</key>
<true/>
<key>IsDisclosed</key>
<true/>
<key>KeyCode</key>
<integer>123</integer>
<key>MacroActionType</key>
<string>SimulateKeystroke</string>
<key>Modifiers</key>
<integer>2560</integer>
<key>ReleaseAll</key>
<false/>
</dict>
<dict>
<key>IsActive</key>
<true/>
<key>IsDisclosed</key>
<true/>
<key>MacroActionType</key>
<string>SetVariableToText</string>
<key>Text</key>
<string>%Variable%wordsBackTitleCase% -</string>
<key>Variable</key>
<string>wordsBackTitleCase</string>
</dict>
</array>
<key>Conditions</key>
<dict>
<key>ConditionList</key>
<array>
<dict>
<key>ConditionType</key>
<string>Variable</string>
<key>Variable</key>
<string>wordsBackTitleCase</string>
<key>VariableConditionType</key>
<string>Is</string>
<key>VariableValue</key>
<string>0</string>
</dict>
</array>
<key>ConditionListMatch</key>
<string>All</string>
</dict>
<key>IsActive</key>
<true/>
<key>IsDisclosed</key>
<true/>
<key>MacroActionType</key>
<string>Until</string>
<key>TimeOutAbortsMacro</key>
<true/>
</dict>
</array>
<key>IsActive</key>
<true/>
<key>ModificationDate</key>
<real>444255136.68133903</real>
<key>Name</key>
<string>make the last X words title case</string>
<key>Triggers</key>
<array>
<dict>
<key>FireType</key>
<string>Pressed</string>
<key>KeyCode</key>
<integer>17</integer>
<key>MacroTriggerType</key>
<string>HotKey</string>
<key>Modifiers</key>
<integer>2304</integer>
</dict>
</array>
<key>UID</key>
<string>3E8B5C21-CFCB-4290-802B-B557087DA36E</string>
</dict>
</array>
<key>Name</key>
<string>#inactive</string>
<key>Targeting</key>
<dict>
<key>Targeting</key>
<string>Included</string>
<key>TargetingApps</key>
<array>
<dict>
<key>BundleIdentifier</key>
<string>com.microsoft.Word</string>
<key>Name</key>
<string>Microsoft Word</string>
<key>NewFile</key>
<string>/Applications/Microsoft Office 2011/Microsoft Word.app</string>
</dict>
</array>
</dict>
<key>UID</key>
<string>908223D9-6C23-440F-8187-F59532C6C454</string>
</dict>
<dict>
<key>Activate</key>
<string>Normal</string>
<key>IsActive</key>
<false/>
<key>Macros</key>
<array>
<dict>
<key>Actions</key>
<array>
<dict>
<key>IsActive</key>
<true/>
<key>IsDisclosed</key>
<true/>
<key>MacroActionType</key>
<string>SetVariableToText</string>
<key>Text</key>
<string>%Variable%t%</string>
<key>Variable</key>
<string>nowSpeaker</string>
</dict>
<dict>
<key>IsActive</key>
<true/>
<key>IsDisclosed</key>
<true/>
<key>MacroActionType</key>
<string>SetVariableToText</string>
<key>Text</key>
<string>true</string>
<key>Variable</key>
<string>isVO</string>
</dict>
<dict>
<key>Asynchronously</key>
<false/>
<key>Count</key>
<integer>1</integer>
<key>IsActive</key>
<true/>
<key>IsDisclosed</key>
<true/>
<key>MacroActionType</key>
<string>ExecuteMacro</string>
<key>MacroUID</key>
<string>F19AF337-2E64-4333-87B2-A092D93EE46F</string>
<key>TimeOutAbortsMacro</key>
<true/>
</dict>
</array>
<key>IsActive</key>
<true/>
<key>ModificationDate</key>
<real>437767236.658575</real>
<key>Name</key>
<string>put t in with ctrl</string>
<key>Triggers</key>
<array>
<dict>
<key>FireType</key>
<string>Pressed</string>
<key>KeyCode</key>
<integer>17</integer>
<key>MacroTriggerType</key>
<string>HotKey</string>
<key>Modifiers</key>
<integer>4352</integer>
</dict>
</array>
<key>UID</key>
<string>034C8884-0F0C-448F-AEEA-9D174E81CAC8</string>
</dict>
</array>
<key>Name</key>
<string>#inactive</string>
<key>Targeting</key>
<dict>
<key>Targeting</key>
<string>Included</string>
<key>TargetingApps</key>
<array>
<dict>
<key>BundleIdentifier</key>
<string>com.microsoft.Word</string>
<key>Name</key>
<string>Microsoft Word</string>
<key>NewFile</key>
<string>/Applications/Microsoft Office 2011/Microsoft Word.app</string>
</dict>
</array>
</dict>
<key>UID</key>
<string>908223D9-6C23-440F-8187-F59532C6C454</string>
</dict>
<dict>
<key>Activate</key>
<string>Normal</string>
<key>IsActive</key>
<true/>
<key>Macros</key>
<array>
<dict>
<key>Actions</key>
<array>
<dict>
<key>Asynchronously</key>
<false/>
<key>Count</key>
<integer>1</integer>
<key>IsActive</key>
<true/>
<key>IsDisclosed</key>
<true/>
<key>MacroActionType</key>
<string>ExecuteMacro</string>
<key>MacroUID</key>
<string>D92BB47C-1817-4D84-8AB0-11C8732FFF54</string>
<key>TimeOutAbortsMacro</key>
<true/>
</dict>
</array>
<key>IsActive</key>
<true/>
<key>ModificationDate</key>
<real>438454382.49279499</real>
<key>Name</key>
<string>define t as a speaker</string>
<key>Triggers</key>
<array>
<dict>
<key>FireType</key>
<string>Pressed</string>
<key>KeyCode</key>
<integer>17</integer>
<key>MacroTriggerType</key>
<string>HotKey</string>
<key>Modifiers</key>
<integer>6144</integer>
</dict>
</array>
<key>UID</key>
<string>ACC22F53-6867-48EB-A726-3380E749D5B4</string>
</dict>
</array>
<key>Name</key>
<string>#vars define</string>
<key>Targeting</key>
<dict>
<key>Targeting</key>
<string>Included</string>
<key>TargetingApps</key>
<array>
<dict>
<key>BundleIdentifier</key>
<string>com.microsoft.Word</string>
<key>Name</key>
<string>Microsoft Word</string>
<key>NewFile</key>
<string>/Applications/Microsoft Office 2011/Microsoft Word.app</string>
</dict>
<dict>
<key>BundleIdentifier</key>
<string>com.sublimetext.2</string>
<key>Name</key>
<string>Sublime Text 2</string>
</dict>
</array>
</dict>
<key>UID</key>
<string>4B0084B6-881E-4308-BC47-173A105E3CE2</string>
</dict>
<dict>
<key>Activate</key>
<string>Normal</string>
<key>IsActive</key>
<true/>
<key>Macros</key>
<array>
<dict>
<key>Actions</key>
<array>
<dict>
<key>Action</key>
<string>ByPasting</string>
<key>IsActive</key>
<true/>
<key>IsDisclosed</key>
<true/>
<key>MacroActionType</key>
<string>InsertText</string>
<key>Paste</key>
<true/>
<key>Text</key>
<string>[unintelligible]</string>
</dict>
</array>
<key>IsActive</key>
<true/>
<key>ModificationDate</key>
<real>430683374.09421998</real>
<key>Name</key>
<string>unintelligible</string>
<key>Triggers</key>
<array>
<dict>
<key>FireType</key>
<string>Pressed</string>
<key>KeyCode</key>
<integer>32</integer>
<key>MacroTriggerType</key>
<string>HotKey</string>
<key>Modifiers</key>
<integer>256</integer>
</dict>
</array>
<key>UID</key>
<string>6AA465A8-D961-4FF3-96E2-C1BACBB2F1CB</string>
</dict>
</array>
<key>Name</key>
<string>*hard-coded autocorrects</string>
<key>UID</key>
<string>42777AA4-58E5-42A0-9926-F5131A45CA56</string>
</dict>
<dict>
<key>Activate</key>
<string>Normal</string>
<key>IsActive</key>
<true/>
<key>Macros</key>
<array>
<dict>
<key>Actions</key>
<array>
<dict>
<key>Action</key>
<string>ByTyping</string>
<key>IsActive</key>
<true/>
<key>IsDisclosed</key>
<true/>
<key>MacroActionType</key>
<string>InsertText</string>
<key>Paste</key>
<false/>
<key>Text</key>
<string>, uh, </string>
</dict>
</array>
<key>IsActive</key>
<true/>
<key>ModificationDate</key>
<real>445281422.692761</real>
<key>Name</key>
<string>", uh,"</string>
<key>Triggers</key>
<array>
<dict>
<key>FireType</key>
<string>Pressed</string>
<key>KeyCode</key>
<integer>32</integer>
<key>MacroTriggerType</key>
<string>HotKey</string>
<key>Modifiers</key>
<integer>4096</integer>
</dict>
</array>
<key>UID</key>
<string>C070CD1C-EEFA-48D6-8DE8-CAEDA9F5FD75</string>
</dict>
</array>
<key>Name</key>
<string>*hard-coded autocorrects</string>
<key>UID</key>
<string>42777AA4-58E5-42A0-9926-F5131A45CA56</string>
</dict>
<dict>
<key>Activate</key>
<string>Normal</string>
<key>IsActive</key>
<true/>
<key>Macros</key>
<array>
<dict>
<key>Actions</key>
<array>
<dict>
<key>Action</key>
<string>ByPasting</string>
<key>IsActive</key>
<true/>
<key>IsDisclosed</key>
<true/>
<key>MacroActionType</key>
<string>InsertText</string>
<key>Paste</key>
<true/>
<key>Text</key>
<string>
Various: </string>
</dict>
</array>
<key>IsActive</key>
<true/>
<key>ModificationDate</key>
<real>429727221.081406</real>
<key>Name</key>
<string>various</string>
<key>Triggers</key>
<array>
<dict>
<key>FireType</key>
<string>Pressed</string>
<key>KeyCode</key>
<integer>9</integer>
<key>MacroTriggerType</key>
<string>HotKey</string>
<key>Modifiers</key>
<integer>768</integer>
</dict>
</array>
<key>UID</key>
<string>57559816-ADC4-4EF9-9345-70AF44709D62</string>
</dict>
</array>
<key>Name</key>
<string>*hard-coded autocorrects</string>
<key>UID</key>
<string>42777AA4-58E5-42A0-9926-F5131A45CA56</string>
</dict>
<dict>
<key>Activate</key>
<string>Normal</string>
<key>IsActive</key>
<true/>
<key>Macros</key>
<array>
<dict>
<key>Actions</key>
<array>
<dict>
<key>Asynchronously</key>
<false/>
<key>Count</key>
<integer>1</integer>
<key>IsActive</key>
<true/>
<key>IsDisclosed</key>
<true/>
<key>MacroActionType</key>
<string>ExecuteMacro</string>
<key>MacroUID</key>
<string>65AD2525-4ED0-4B01-80BA-CC9A233575BA</string>
<key>TimeOutAbortsMacro</key>
<true/>
</dict>
<dict>
<key>Action</key>
<string>ByPasting</string>
<key>IsActive</key>
<true/>
<key>IsDisclosed</key>
<true/>
<key>MacroActionType</key>
<string>InsertText</string>
<key>Paste</key>
<true/>
<key>Text</key>
<string>Yes.</string>
</dict>
<dict>
<key>Asynchronously</key>
<false/>
<key>Count</key>
<integer>1</integer>
<key>IsActive</key>
<true/>
<key>IsDisclosed</key>
<true/>
<key>MacroActionType</key>
<string>ExecuteMacro</string>
<key>MacroUID</key>
<string>65AD2525-4ED0-4B01-80BA-CC9A233575BA</string>
<key>TimeOutAbortsMacro</key>
<true/>
</dict>
</array>
<key>IsActive</key>
<true/>
<key>ModificationDate</key>
<real>445283957.61033702</real>
<key>Name</key>
<string>next speaker says "Yes." then back to previous speaker. </string>
<key>Triggers</key>
<array>
<dict>
<key>FireType</key>
<string>Pressed</string>
<key>KeyCode</key>
<integer>13</integer>
<key>MacroTriggerType</key>
<string>HotKey</string>
<key>Modifiers</key>
<integer>768</integer>
</dict>
</array>
<key>UID</key>
<string>AFA2EAFE-DBFF-4FD4-9320-77CCF583BD9B</string>
</dict>
</array>
<key>Name</key>
<string>*common brief responses</string>
<key>Targeting</key>
<dict>
<key>Targeting</key>
<string>Included</string>
<key>TargetingApps</key>
<array>
<dict>
<key>BundleIdentifier</key>
<string>com.microsoft.Word</string>
<key>Name</key>
<string>Microsoft Word</string>
<key>NewFile</key>
<string>/Applications/Microsoft Office 2011/Microsoft Word.app</string>
</dict>
<dict>
<key>BundleIdentifier</key>
<string>com.sublimetext.2</string>
<key>Name</key>
<string>Sublime Text 2</string>
</dict>
</array>
</dict>
<key>UID</key>
<string>09AF2403-7E73-4806-8327-5406330CEC52</string>
</dict>
<dict>
<key>Activate</key>
<string>Normal</string>
<key>IsActive</key>
<true/>
<key>Macros</key>
<array>
<dict>
<key>Actions</key>
<array>
<dict>
<key>Asynchronously</key>
<false/>
<key>Count</key>
<integer>1</integer>
<key>IsActive</key>
<true/>
<key>IsDisclosed</key>
<true/>
<key>MacroActionType</key>
<string>ExecuteMacro</string>
<key>MacroUID</key>
<string>65AD2525-4ED0-4B01-80BA-CC9A233575BA</string>
<key>TimeOutAbortsMacro</key>
<true/>
</dict>
<dict>
<key>Action</key>
<string>ByPasting</string>
<key>IsActive</key>
<true/>
<key>IsDisclosed</key>
<true/>
<key>MacroActionType</key>
<string>InsertText</string>
<key>Paste</key>
<true/>
<key>Text</key>
<string>Yes.</string>
</dict>
</array>
<key>IsActive</key>
<true/>
<key>ModificationDate</key>
<real>445290619.00779402</real>
<key>Name</key>
<string>next speaker says "Yes."</string>
<key>Triggers</key>
<array>
<dict>
<key>FireType</key>
<string>Pressed</string>
<key>KeyCode</key>
<integer>13</integer>
<key>MacroTriggerType</key>
<string>HotKey</string>
<key>Modifiers</key>
<integer>4352</integer>
</dict>
</array>
<key>UID</key>
<string>DB7FEA35-872C-4BDC-9ED9-A12FB96DEC0C</string>
</dict>
</array>
<key>Name</key>
<string>*common brief responses</string>
<key>Targeting</key>
<dict>
<key>Targeting</key>
<string>Included</string>
<key>TargetingApps</key>
<array>
<dict>
<key>BundleIdentifier</key>
<string>com.microsoft.Word</string>
<key>Name</key>
<string>Microsoft Word</string>
<key>NewFile</key>
<string>/Applications/Microsoft Office 2011/Microsoft Word.app</string>
</dict>
<dict>
<key>BundleIdentifier</key>
<string>com.sublimetext.2</string>
<key>Name</key>
<string>Sublime Text 2</string>
</dict>
</array>
</dict>
<key>UID</key>
<string>09AF2403-7E73-4806-8327-5406330CEC52</string>
</dict>
<dict>
<key>Activate</key>
<string>Normal</string>
<key>IsActive</key>
<true/>
<key>Macros</key>
<array>
<dict>
<key>Actions</key>
<array>
<dict>
<key>Asynchronously</key>
<false/>
<key>Count</key>
<integer>1</integer>
<key>IsActive</key>
<true/>
<key>IsDisclosed</key>
<true/>
<key>MacroActionType</key>
<string>ExecuteMacro</string>
<key>MacroUID</key>
<string>65AD2525-4ED0-4B01-80BA-CC9A233575BA</string>
<key>TimeOutAbortsMacro</key>
<true/>
</dict>
<dict>
<key>Action</key>
<string>ByPasting</string>
<key>IsActive</key>
<true/>
<key>IsDisclosed</key>
<true/>
<key>MacroActionType</key>
<string>InsertText</string>
<key>Paste</key>
<true/>
<key>Text</key>
<string>Yes.</string>
</dict>
<dict>
<key>Asynchronously</key>
<false/>
<key>Count</key>
<integer>1</integer>
<key>IsActive</key>
<true/>
<key>IsDisclosed</key>
<true/>
<key>MacroActionType</key>
<string>ExecuteMacro</string>
<key>MacroUID</key>
<string>65AD2525-4ED0-4B01-80BA-CC9A233575BA</string>
<key>TimeOutAbortsMacro</key>
<true/>
</dict>
<dict>
<key>Action</key>
<string>ByPasting</string>
<key>IsActive</key>
<true/>
<key>IsDisclosed</key>
<true/>
<key>MacroActionType</key>
<string>InsertText</string>
<key>Paste</key>
<true/>
<key>Text</key>
<string>Okay. </string>
</dict>
</array>
<key>IsActive</key>
<true/>
<key>ModificationDate</key>
<real>445285576.07004702</real>
<key>Name</key>
<string>next speaker says "Yes." then previous speaker says "Okay."</string>
<key>Triggers</key>
<array>
<dict>
<key>FireType</key>
<string>Pressed</string>
<key>KeyCode</key>
<integer>13</integer>
<key>MacroTriggerType</key>
<string>HotKey</string>
<key>Modifiers</key>
<integer>4864</integer>
</dict>
</array>
<key>UID</key>
<string>5D2696DD-304A-4A16-AB64-969B69186BCF</string>
</dict>
</array>
<key>Name</key>
<string>*common brief responses</string>
<key>Targeting</key>
<dict>
<key>Targeting</key>
<string>Included</string>
<key>TargetingApps</key>
<array>
<dict>
<key>BundleIdentifier</key>
<string>com.microsoft.Word</string>
<key>Name</key>
<string>Microsoft Word</string>
<key>NewFile</key>
<string>/Applications/Microsoft Office 2011/Microsoft Word.app</string>
</dict>
<dict>
<key>BundleIdentifier</key>
<string>com.sublimetext.2</string>
<key>Name</key>
<string>Sublime Text 2</string>
</dict>
</array>
</dict>
<key>UID</key>
<string>09AF2403-7E73-4806-8327-5406330CEC52</string>
</dict>
<dict>
<key>Activate</key>
<string>Normal</string>
<key>IsActive</key>
<true/>
<key>Macros</key>
<array>
<dict>
<key>Actions</key>
<array>
<dict>
<key>IsActive</key>
<true/>
<key>IsDisclosed</key>
<true/>
<key>JustDisplay</key>
<false/>
<key>MacroActionType</key>
<string>SetClipboardToText</string>
<key>TargetNamedClipboardRedundantDisplayName</key>
<string>Default Clipboard</string>
<key>TargetNamedClipboardUID</key>
<string>D874D7B3-299A-4B9B-94CF-B75C93EDA395</string>
<key>TargetUseNamedClipboard</key>
<false/>
<key>Text</key>
<string>%Variable%nowSpeaker%</string>
</dict>
<dict>
<key>IsActive</key>
<true/>
<key>IsDisclosed</key>
<true/>
<key>MacroActionType</key>
<string>SetVariableToText</string>
<key>Text</key>
<string>%Variable%y%</string>
<key>Variable</key>
<string>nowSpeaker</string>
</dict>
<dict>
<key>IsActive</key>
<true/>
<key>IsDisclosed</key>
<true/>
<key>MacroActionType</key>
<string>SetVariableToText</string>
<key>Text</key>
<string>false</string>
<key>Variable</key>
<string>isVO</string>
</dict>
<dict>
<key>Asynchronously</key>
<false/>
<key>Count</key>
<integer>1</integer>
<key>IsActive</key>
<true/>
<key>IsDisclosed</key>
<true/>
<key>MacroActionType</key>
<string>ExecuteMacro</string>
<key>MacroUID</key>
<string>F19AF337-2E64-4333-87B2-A092D93EE46F</string>
<key>TimeOutAbortsMacro</key>
<true/>
</dict>
</array>
<key>IsActive</key>
<true/>
<key>ModificationDate</key>
<real>445282919.311845</real>
<key>Name</key>
<string>put y in</string>
<key>Triggers</key>
<array>
<dict>
<key>FireType</key>
<string>Pressed</string>
<key>KeyCode</key>
<integer>16</integer>
<key>MacroTriggerType</key>
<string>HotKey</string>
<key>Modifiers</key>
<integer>256</integer>
</dict>
</array>
<key>UID</key>
<string>4254B128-AD94-4717-A473-82C9FC1EE83C</string>
</dict>
</array>
<key>Name</key>
<string>#vars put</string>
<key>Targeting</key>
<dict>
<key>Targeting</key>
<string>Included</string>
<key>TargetingApps</key>
<array>
<dict>
<key>BundleIdentifier</key>
<string>com.microsoft.Word</string>
<key>Name</key>
<string>Microsoft Word</string>
<key>NewFile</key>
<string>/Applications/Microsoft Office 2011/Microsoft Word.app</string>
</dict>
</array>
</dict>
<key>UID</key>
<string>81CEABDC-6FE4-43E0-A156-2CAD9DC5FF59</string>
</dict>
<dict>
<key>Activate</key>
<string>Normal</string>
<key>IsActive</key>
<true/>
<key>Macros</key>
<array>
<dict>
<key>Actions</key>
<array>
<dict>
<key>Asynchronously</key>
<false/>
<key>Count</key>
<integer>1</integer>
<key>IsActive</key>
<true/>
<key>IsDisclosed</key>
<true/>
<key>MacroActionType</key>
<string>ExecuteMacro</string>
<key>MacroUID</key>
<string>65AD2525-4ED0-4B01-80BA-CC9A233575BA</string>
<key>TimeOutAbortsMacro</key>
<true/>
</dict>
<dict>
<key>Action</key>
<string>ByPasting</string>
<key>IsActive</key>
<true/>
<key>IsDisclosed</key>
<true/>
<key>MacroActionType</key>
<string>InsertText</string>
<key>Paste</key>
<true/>
<key>Text</key>
<string>Yeah.</string>
</dict>
<dict>
<key>Asynchronously</key>
<false/>
<key>Count</key>
<integer>1</integer>
<key>IsActive</key>
<true/>
<key>IsDisclosed</key>
<true/>
<key>MacroActionType</key>
<string>ExecuteMacro</string>
<key>MacroUID</key>
<string>65AD2525-4ED0-4B01-80BA-CC9A233575BA</string>
<key>TimeOutAbortsMacro</key>
<true/>
</dict>
</array>
<key>IsActive</key>
<true/>
<key>ModificationDate</key>
<real>439164313.31955802</real>
<key>Name</key>
<string>next speaker says "Yeah." then back to previous speaker.</string>
<key>Triggers</key>
<array>
<dict>
<key>FireType</key>
<string>Pressed</string>
<key>KeyCode</key>
<integer>16</integer>
<key>MacroTriggerType</key>
<string>HotKey</string>
<key>Modifiers</key>
<integer>768</integer>
</dict>
</array>
<key>UID</key>
<string>7ACF281C-1E13-4253-A7BB-C001F76BA371</string>
</dict>
</array>
<key>Name</key>
<string>*common brief responses</string>
<key>Targeting</key>
<dict>
<key>Targeting</key>
<string>Included</string>
<key>TargetingApps</key>
<array>
<dict>
<key>BundleIdentifier</key>
<string>com.microsoft.Word</string>
<key>Name</key>
<string>Microsoft Word</string>
<key>NewFile</key>
<string>/Applications/Microsoft Office 2011/Microsoft Word.app</string>
</dict>
<dict>
<key>BundleIdentifier</key>
<string>com.sublimetext.2</string>
<key>Name</key>
<string>Sublime Text 2</string>
</dict>
</array>
</dict>
<key>UID</key>
<string>09AF2403-7E73-4806-8327-5406330CEC52</string>
</dict>
<dict>
<key>Activate</key>
<string>Normal</string>
<key>IsActive</key>
<true/>
<key>Macros</key>
<array>
<dict>
<key>Actions</key>
<array>
<dict>
<key>Asynchronously</key>
<false/>
<key>Count</key>
<integer>1</integer>
<key>IsActive</key>
<true/>
<key>IsDisclosed</key>
<true/>
<key>MacroActionType</key>
<string>ExecuteMacro</string>
<key>MacroUID</key>
<string>D92BB47C-1817-4D84-8AB0-11C8732FFF54</string>
<key>TimeOutAbortsMacro</key>
<true/>
</dict>
</array>
<key>IsActive</key>
<true/>
<key>ModificationDate</key>
<real>438454384.33616602</real>
<key>Name</key>
<string>define y</string>
<key>Triggers</key>
<array>
<dict>
<key>FireType</key>
<string>Pressed</string>
<key>KeyCode</key>
<integer>16</integer>
<key>MacroTriggerType</key>
<string>HotKey</string>
<key>Modifiers</key>
<integer>2048</integer>
</dict>
</array>
<key>UID</key>
<string>9EBCD393-88BF-4DF3-8B1B-4B19CCB6F001</string>
</dict>
</array>
<key>Name</key>
<string>#vars define</string>
<key>Targeting</key>
<dict>
<key>Targeting</key>
<string>Included</string>
<key>TargetingApps</key>
<array>
<dict>
<key>BundleIdentifier</key>
<string>com.microsoft.Word</string>
<key>Name</key>
<string>Microsoft Word</string>
<key>NewFile</key>
<string>/Applications/Microsoft Office 2011/Microsoft Word.app</string>
</dict>
<dict>
<key>BundleIdentifier</key>
<string>com.sublimetext.2</string>
<key>Name</key>
<string>Sublime Text 2</string>
</dict>
</array>
</dict>
<key>UID</key>
<string>4B0084B6-881E-4308-BC47-173A105E3CE2</string>
</dict>
<dict>
<key>Activate</key>
<string>Normal</string>
<key>IsActive</key>
<true/>
<key>Macros</key>
<array>
<dict>
<key>Actions</key>
<array>
<dict>
<key>Asynchronously</key>
<false/>
<key>Count</key>
<integer>1</integer>
<key>IsActive</key>
<true/>
<key>IsDisclosed</key>
<true/>
<key>MacroActionType</key>
<string>ExecuteMacro</string>
<key>MacroUID</key>
<string>65AD2525-4ED0-4B01-80BA-CC9A233575BA</string>
<key>TimeOutAbortsMacro</key>
<true/>
</dict>
<dict>
<key>Action</key>
<string>ByPasting</string>
<key>IsActive</key>
<true/>
<key>IsDisclosed</key>
<true/>
<key>MacroActionType</key>
<string>InsertText</string>
<key>Paste</key>
<true/>
<key>Text</key>
<string>Yeah. </string>
</dict>
</array>
<key>IsActive</key>
<true/>
<key>ModificationDate</key>
<real>445290623.20059103</real>
<key>Name</key>
<string>next speaker says "Yeah."</string>
<key>Triggers</key>
<array>
<dict>
<key>FireType</key>
<string>Pressed</string>
<key>KeyCode</key>
<integer>16</integer>
<key>MacroTriggerType</key>
<string>HotKey</string>
<key>Modifiers</key>
<integer>4352</integer>
</dict>
</array>
<key>UID</key>
<string>422D2636-A8DF-4ACD-B184-54ED49BD7940</string>
</dict>
</array>
<key>Name</key>
<string>*common brief responses</string>
<key>Targeting</key>
<dict>
<key>Targeting</key>
<string>Included</string>
<key>TargetingApps</key>
<array>
<dict>
<key>BundleIdentifier</key>
<string>com.microsoft.Word</string>
<key>Name</key>
<string>Microsoft Word</string>
<key>NewFile</key>
<string>/Applications/Microsoft Office 2011/Microsoft Word.app</string>
</dict>
<dict>
<key>BundleIdentifier</key>
<string>com.sublimetext.2</string>
<key>Name</key>
<string>Sublime Text 2</string>
</dict>
</array>
</dict>
<key>UID</key>
<string>09AF2403-7E73-4806-8327-5406330CEC52</string>
</dict>
<dict>
<key>Activate</key>
<string>Normal</string>
<key>IsActive</key>
<false/>
<key>Macros</key>
<array>
<dict>
<key>Actions</key>
<array>
<dict>
<key>IsActive</key>
<true/>
<key>IsDisclosed</key>
<true/>
<key>MacroActionType</key>
<string>SetVariableToText</string>
<key>Text</key>
<string>%Variable%y%</string>
<key>Variable</key>
<string>nowSpeaker</string>
</dict>
<dict>
<key>Conditions</key>
<dict>
<key>ConditionList</key>
<array>
<dict>
<key>ConditionType</key>
<string>Variable</string>
<key>Variable</key>
<string>mode</string>
<key>VariableConditionType</key>
<string>Contains</string>
<key>VariableValue</key>
<string>final</string>
</dict>
</array>
<key>ConditionListMatch</key>
<string>All</string>
</dict>
<key>ElseActions</key>
<array>
<dict>
<key>Asynchronously</key>
<false/>
<key>Count</key>
<integer>1</integer>
<key>IsActive</key>
<true/>
<key>IsDisclosed</key>
<true/>
<key>MacroActionType</key>
<string>ExecuteMacro</string>
<key>MacroUID</key>
<string>65AD2525-4ED0-4B01-80BA-CC9A233575BA</string>
<key>TimeOutAbortsMacro</key>
<true/>
</dict>
<dict>
<key>Action</key>
<string>ByPasting</string>
<key>IsActive</key>
<true/>
<key>IsDisclosed</key>
<true/>
<key>MacroActionType</key>
<string>InsertText</string>
<key>Paste</key>
<true/>
<key>Text</key>
<string>Yeah. </string>
</dict>
</array>
<key>IsActive</key>
<true/>
<key>IsDisclosed</key>
<true/>
<key>MacroActionType</key>
<string>IfThenElse</string>
<key>ThenActions</key>
<array>
<dict>
<key>IsActive</key>
<true/>
<key>IsDisclosed</key>
<true/>
<key>MacroActionType</key>
<string>SetVariableToText</string>
<key>Text</key>
<string>true</string>
<key>Variable</key>
<string>isVO</string>
</dict>
<dict>
<key>Asynchronously</key>
<false/>
<key>Count</key>
<integer>1</integer>
<key>IsActive</key>
<true/>
<key>IsDisclosed</key>
<true/>
<key>MacroActionType</key>
<string>ExecuteMacro</string>
<key>MacroUID</key>
<string>F19AF337-2E64-4333-87B2-A092D93EE46F</string>
<key>TimeOutAbortsMacro</key>
<true/>
</dict>
</array>
<key>TimeOutAbortsMacro</key>
<true/>
</dict>
</array>
<key>IsActive</key>
<true/>
<key>ModificationDate</key>
<real>439164223.761262</real>
<key>Name</key>
<string>put y in with ctrl</string>
<key>Triggers</key>
<array>
<dict>
<key>FireType</key>
<string>Pressed</string>
<key>KeyCode</key>
<integer>16</integer>
<key>MacroTriggerType</key>
<string>HotKey</string>
<key>Modifiers</key>
<integer>4352</integer>
</dict>
</array>
<key>UID</key>
<string>F1995D23-7ADF-4097-A897-0276E1CD6D9B</string>
</dict>
</array>
<key>Name</key>
<string>#inactive</string>
<key>Targeting</key>
<dict>
<key>Targeting</key>
<string>Included</string>
<key>TargetingApps</key>
<array>
<dict>
<key>BundleIdentifier</key>
<string>com.microsoft.Word</string>
<key>Name</key>
<string>Microsoft Word</string>
<key>NewFile</key>
<string>/Applications/Microsoft Office 2011/Microsoft Word.app</string>
</dict>
</array>
</dict>
<key>UID</key>
<string>908223D9-6C23-440F-8187-F59532C6C454</string>
</dict>
<dict>
<key>Activate</key>
<string>Normal</string>
<key>IsActive</key>
<true/>
<key>Macros</key>
<array>
<dict>
<key>Actions</key>
<array>
<dict>
<key>Asynchronously</key>
<false/>
<key>Count</key>
<integer>1</integer>
<key>IsActive</key>
<true/>
<key>IsDisclosed</key>
<true/>
<key>MacroActionType</key>
<string>ExecuteMacro</string>
<key>MacroUID</key>
<string>65AD2525-4ED0-4B01-80BA-CC9A233575BA</string>
<key>TimeOutAbortsMacro</key>
<true/>
</dict>
<dict>
<key>Action</key>
<string>ByPasting</string>
<key>IsActive</key>
<true/>
<key>IsDisclosed</key>
<true/>
<key>MacroActionType</key>
<string>InsertText</string>
<key>Paste</key>
<true/>
<key>Text</key>
<string>Yeah.</string>
</dict>
<dict>
<key>Asynchronously</key>
<false/>
<key>Count</key>
<integer>1</integer>
<key>IsActive</key>
<true/>
<key>IsDisclosed</key>
<true/>
<key>MacroActionType</key>
<string>ExecuteMacro</string>
<key>MacroUID</key>
<string>65AD2525-4ED0-4B01-80BA-CC9A233575BA</string>
<key>TimeOutAbortsMacro</key>
<true/>
</dict>
<dict>
<key>Action</key>
<string>ByPasting</string>
<key>IsActive</key>
<true/>
<key>IsDisclosed</key>
<true/>
<key>MacroActionType</key>
<string>InsertText</string>
<key>Paste</key>
<true/>
<key>Text</key>
<string>Okay. </string>
</dict>
</array>
<key>IsActive</key>
<true/>
<key>ModificationDate</key>
<real>445285582.37079901</real>
<key>Name</key>
<string>next speaker says "Yeah." then previous speaker says "Okay."</string>
<key>Triggers</key>
<array>
<dict>
<key>FireType</key>
<string>Pressed</string>
<key>KeyCode</key>
<integer>16</integer>
<key>MacroTriggerType</key>
<string>HotKey</string>
<key>Modifiers</key>
<integer>4864</integer>
</dict>
</array>
<key>UID</key>
<string>16887697-B3DF-41B0-9E05-AD345F4067DE</string>
</dict>
</array>
<key>Name</key>
<string>*common brief responses</string>
<key>Targeting</key>
<dict>
<key>Targeting</key>
<string>Included</string>
<key>TargetingApps</key>
<array>
<dict>
<key>BundleIdentifier</key>
<string>com.microsoft.Word</string>
<key>Name</key>
<string>Microsoft Word</string>
<key>NewFile</key>
<string>/Applications/Microsoft Office 2011/Microsoft Word.app</string>
</dict>
<dict>
<key>BundleIdentifier</key>
<string>com.sublimetext.2</string>
<key>Name</key>
<string>Sublime Text 2</string>
</dict>
</array>
</dict>
<key>UID</key>
<string>09AF2403-7E73-4806-8327-5406330CEC52</string>
</dict>
<dict>
<key>Activate</key>
<string>Normal</string>
<key>IsActive</key>
<true/>
<key>Macros</key>
<array>
<dict>
<key>Actions</key>
<array>
<dict>
<key>Asynchronously</key>
<false/>
<key>Count</key>
<integer>1</integer>
<key>IsActive</key>
<true/>
<key>IsDisclosed</key>
<true/>
<key>MacroActionType</key>
<string>ExecuteMacro</string>
<key>MacroUID</key>
<string>D92BB47C-1817-4D84-8AB0-11C8732FFF54</string>
<key>TimeOutAbortsMacro</key>
<true/>
</dict>
</array>
<key>IsActive</key>
<true/>
<key>ModificationDate</key>
<real>438454386.17132699</real>
<key>Name</key>
<string>define y as a speaker</string>
<key>Triggers</key>
<array>
<dict>
<key>FireType</key>
<string>Pressed</string>
<key>KeyCode</key>
<integer>16</integer>
<key>MacroTriggerType</key>
<string>HotKey</string>
<key>Modifiers</key>
<integer>6144</integer>
</dict>
</array>
<key>UID</key>
<string>40A78D8E-5226-47E2-BD8B-0DB9329050BF</string>
</dict>
</array>
<key>Name</key>
<string>#vars define</string>
<key>Targeting</key>
<dict>
<key>Targeting</key>
<string>Included</string>
<key>TargetingApps</key>
<array>
<dict>
<key>BundleIdentifier</key>
<string>com.microsoft.Word</string>
<key>Name</key>
<string>Microsoft Word</string>
<key>NewFile</key>
<string>/Applications/Microsoft Office 2011/Microsoft Word.app</string>
</dict>
<dict>
<key>BundleIdentifier</key>
<string>com.sublimetext.2</string>
<key>Name</key>
<string>Sublime Text 2</string>
</dict>
</array>
</dict>
<key>UID</key>
<string>4B0084B6-881E-4308-BC47-173A105E3CE2</string>
</dict>
</array>
</plist>