diff options
Diffstat (limited to 'OpenSCAD.sdef')
-rw-r--r-- | OpenSCAD.sdef | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/OpenSCAD.sdef b/OpenSCAD.sdef new file mode 100644 index 0000000..c509cbe --- /dev/null +++ b/OpenSCAD.sdef @@ -0,0 +1,8 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE dictionary SYSTEM "file://localhost/System/Library/DTDs/sdef.dtd"> +<dictionary title="OpenSCAD Terminology"> + <suite name="OpenSCAD Suite" code="SCAD" description="AppleScript support for OpenSCAD"> + <command name="reload" code="SCADrelo" description="Reload file in the front window (F4)"> + </command> + </suite> +</dictionary> |