Key Bindings

The following key bindings have been added to the existing Motif text widget key bindings in the query interpreter sub-window:


<DEL>
Deletes the character to the left of the insertion point.
^C
Interrupts Prolog execution (see qui-mai-int for more information).
^D
Deletes the next character. If there are no characters on the current line, then an end of file signal is transmitted to Prolog.
^K
Deletes all characters to the right of the insertion point on the current line.
^U
Deletes all the characters to the left of the insertion point up to the Prolog prompt on the current line.
^P
Moves the insertion point to the previous line.
^N
Moves the insertion point to the next line.
^A
Moves the insertion point to the beginning of the current line.
^E
Moves the insertion point to the end of the current line.
^B
Moves the insertion point one character to the left.
^F
Moves the insertion point one character to the right.