forked from LibreELEC/LibreELEC.tv
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
eventlircd: add support and evmap for remote PHILIPS MCE USB IR Recei…
…ver- Spinel plus
- Loading branch information
Showing
2 changed files
with
42 additions
and
0 deletions.
There are no files selected for viewing
38 changes: 38 additions & 0 deletions
38
packages/sysutils/remote/eventlircd/evmap/03_0471_0613.evmap
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,38 @@ | ||
# 0471:0613 PHILIPS MCE USB IR Receiver- Spinel plus | ||
|
||
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_0 = KEY_NUMERIC_0 # 0 | ||
shift+KEY_8 = KEY_NUMERIC_STAR # * | ||
shift+KEY_3 = KEY_NUMERIC_POUND # # | ||
|
||
KEY_POWER = KEY_POWER # Power | ||
KEY_RECORD = KEY_RECORD # Record | ||
KEY_PAUSE = KEY_PAUSE # Pause | ||
KEY_STOPCD = KEY_STOP # Stop | ||
KEY_REWIND = KEY_REWIND # Rev | ||
KEY_PLAY = KEY_PLAY # Play | ||
KEY_FASTFORWARD = KEY_FASTFORWARD # Fwd | ||
KEY_PREVIOUSSONG = KEY_PREVIOUS # Prev | ||
KEY_NEXTSONG = KEY_NEXT # Next | ||
KEY_BACK = KEY_EXIT # BACK | ||
KEY_PROPS = KEY_INFO # Info/EPG | ||
KEY_LEFT = KEY_LEFT # Left Arrow | ||
KEY_RIGHT = KEY_RIGHT # Right Arrow | ||
KEY_UP = KEY_UP # Up Arrow | ||
KEY_DOWN = KEY_DOWN # Down Arrow | ||
KEY_ENTER = KEY_OK # Enter & Ok | ||
KEY_VOLUMEUP = KEY_VOLUMEUP # Vol + | ||
KEY_VOLUMEDOWN = KEY_VOLUMEDOWN # Vol - | ||
KEY_CHANNELUP = KEY_CHANNELUP # CH/PG up | ||
KEY_CHANNELDOWN = KEY_CHANNELDOWN # CH/PG down | ||
KEY_MUTE = KEY_MUTE # Mute | ||
KEY_PROGRAM = KEY_SUBTITLE # Program # remapped to Subtitle | ||
KEY_ESC = KEY_DELETE # Delete/Clear |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters