Is there any way to fix this issue, Or any other method to fix the chattering issue on Ubuntu. I tried bounce key - not quite good.

Hereist the git hub repo: https://github.com/finkrer/KeyboardChatteringFix-Linux

you are viewing a single comment's thread
view the rest of the comments
[–] 15 points 3 years ago (3 children)

You need to install Python package dependencies. pip install -r requirements.txt is the simplest way to do it, but that unfortunately installs the packages globally. May be wise to use a virtual environment.

  • source
  • hideshow 3 child comments
  • [–] 2 points 3 years ago

    It needs to be installed globally or as root, as the script runs under root. Pip does not like being run with different permissions or as different users not at all tho.

  • source
  • parent