mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-28 13:16:41 +00:00
eventlircd: use default initial-repeat delay for gpio-rc-recv
This commit is contained in:
parent
62808dc328
commit
3fc5343a9d
@ -199,16 +199,9 @@ ENV{eventlircd_evmap}="osmc_rf.evmap"
|
|||||||
|
|
||||||
LABEL="end-usb"
|
LABEL="end-usb"
|
||||||
|
|
||||||
# Automatically set Delayrate to 200ms to avoid double keypresses with
|
|
||||||
# gpio-rc-recv
|
|
||||||
DRIVERS=="gpio-rc-recv", \
|
|
||||||
RUN+="/usr/bin/ir-keytable --delay=200 --device=$devnode", \
|
|
||||||
GOTO="end-keytable"
|
|
||||||
|
|
||||||
# Set default delays (1000ms for first repeat, to avoid multiple keypresses).
|
# Set default delays (1000ms for first repeat, to avoid multiple keypresses).
|
||||||
RUN+="/usr/bin/ir-keytable --delay=1000 --device=$devnode"
|
RUN+="/usr/bin/ir-keytable --delay=1000 --device=$devnode"
|
||||||
|
|
||||||
LABEL="end-keytable"
|
|
||||||
#-------------------------------------------------------------------------------
|
#-------------------------------------------------------------------------------
|
||||||
# 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