comparison xml/510connectbot.in @ 147:1350adb077b1

monitor key state tracking
author Carl Byington <carl@five-ten-sg.com>
date Sun, 22 Jun 2014 07:57:20 -0700
parents accf93be8c12
children 83bb2734b14c
comparison
equal deleted inserted replaced
146:8754f293f2fd 147:1350adb077b1
119 topmost (or only) window visible to the user - typed keystrokes 119 topmost (or only) window visible to the user - typed keystrokes
120 will be sent to the host on the other end of this connection. 120 will be sent to the host on the other end of this connection.
121 </para> 121 </para>
122 122
123 <para> 123 <para>
124 HOSTDATA = 2 (TE -> Monitor). The argument is a single uint16 124 KEYSTATE = 2 (TE -> Monitor). The argument is a single uint16
125 value containing the 8 bit character that was sent to the host. 125 value, 1 for key down, 0 for key up. The TE tracks a single special
126 key for the monitor, and reports key up/down state when it changes.
127 The actual key is configurable.
126 </para> 128 </para>
127 129
128 <para> 130 <para>
129 CURSORMOVE = 3 (TE -> Monitor). 131 CURSORMOVE = 3 (TE -> Monitor).
130 The first argument is the line number (0..23) 132 The first argument is the line number (0..23)