<?xml version="1.0" encoding="windows-1252"?>

<!DOCTYPE MyCommands SYSTEM "http://www.scansoft.com/NaturallySpeaking/Support/MyCommands/MyCmds11.dtd">

<MyCommands version="2.0" language="0x409">

	<Commands type="global">

		<Command name="Insert Advanced Send Dragon Keys" group="TextInsertion" enabled="true" states="">
			<description></description>
			<contents type="SCRIPT">
<![CDATA[Sub Main
	' This command was provided by Image Management, LLC, a ScanSoft Gold Certified Partner specializing in NaturallySpeaking
	' www.Image-Management.com    919-829-1479   888-462-4346    Speech@Image-Management.com
	'
	SendDragonKeys "This is a test of using the DNS Scripting Command 'SendDragonKeys' in an Advanced Scripting command to insert text.  There is a greater limit to what can be typed using this method.  This is a test of using the DNS Scripting Command 'SendDragonKeys' in an Advanced Scripting command to insert text.  There is a greater limit to what can be typed using this method.  This is a test of using the DNS Scripting Command 'SendDragonKeys' in an Advanced Scripting command to insert text.  There is a greater limit to what can be typed using this method.  NOTE:  You can use multiple SendDragonKeys commands to send more text and this method displays rather quickly, so it is a good alternative, if the Text and Graphics commands don't work.   This command was provided by Image Management, LLC, a ScanSoft Gold Certified Partner specializing in NaturallySpeaking.  Contact us at www.Image-Management.com, 919-829-1479, 888-462-4346, Speech@Image-Management.com{Enter 2}"
End Sub
]]>
			</contents>
		</Command>

		<Command name="Insert Advanced Send Keys" group="TextInsertion" enabled="true" states="">
			<description></description>
			<contents type="SCRIPT">
<![CDATA[Sub Main
	' This command was provided by Image Management, LLC, a ScanSoft Gold Certified Partner specializing in NaturallySpeaking
	' www.Image-Management.com    919-829-1479   888-462-4346    Speech@Image-Management.com
	'
	SendKeys "This is a test of using the VB Command 'SendKeys' in an Advanced Scripting command to insert text.  "
	SendKeys "There is a limit to what can be typed using this method -- this is actually two commands.{Enter 2}"
End Sub
]]>
			</contents>
		</Command>

		<Command name="Insert Advanced Send System Keys" group="TextInsertion" enabled="true" states="">
			<description></description>
			<contents type="SCRIPT">
<![CDATA[Sub Main
	' This command was provided by Image Management, LLC, a ScanSoft Gold Certified Partner specializing in NaturallySpeaking
	' www.Image-Management.com    919-829-1479   888-462-4346    Speech@Image-Management.com
	'
	SendSystemKeys "This is a test of using the DNS Command 'SendSystemKeys' in an Advanced Scripting command to insert text.  It sends keystrokes to the OS instead of the active window and is typically used to send control sequences to the OS.  There is a limit to what can be typed using this method.  Speed can be adjusted slightly, but it is still very slow in comparison to other methods.  We are using the fastest speed here. {Enter 2}", 32000
End Sub
]]>
			</contents>
		</Command>

		<Command name="Insert Send Keys" group="TextInsertion" enabled="true" states="">
			<description></description>
			<contents type="STEPS">
				<step type="sendkeys">This is a test of using the "Send Keys" Step-by-Step command to insert text.  There is a limit to the amount of text that can be typed.  This is a test of using the "Send Keys" Step-by-Step command to insert text.  There is a limit to the amount of text th</step>
				<step type="key" value="Enter"/>
				<step type="key" value="Enter"/>
			</contents>
		</Command>

		<Command name="Insert Text and Graphics" group="TextInsertion" enabled="true" states="">
			<description></description>
			<contents type="TEXT-GRAPHICS">
				<RTF>
<![CDATA[]]>
				</RTF>
				<TEXT>
<![CDATA[This is a test of a "text and graphics" command.  It can also be used to insert simple variables.  This command was provided by Image Management, LLC, a ScanSoft Gold Certified Partner specializing in NaturallySpeaking.   Contact us at www.Image-Management.com    919-829-1479   888-462-4346    Speech@Image-Management.com


]]>
				</TEXT>
			</contents>
		</Command>

		<Command name="Insert Type Text" group="TextInsertion" enabled="true" states="">
			<description></description>
			<contents type="STEPS">
				<step type="text">This is a test of using the "Type Text" Step-by-Step command to insert text.  There is a limit to what can be typed here.  This is a test of using the "Type Text" Step-by-Step command to insert text.  There is a limit to what can be typed here.  This is a </step>
				<step type="key" value="Enter"/>
				<step type="key" value="Enter"/>
			</contents>
		</Command>

	</Commands>

	<Lists>

	</Lists>

</MyCommands>

