Loading and Unloading Strokes
Before you can use the predefined layout editor strokes, you must load them from the installation hierarchy. Note that after you load strokes, you cannot use the right mouse button for any other functions.
To load layout editor strokes:
-
Type the following in the text line of the CIW:
load(prependInstallPath( "etc/sted/stroke.il")) load(prependInstallPath( "etc/sted/defstrokes.il")) hiLoadStrokeFile("def.strokes" "Layout")
Where:-
prependInstallPathis a SKILL function that uses the value set for the UNIX environment variableCDS_INST_DIR, which usually points to install_dir/tools/dfII. -
The
stroke.ilfile defines mouse key bindings and the applications that recognize strokes. -
The
defstrokes.ilfile lists the SKILL language functions used by the predefined strokes. -
The
def.strokesfile defines the stroke shapes.
You can also add these commands to your.cdsinitfile, so the strokes are loaded whenever you start the software. -
To unload layout editor strokes:
- Quit the current session and restart the software.
-
Remove the load strokes commands from your
.cdsinitfile if added them to the file.
Related Topics
Return to top