Play a sound every time you press a key, some people like it.
Right now it plays a default sound hardcoded but later will be selectable. The default sound is the mechanical cherry mx brown key stroke.
pip install -r requirements.txt
On Linux/MacOS
nohup python key-harmony.py &
On Windows
pythonw key-harmony.py
Run the script with the -k
flag like:
python key-harmony.py -k
This works for both Linux and Windows.
If you are on Linux you can also execute the ./kill.sh
file, remember to assign it execution permissions with chmod
.
- Add more sounds, all mechanical cherry sounds
- Add
-file
arg to use a custom sound - Add
-option
arg to select one of the default sounds - User interface?
If you want to add some functionality or add an extra keystroke sound, feel free to open a PR.