mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-28 13:16:41 +00:00
eventlircd: set default first repeat to 1000ms to avoid double keypresses on some remotes
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
f33b6a8834
commit
4c1c5c7b91
@ -164,12 +164,14 @@ ENV{ID_VENDOR_ID}=="0471", ENV{ID_MODEL_ID}=="20cc", \
|
|||||||
ENV{eventlircd_enable}="true", \
|
ENV{eventlircd_enable}="true", \
|
||||||
ENV{eventlircd_evmap}="spinelplus.evmap"
|
ENV{eventlircd_evmap}="spinelplus.evmap"
|
||||||
|
|
||||||
|
|
||||||
# Enable wake-on-usb for the USB remotes.
|
# Enable wake-on-usb for the USB remotes.
|
||||||
RUN+="wakeup_enable"
|
RUN+="wakeup_enable"
|
||||||
|
|
||||||
LABEL="end-usb"
|
LABEL="end-usb"
|
||||||
|
|
||||||
|
# Set default delays (1000ms for first repeat, to avoid multiple keypresses).
|
||||||
|
RUN+="/usr/bin/ir-keytable --delay=1000 --device=$devnode"
|
||||||
|
|
||||||
#-------------------------------------------------------------------------------
|
#-------------------------------------------------------------------------------
|
||||||
# Ask eventlircd to handle Bluetooth HID devices that show up as event devices
|
# Ask eventlircd to handle Bluetooth HID devices that show up as event devices
|
||||||
# and are known to be remote controls. For simplicity, the event map file names
|
# and are known to be remote controls. For simplicity, the event map file names
|
||||||
|
Loading…
x
Reference in New Issue
Block a user