diff 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
line wrap: on
line diff
--- a/xml/510connectbotmonitor.in	Tue Jun 24 07:41:39 2014 -0700
+++ b/xml/510connectbotmonitor.in	Tue Jun 24 07:58:13 2014 -0700
@@ -161,14 +161,15 @@
             </para>
 
             <para>
-                DEPRESS = 8 (Monitor -> TE). The argument is a single
-                uint16 value containing a Windows VK key code. See
-                http://msdn.microsoft.com/en-us/library/windows/desktop/dd375731
-                for the values. The following values are implemented
-                in the emulator - vk_back vk_tab vk_return vk_escape
-                vk_prior vk_next vk_end vk_home vk_left vk_up vk_right
-                vk_down vk_insert vk_delete vk_f1 vk_f2 vk_f3 vk_f4
-                vk_f5 vk_f6 vk_f7 vk_f8 vk_f9 vk_f10 vk_f11 vk_f12.
+                DEPRESS = 8 (Monitor -> TE). The argument is a single uint16
+                value containing the vk_key value. This command causes the emulator
+                to simulate a keypress for that key. The codes are defined
+                <ulink url="http://msdn.microsoft.com/en-us/library/windows/desktop/dd375731">here</ulink>.
+            </para>
+
+            <para>
+                SHOWURL = 9 (Monitor -> TE). The single argument is a sequence
+                of uint16 character codes forming a URL to be displayed.
             </para>
         </refsect1>