dictation-toolbox / natlink

Natlink provides the interface between Dragon and python
Other
25 stars 17 forks source link

Fordragon16, failed attempt to implement playEvents via python #195

Closed quintijn closed 2 months ago

quintijn commented 2 months ago

two attempts to implement natlink.playEvents via python failed:

  1. Dane suggested via win32api.PostMessage
  2. Via the SendInput module of Vocola (Mark Lillibridge).

I think either this module can be adapted for direct playEvents inputs, or the wanted playEvents actions in grammars can be implemented via this module or via the appropriate Dragonfly module.