ILikeAI / AlwaysReddy

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

On Mac: Key 'x' is not mapped to any known key #19

Open leo-usa opened 2 months ago

leo-usa commented 2 months ago

Excellent project!

I am testing it on Mac. When I run "python main.py", I got the following error:

(venv) leo@Leos-MacBook-Pro AlwaysReddy % python main.py Exception in thread Thread-2 (listen): Traceback (most recent call last): File "/Library/Frameworks/Python.framework/Versions/3.12/lib/python3.12/threading.py", line 1073, in _bootstrap_inner Failed to start the recorder: ("Key 'x' is not mapped to any known key.", ValueError('Unrecognized character: x'))

ILikeAI commented 2 months ago

Thanks for opening the issue! Hmmm yeah there seem to be a few issues with the current keyboard setup when it comes to running it across different platforms. Sadly I dont have a Mac so my first efforts will be getting it running on Linux and Windows, but there are a couple people working at getting it going on Mac from what I can see