ideasman42 / nerd-dictation

Simple, hackable offline speech to text - using the VOSK-API.
GNU General Public License v3.0
1.21k stars 104 forks source link

PYNPUT support #76

Open KJ7LNW opened 1 year ago

KJ7LNW commented 1 year ago

hello i am so glad that you wrote the software (i wrote this message using nerd dictation come a however i do not have punctuation fixed yet exclamation mark)

While i did not write the patch for PYNPUT below, i thought you might be interested emerging it since it is an additional input method that does not depend on external tooling:

jtara1 commented 5 months ago

I don't see what the other branch does, but I wrote my own module, hotkeys.py, using pynput to define global hotkeys to toggle nerd-dictation on or off.

KJ7LNW commented 5 months ago

@jtara1, can you share your code?

jtara1 commented 5 months ago

https://github.com/jtara1/dictation/blob/main/dictation/src/dictation_hotkeys/hotkeys.py