The inputDevice attribute determines the inputDevice subjects use to advance through series of instruction pages.
<instruct>
Name | Type | Description | ||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
device | inputdeviceenum |
|
If keyboard, serialport1, serialport2, lpt1, or lpt2 are selected, the specific keys/values to navigate backwards and forwards through the pages are specified by the PrevKey and NextKey attributes, respectively. If mouse is specified, the mouse cursor will be visible on the screen and subject may click on the forward and backward buttons.
The following sets the default input device for instruction pages to the COM2 serial port:
<instruct>
/ inputDevice = com2
</instruct>