You can try to workaround that by setting a larger repeat delay with "evrepeat".
First run "ir-keytable" to find out the input device of the IR receiver (eg /dev/input/event0)
Then use the "-d" option of evrepeat to set the delay in ms (try with eg 1000ms / 1 second) - adjust the device number to match the one on your system. eg:
Code
LibreELEC:~ # evrepeat -d 1000 /dev/input/event0
Repeat delay = 500 ms, repeat period = 125 ms
Changed repeat delay to 1000 ms and repeat period to 125 ms
If this doesn't work then I recommend using a MCE USB or Flirc receiver.
so long,
Hias