comparison xml/510connectbot.in @ 160:4bccac50fd0b

update version number and documentation
author Carl Byington <carl@five-ten-sg.com>
date Tue, 24 Jun 2014 08:08:52 -0700
parents 83bb2734b14c
children f60d4b1e8c39
comparison
equal deleted inserted replaced
159:13ca2a7a63f3 160:4bccac50fd0b
175 175
176 <para> 176 <para>
177 DEPRESS = 8 (Monitor -> TE). The argument is a single uint16 177 DEPRESS = 8 (Monitor -> TE). The argument is a single uint16
178 value containing the vk_key value. This command causes the emulator 178 value containing the vk_key value. This command causes the emulator
179 to simulate a keypress for that key. The codes are defined 179 to simulate a keypress for that key. The codes are defined
180 <ulink url="http://msdn.microsoft.com/en-us/library/windows/desktop/dd375731%28v=vs.85%29.aspx">here</ulink>. 180 <ulink url="http://msdn.microsoft.com/en-us/library/windows/desktop/dd375731">here</ulink>.
181 </para>
182
183 <para>
184 SHOWURL = 9 (Monitor -> TE). The single argument is a sequence
185 of uint16 character codes forming a URL to be displayed.
181 </para> 186 </para>
182 </refsect1> 187 </refsect1>
183 188
184 <refsect1 id='todo.1'> 189 <refsect1 id='todo.1'>
185 <title>TODO</title> 190 <title>TODO</title>