In the [Permissions] section of the SRC file, you can disable commands. You can only turn commands off; otherwise, all commands are assumed to be on.
To disable specific commands:
1. Open the SRC file in a text editor.
2. Locate the [Permissions] section. You may have to type the section name.
3. In the [Permissions] section, type a list of keynames, beginning at "1=command-identifier, 0", and increasing by 1 for each command you want to disable. The 0 indicates you want the command turned off. For example:
[Permissions]
1=FILE_SAVE,0
2=LAYER_EXPORT,0
3=PAGE_IMPORT,0
4=LAYER_IMPORT,0
4. Save the SRC file and compile it. (For details, see Compiling a CFG file.)
If you complete the list of commands to disable, then decide to turn one back on, replace the 0 with a 1. If you simply delete the command from the list of keynames, the skipped integer that begins the keyname will cause the rest of the keynames in the [Permissions] section to be ignored.
See also