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.txtOn Linux/MacOS
nohup python key-harmony.py &On Windows
pythonw key-harmony.pyRun the script with the -k flag like:
python key-harmony.py -kThis 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
-filearg to use a custom sound - Add
-optionarg 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.