v18 LibreELEC Testbuilds for x86_64 (Kodi 18.0)
(2017-11-14, 21:49)TimoJ Wrote: Is there a command/setting that allows to change keyboard repeat rate in Kodi? I have tried xset and kbdrate but those are not available, and would they even work?  I'm using Flirc that simulates usb keyboard with ir-remote commands and repeat rate is a little too fast.

Create a file /storage/.config/udev.rules.d/70-input-repeat.rules with the following content:
Code:
ACTION=="add", SUBSYSTEM=="input", KERNEL=="event[0-9]*", GOTO="start"
GOTO="end"
LABEL="start"

# don't change eventlircd device settings
ATTRS{name}=="eventlircd", GOTO="end"

# increase repeat delay to 750ms, use 200ms repeat period
RUN+="/usr/bin/ir-keytable --delay=750 --period=200 --device=$devnode"

LABEL="end"
Change the delay and period parameters of ir-keytable to your likings. Note that this will affect all input devices of your system.

so long,

Hias


Messages In This Thread
RE: LibreELEC Testbuilds for x86_64 (Kodi 18.0) - by HiassofT - 2017-11-14, 23:13
Logout Mark Read Team Forum Stats Members Help
LibreELEC Testbuilds for x86_64 (Kodi 18.0)24