Recovering info
- ran keyboar_controls.py which is simple and works
- noted that it uses a naive
keyboard and keyboard_input.py uses pynput
- remembered pynput was necessary, probably to catch from all sources and not just the same cli that script is ran from
- remembered running pynput was a massive pain
- managed to run from script triggered from SSH, which is a huge success, but not yet from service
- this is ok for now, service should work in the future
- focus on getting some value out of it
- warning: service and makefile installation exist, but don’t work at the moment
nohup make keyboard-dev > /dev/null 2>&1 &