Logitech C7 Mouse  (260-1199)   Logimenu Reference     Faxback Doc. # 5446

This section provides a reference to LOGIMENU language and syntax.

LOGIMENU LANGUAGE

Key terms in the LOGIMENU LANGUAGE ARE DESCRIBED IN THE FOLLOWING TABLE.

LOGIMENU LANGUAGE

TERM OR 
STATEMENT     DEFINITION

ASSIGN        Statement that assigns new behavior to mouse.

BACKSP        Part of a TYPE statement; causes program to simulate a 
              backspace key

BEGIN         Statement at the start of a program; defines function of mouse
              buttons

CHORDS        Defines what happens when you press a combination of mouse 
              buttons

;<COMMENT>    A note not read by the program; a semicolon precedes the
              comment

ENTER         Part to a TYPE statement; causes program to simulate an
              [ENTER] key

ESC           Part of a TYPE statement; causes program to simulate an [ESC]
              key

EXECUTE       Chains together a sequence of commands

<LABEL>       Name assigned to a statement or statements

MATCH         Defines a condition on the screen; sends the program to one
              label if the condition exists and to another label if the 
              condition does not exist

MEND          Ends a menu definition

OPTION        Lists a menu option

SELECT        Corresponds to a popup menu definition

TEXT          Lists text line of popup menu

TYPE          Sends characters and commands as if typed from a keyboard

(dkh-07/30/93)