_presskey.py -- powerful manipulation of keystrokes
Submitted by reckoner on Fri, 05/18/2007 - 12:22.
This is an old piece of code that is missing from speechwiki for some reason. I have found it very useful for holding down keys and doing complicated keystroking.
See attachment for the full code.
#
# Python Macro for Dragon NaturallySpeaking
# (c) Copyright 1999 by Kees-Jan Dijkzeul
# Portions (c) Copyright 1999 by Dragon Systems, Inc.
#
# _presskey.py
# Improvement of the DNS "Press" macro, that supports pressing multiple
# keys in sequence
#
# $Id: _presskey.py,v 1.1 2001/03/21 15:11:15 keesjand Exp $


Also in unimacro. Please
Also in unimacro. Please consult the keystokes grammar of unimacro.
The information on this page could be made more clear. If people show interest in this part of unimacro, I am ready to discuss things. It can be configured through a configuration (ini) file.
Quintijn