InfoConnect for Airlines VBA Guide
KeysSent Event
This event is triggered immediately after InfoConnect transmits a character, or string of characters, to the host.
Syntax
private Sub Screen_KeysSent (
   ByVal sender As Object, _
   ByVal keys As String _
) 

Parameters

sender
The Screen object.
keys
The character or string that was just sent to the host.
See Also