ILikeAI / AlwaysReddy

AlwaysReddy is a LLM voice assistant that is always just a hotkey away.
MIT License
621 stars 61 forks source link

Add record hotkey double tap delay option #46

Closed Jobus0 closed 4 months ago

Jobus0 commented 4 months ago

config.HOTKEY_DELAY exists already, which I assume was meant to control the double tap delay for activating the clipboard injection, but it has not actually been implemented.

This pull request renames it to config.RECORD_HOTKEY_DELAY and implements it. The default value has been changed to what the double tap logic already used (0.2s), so the default behaviour remains the same.