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

zero dotool keyhold and typehold #94

Closed johngebbie closed 1 year ago

johngebbie commented 1 year ago

dotool > 1.0 has a default keyhold and typehold of 8ms, which this commit removes so the speed is the same as before. dotool 1.0 will warn keyhold and typehold are unknown to stderr but not be affected otherwise.

Untested!