up Inquisit Language Reference

nextkey attribute

The nextkey attribute specifies which response advances to the next instruction page.

Member of

<instruct>

Syntax

/ nextkey = ("character")

or

/ nextkey = (scancode)

or

/ nextkey = (signal)

Parameters

character A character indicating a correct keyboard response.
scancode An integer specifying the scancode of a correct keyboard response. See the scancodes table for corresponding key value assignments.
signal An integer representing the response code of a serial or parallel port device such as a response box.

Remarks

The default value is the space bar, " ".

Examples

The following sets the previous key to the "m" key:

<instruct>
/ nextkey = ("m")
</instruct>

Send comments on this topic:
Copyright Millisecond Software, LLC. All rights reserved.