Table of Contents

List of configurable parameters 2/4

These parameters control the execution of commands.

Warning: do not change parameters you do not understand. If you are unsure, test the new value before saving the configuration. If any problems occur, reset the parameter to standard value.

CMD_F3
<F3> = view file(s)
CMD_F4
<F4> = edit file(s)
CMD_F5
<F5> = copy file(s)
CMD_F6
<F6> = move file(s)
CMD_F7
<F7> = make directory
CMD_F8
<F8> = remove file(s)
CMD_F9
<F9> = print file(s)
CMD_F10
<F10> = user defined
CMD_F11
<F11> = user defined
CMD_F12
<F12> = user defined
All these CMD_Fx parameters are templates used to build commands each time you press one of the function keys <F3> to <F12>.

Substitutions

The following substitutions are performed before the specified text is inserted into the command line:

All inserted file and directory names are quoted properly.

Control sequences

CAUTION: $! allows automatic execution of commands. Use it carefully:
Automatic execution with $! implies a check for a rm command and suppresses warning about a long command line. See the notification panel for more information on this.