bramp / libcec-daemon

A Linux daemon for connecting libcec to uinput. That is, using your TV to control your PC!
BSD 2-Clause "Simplified" License
64 stars 26 forks source link

Key repeat fix for issue #3 #5

Closed davewongillies closed 11 years ago

9000h commented 11 years ago

this may fix your issue but the orignal code seems to be right, if you use eventlircd then the option --repeat-filter needs to be set

9000h commented 11 years ago

as I wrote before the original code is right so please leave it so uinput.send_event(EV_KEY, uinputKey, key.duration == 0 ? 1 : 0);