ILikeAI / AlwaysReddy

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

Push-to-talk + pynput fixes #49

Closed Jobus0 closed 1 month ago

Jobus0 commented 1 month ago

This pull request adds a few input-related features and fixes:

PynputHandler has been largely rewritten, because to support this stuff I needed to move away from using GlobalHotKeys().

With this I think pynput on Linux/Mac should be functionally equivalent to the keyboard package on Windows, except for key suppression.

ILikeAI commented 1 month ago

You're the best, this is awesome!!