CONTENTS | INDEX | PREV | NEXT

This section is only applicable to the Amiga platform.

SYNTAX            :  -  CTRL_X

RESULTING ARGUMENT: None

FUNCTION          : The Settings-requester provides a comfortable way
                    of accessing all CTRL_X-functions (except Delay).
                    To activate it, CTRL_X must be called with argument -1.

                    The requester looks roughly like this:

  Search Mode     : Exact;Approximate    Size of <TAB>   : Numeric Input
  Display Messages: No;Short;Detailed    Trigger Columns : Slider
  Trace ';e'-Files: No;Yes
  Lock Title      : No;Yes
  Cursor          : No;Yes               Trigger Lines   : Slider
  CTRL_C Active   : No;Yes
  CTRL_T Active   : No;Yes
  CTRL_G Active   : No;Yes               Buffer Changed  : Read-only check
  Language        : English;German       Request Canceled: Read-only check
  Keyboard        : USA0;D
  Abort on Cancel : No;Yes
  Input Mode      : Command;Overstrike;Insert
  Log file        : No;Yes                              OK         Cancel 

                    Selection of either the OK or the Cancel button
                    will end the CTRL_X-command.

NOTE              : The resulting changes from the requester are injected
                    into the TVback-file one by one. That means the backup-
                    file is consistent with any actions done in the
                    requester. There is one thing to keep in mind: if the
                    requester were to be called again with CTRL_D, then
                    playing back the backup-file would result in just the
                    last change being repeated, which is obviously wrong.
                    That is why CTRL_D is disabled immediately after the
                    requester was used to change anything.

MATRIX