dragonfly icon indicating copy to clipboard operation
dragonfly copied to clipboard

ARCHIVED! - Speech recognition framework allowing powerful Python-based scripting and extension of Dragon NaturallySpeaking (DNS) and Windows Speech Recognition (WSR)

Results 28 dragonfly issues
Sort by recently updated
recently updated
newest added

This was brought up in #12. I know it was closed because there was only Dragon Dictate for Mac. Should this be reopened? Now there is [DNS for Mac](https://www.nuance.com/dragon/dragon-for-mac/software.html)

Atm the Text action bugs with all chars which require alt+ctrl on the Keyboard. On a nordic keyboard this includes @£$€{[]}| i fixed it by replacing "elif" by "if" in...

No commits for 1 year 8 days. Is this project alive?

If you are using a context specific grammar via `AppContext` in dragonfly, I have discovered that DNS15 hijacks the context of firefox 57/58 with its own `formfiller.exe` application. Thus, if...

Would it be possible to integrate Dragonfly with Google Home? This would unlock Dragonfly on Linux computers. You could win up to $10,000 and flights, accommodation and entry to Google...

…nd for usage with internationals or unusuals keyboards layouts basically couldn't get {} and any char using altgr to work on french layout. Should work for german and others too.

Your readme refers to http://www.westga.edu/~drocco/voice/NatLink/, but that does not seem to have been updated since 2008. The [Unimacro](http://qh.antenna.nl/unimacro/installation/installation.html) and [NatLink](https://sourceforge.net/projects/natlink/files/natlink/natlinktest4.1/) sites are still active - they seem to be working...

When using Dragonfly over a VNC or remote desktop connection it appears to have timing issues with modifier keys. For example, when using Notepad, using a Dragonfly command to activate...

1) 2to3 has been used initially to convert python2 code. (Specifics) 2) string.letter -> string.ascii_letters 3) c_char(char) -> c_char(ord(char)) , similar c_wchar 4) **str**(self) modified in action_base.py and state.py (...

AFAICT there is no way to specify repetitions within the mapping rule syntax which makes dealing with situations where you need at least one word to be specified of several...

enhancement