Created
February 4, 2026 16:40
-
-
Save petrowsky/b508ab38f7fb80525aed9e4a27fca67b to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?xml version="1.0"?> | |
| <fmxmlsnippet type="FMObjectList"> | |
| <Step enable="True" id="68" name="If"> | |
| <Restore state="False"/> | |
| <Calculation><![CDATA[Get ( SystemPlatform ) = 1 // Mac OS]]></Calculation> | |
| </Step> | |
| <Step enable="True" id="89" name="# (comment)"> | |
| <Text>Legend: command=@, shift=$, control=^, option=~</Text> | |
| </Step> | |
| <Step enable="True" id="61" name="Insert Text"> | |
| <SelectAll state="True"/> | |
| <Text>"Actual Size" "@^0" \
"Bottom" "@\$\\U0093" \
"Button Bar Setup" "^c" \
"Button Setup" "^c" \
"Buttons" "@^b" \
"Hide Window" "@^h" \
"Calculation" "@~l" \
"Center" "@\$\\U0092" \
"Centers" "@^\\U005B" \
"Change Theme\\U2026" "@t" \
"Conditional Formatting" "@^c" \
"Conditional\\U2026" "@\$c" \
"Container" "@~r" \
"Containers\\U2026" "@^\$c" \
"Create New\\U2026" "@~n" \
"Custom Functions\\U2026" "^=" \
"Custom Menus\\U2026" "@\$m" \
"Data Viewer" "^d" \
"Database Design Report\\U2026" "\\a" \
"Date" "@~d" \
"Delete All Records\\U2026" "@~d" \
"Delete Found Records\\U2026" "@~d" \
"Developer Utilities\\U2026" "\006" \
"Export Records\\U2026" "^x" \
"External Data Sources\\U2026" "@\$e" \
"Field\\U2026" "^f" \
"File Options\\U2026" "^o" \
"File\\U2026" "^i" \
"Folder\\U2026" "~^f" \
"Format Painter" "@^f" \
"Hide Window" "^h" \
"Largest Height" "@~^\\U2193" \
"Largest Width" "@~^\\U2192" \
"Layout Setup\\U2026" "@~l" \
"Merge Field\\U2026" "@~m" \
"Middles" "@^\\U005D" \
"New Window" "@^w" \
"Number" "@~n" \
"Other Color\\U2026" "\004" \
"Other Symbol\\U2026" "~^s" \
"Other\\U2026" "@^i" \
"Part\\U2026" "@^p" \
"Picture\\U2026" "^p" \
"Popover Button Setup" "^c" \
"Portal Setup\\U2026" "^c" \
"Quick Find" "@^q" \
"Sample Data" "@^s" \
"Save a Copy As\\U2026" "^s" \
"Script Debugger" "^b" \
"Security\\U2026" "@\$a" \
"Set Rulers\\U2026" "^r" \
"Set Tab Order\\U2026" "~^o" \
"Slide Control Setup" "^c" \
"Smallest Height" "@~^\\U2191" \
"Smallest Width" "@~^\\U2190" \
"Tab Control Setup\\U2026" "^c" \
"Text Boundaries" "@^t" \
"Themes\\U2026" "@\$t" \
"Time" "@~i" \
"Top" "@\$\\U0091" \
"Value Lists\\U2026" "@\$v" \
"View as Form" "@^1" \
"View as List" "@^2" \
"View as Table" "@^3" \
"Web Viewer Setup\\U2026" "^c" \
"Zoom In" "@^=" \
"Zoom Out" "@^-" \
"\\U005BStandard FileMaker Menus\\U005D" "@\\U238b"</Text> | |
| <Field>$keys</Field> | |
| </Step> | |
| <Step enable="True" id="141" name="Set Variable"> | |
| <Value> | |
| <Calculation><![CDATA["defaults write com.filemaker.client.pro12 NSUserKeyEquivalents -dict \\" &¶& $keys]]></Calculation> | |
| </Value> | |
| <Repetition> | |
| <Calculation><![CDATA[1]]></Calculation> | |
| </Repetition> | |
| <Name>$shortcuts</Name> | |
| </Step> | |
| <Step enable="True" id="87" name="Show Custom Dialog"> | |
| <Title> | |
| <Calculation><![CDATA["Terminal command"]]></Calculation> | |
| </Title> | |
| <Message> | |
| <Calculation><![CDATA["Copy this terminal command in order to assign keyboard shortcuts."]]></Calculation> | |
| </Message> | |
| <Buttons> | |
| <Button CommitState="False"> | |
| <Calculation><![CDATA["Cool"]]></Calculation> | |
| </Button> | |
| <Button CommitState="False"/> | |
| <Button CommitState="False"/> | |
| </Buttons> | |
| <InputFields> | |
| <InputField UsePasswordCharacter="False"> | |
| <Field>$shortcuts</Field> | |
| <Label> | |
| <Calculation><![CDATA["Copy: "]]></Calculation> | |
| </Label> | |
| </InputField> | |
| <InputField UsePasswordCharacter="False"> | |
| <Field table="" id="0" name=""/> | |
| </InputField> | |
| <InputField UsePasswordCharacter="False"> | |
| <Field table="" id="0" name=""/> | |
| </InputField> | |
| </InputFields> | |
| </Step> | |
| <Step enable="True" id="70" name="End If"/> | |
| </fmxmlsnippet> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment