bobgroks
Results
1
comments of
bobgroks
I have the exact same problem, here's the fix that worked for me. in '/usr/lib/python3.10/site-packages/xkeysnail/output.py', line 30 should be `_uinput = UInput(events={ecodes.EV_KEY: _keyboard_codes, ecodes.EV_REL: set([0,1,6,8,9]), })` I deleted the events...