Macros

Choose Program

Outlook 2007 -- Paste Unformatted Text

Program: 
Dragon NS

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

Program: 
NatPython

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

Program: 
Natlink

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

Program: 
NatPython

This looks like a pretty comprehensive list of run commands which should work with DNS/NatPython/Vocola.

controlling the printer with Natlink

Program: 
NatPython

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

Program: 
DragonFly

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

Program: 
DragonFly

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

Program: 
Natlink

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

Program: 
NatPython

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';

admin's picture

Larry Rosenthal's Master Macro NS5 Update

Program: 
Dragon NS

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

Program: 
Vocola

I wouldn't be able to browse with Firefox without these commands...