mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-29 05:36:47 +00:00
remote: fix comments in configfiles, thanks to ilya
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
3792a1b85a
commit
18c631b302
@ -1,9 +1,11 @@
|
||||
# Setup remote control ( none / lirc / irtrans )
|
||||
#
|
||||
# none: no remote control hardware is installed
|
||||
#
|
||||
# lirc: use lirc as remotecontrol backend (default)
|
||||
#
|
||||
# irtrans: use irtrans as remotecontrol backend
|
||||
# remote.conf
|
||||
|
||||
# This configuration file lets you setup remote control access for your
|
||||
# system
|
||||
# Options are "none" / "lirc" / "irtrans"
|
||||
|
||||
# none: No remote control hardware is installed
|
||||
# lirc: Use lirc as remote control backend (default)
|
||||
# irtrans: Use irtrans as remote control backend
|
||||
|
||||
REMOTE_BACKEND="lirc"
|
||||
|
@ -0,0 +1,40 @@
|
||||
# X10 Remote
|
||||
|
||||
KEY_0 = KEY_NUMERIC_0 # 0
|
||||
KEY_1 = KEY_NUMERIC_1 # 1
|
||||
KEY_2 = KEY_NUMERIC_2 # 2
|
||||
KEY_3 = KEY_NUMERIC_3 # 3
|
||||
KEY_4 = KEY_NUMERIC_4 # 4
|
||||
KEY_5 = KEY_NUMERIC_5 # 5
|
||||
KEY_6 = KEY_NUMERIC_6 # 6
|
||||
KEY_7 = KEY_NUMERIC_7 # 7
|
||||
KEY_8 = KEY_NUMERIC_8 # 8
|
||||
KEY_9 = KEY_NUMERIC_9 # 9
|
||||
|
||||
KEY_VOLUMEUP = KEY_VOLUMEUP # Volume Up
|
||||
KEY_VOLUMEDOWN = KEY_VOLUMEDOWN # Volume Down
|
||||
KEY_PAGEDOWN = KEY_CHANNELDOWN # Channel Up
|
||||
KEY_PAGEUP = KEY_CHANNELUP # Channel Down
|
||||
#KEY_0 = KEY_MUTE # Mute (also Button 0)
|
||||
|
||||
KEY_OK = KEY_OK # Direction OK (also used for Enter)
|
||||
KEY_UP = KEY_UP # Direction Up
|
||||
KEY_DOWN = KEY_DOWN # Direction Down
|
||||
KEY_LEFT = KEY_LEFT # Direction Left
|
||||
KEY_RIGHT = KEY_RIGHT # Direction Right
|
||||
|
||||
KEY_PLAY = KEY_PLAY # Play (also used for Pause)
|
||||
KEY_STOP = KEY_STOP # Stop
|
||||
KEY_RECORD = KEY_RECORD # Record
|
||||
KEY_FORWARD = KEY_FORWARD # Forward
|
||||
KEY_REWIND = KEY_REWIND # Reverse
|
||||
KEY_F = KEY_NEXT # Next track
|
||||
KEY_E = KEY_PREVIOUS # Pre-track
|
||||
|
||||
KEY_INFO = KEY_VIDEO # My Videos
|
||||
KEY_DVD = KEY_CAMERA # My Pictures
|
||||
KEY_BOOKMARKS = KEY_AUDIO # My Music
|
||||
KEY_HOME = KEY_PROG1 # Start Key
|
||||
|
||||
KEY_MENU = KEY_EXIT # Back
|
||||
KEY_END = KEY_DELETE # Button "RC"
|
@ -68,6 +68,10 @@ LABEL="begin-usb"
|
||||
|
||||
ENV{ID_USB_INTERFACES}=="", IMPORT{program}="usb_id --export %p"
|
||||
|
||||
ENV{ID_VENDOR_ID}=="0bc7", ENV{ID_MODEL_ID}=="0006", \
|
||||
ENV{eventlircd_enable}="true",
|
||||
ENV{eventlircd_evmap}="03_$env{ID_VENDOR_ID}_$env{ID_MODEL_ID}.evmap"
|
||||
|
||||
ENV{ID_VENDOR_ID}=="0419", ENV{ID_MODEL_ID}=="0001", \
|
||||
ENV{eventlircd_enable}="true",
|
||||
ENV{eventlircd_evmap}="03_$env{ID_VENDOR_ID}_$env{ID_MODEL_ID}.evmap"
|
||||
|
Loading…
x
Reference in New Issue
Block a user