12-15-2019, 06:06 PM
Interesting.
Yup. In Flirc-moode.py, try changing
to
Note I was using only the "valid command" keys, hence the script is using the kbd endpoint.
Regards,
Kent
Yup. In Flirc-moode.py, try changing
Code:
# the following endpoint tracks media keys:
#flirc=evdev.InputDevice('/dev/input/by-id/usb-flirc.tv_flirc-event-if01')
# the following endpoint tracks "valid command" keys
flirc=evdev.InputDevice('/dev/input/by-id/usb-flirc.tv_flirc-if01-event-kbd')
to
Code:
# the following endpoint tracks media keys:
#flirc=evdev.InputDevice('/dev/input/by-id/usb-flirc.tv_flirc-event-if00')
# the following endpoint tracks "valid command" keys
flirc=evdev.InputDevice('/dev/input/by-id/usb-flirc.tv_flirc-event-kbd')
Note I was using only the "valid command" keys, hence the script is using the kbd endpoint.
Regards,
Kent