Macros
Outlook 2007 -- Paste Unformatted Text
Submitted by Matt Chambers on Fri, 05/21/2010 - 18:19.So, this macro works perfectly in Outlook 2007, as an Outlook macro:
Sub Paste_Special_Unformatted()
Dim objDoc As Word.Document
Dim objSel As Word.Selection
On Error Resume Next
A simple example of using NatPython
Submitted by MarkUK on Thu, 01/14/2010 - 11:51.Over the last couple of years I have struggled to get to grips with writing directly in NatPython and dispensing with Vocola.
Locate cursor position versus mouse position
Submitted by AllanG on Tue, 09/29/2009 - 16:50.I have moved this from Natlink/Python here. This locates the "blinking" cursor, which is not the same as mouse position.
List of "run" commands
Submitted by MarkUK on Thu, 01/15/2009 - 10:12.This looks like a pretty comprehensive list of run commands which should work with DNS/NatPython/Vocola.
controlling the printer with Natlink
Submitted by MarkUK on Wed, 12/10/2008 - 17:46.I have been working on these macros to control my printer... they work from me and I would be interested to hear if anybody else finds them useful.
Mark
Dragonfly command-module: direct setting of Word styles
Submitted by Christo on Wed, 10/22/2008 - 19:06.This command-module can set styles in Microsoft Word.
The following commands are available:
"set style <style>" -- format the current selection with
Dragonfly command-module demonstration: very simple notepad control
Submitted by Christo on Wed, 10/22/2008 - 17:16.This Dragonfly command-module is a very basic demonstration of
the library's basic building blocks. It is included in
Dragonfly's standard distribution.
Mouse position as vocola command
Submitted by pantoute on Wed, 10/01/2008 - 21:22.This Natlink macro allows to create a Vocola command to generate a mouse click at the actual mouse position. Useful to speech-enable applications where shortcuts are unavailable.
Date and Time Macros
Submitted by MarkUK on Wed, 09/24/2008 - 19:04.This is very much a learning exercise in using NatPython to insert the current date, in various formats, into a document.
The relevant voice commands are:
'Test Date and Time Macros';

Larry Rosenthal's Master Macro NS5 Update
Submitted by admin on Sat, 09/20/2008 - 23:24.Larry Rosenthal wrote this for NaturallySpeaking Version 5. It's more of a test than anything to make sure all is working. This is also available in our downloads area.
---
Firefox browsing
Submitted by Thomasjeffreyan... on Sun, 09/21/2008 - 16:45.I wouldn't be able to browse with Firefox without these commands...
