Called each one or more simple keystrokes are being sent to the host. Only occurs with VT/ASCII hosts, not TN3270 or TN5250.
function onKeys(keystrokes)
{
}
Parameter |
Description |
keyStrokes |
One or more keys typed by the user |
Bind your onKeys the FVMsgApi.ConnectMsgFVTerm or ConnectFVTerm function callback as follows:
fvApi.onkeys = onKeys;