comparison xml/510connectbotmonitor.in @ 13:5bf6d84cc5b8 stable-1.0.1

add showurl command
author Carl Byington <carl@five-ten-sg.com>
date Tue, 24 Jun 2014 07:58:13 -0700
parents f6a1aabf384f
children a481d8fb5571
comparison
equal deleted inserted replaced
12:9f1eff475559 13:5bf6d84cc5b8
159 changes, the emulator will send a SCREENCHANGE message back 159 changes, the emulator will send a SCREENCHANGE message back
160 to the monitor. 160 to the monitor.
161 </para> 161 </para>
162 162
163 <para> 163 <para>
164 DEPRESS = 8 (Monitor -> TE). The argument is a single 164 DEPRESS = 8 (Monitor -> TE). The argument is a single uint16
165 uint16 value containing a Windows VK key code. See 165 value containing the vk_key value. This command causes the emulator
166 http://msdn.microsoft.com/en-us/library/windows/desktop/dd375731 166 to simulate a keypress for that key. The codes are defined
167 for the values. The following values are implemented 167 <ulink url="http://msdn.microsoft.com/en-us/library/windows/desktop/dd375731">here</ulink>.
168 in the emulator - vk_back vk_tab vk_return vk_escape 168 </para>
169 vk_prior vk_next vk_end vk_home vk_left vk_up vk_right 169
170 vk_down vk_insert vk_delete vk_f1 vk_f2 vk_f3 vk_f4 170 <para>
171 vk_f5 vk_f6 vk_f7 vk_f8 vk_f9 vk_f10 vk_f11 vk_f12. 171 SHOWURL = 9 (Monitor -> TE). The single argument is a sequence
172 of uint16 character codes forming a URL to be displayed.
172 </para> 173 </para>
173 </refsect1> 174 </refsect1>
174 175
175 <refsect1 id='todo.1'> 176 <refsect1 id='todo.1'>
176 <title>TODO</title> 177 <title>TODO</title>