mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +00:00
eventlircd: Fix OSMC Remote ContextMenu mapping
Without this fix, the context-menu key on the OSMC remote will fail to work, and maps to the EPG (TV channel guide). This is discussed in https://github.com/osmc/osmc/issues/478
This commit is contained in:
parent
4ad81f9999
commit
3a5af7a498
@ -6,9 +6,8 @@
|
||||
#KEY_RIGHT = KEY_RIGHT
|
||||
KEY_ENTER = KEY_OK
|
||||
#KEY_BACK = KEY_BACK
|
||||
KEY_CONTEXT_MENU = KEY_EPG
|
||||
#KEY_CONTEXT_MENU = KEY_CONTEXT_MENU
|
||||
#KEY_PLAYPAUSE = KEY_PLAYPAUSE
|
||||
#KEY_STOP = KEY_STOP
|
||||
#KEY_REWIND = KEY_REWIND
|
||||
#KEY_FASTFORWARD = KEY_FASTFORWARD
|
||||
|
||||
|
@ -6,7 +6,7 @@ KEY_I = KEY_INFO
|
||||
#KEY_RIGHT = KEY_RIGHT
|
||||
KEY_ENTER = KEY_OK
|
||||
#KEY_BACK = KEY_BACK
|
||||
KEY_C = KEY_EPG
|
||||
KEY_C = KEY_CONTEXT_MENU
|
||||
#KEY_PLAYPAUSE = KEY_PLAYPAUSE
|
||||
#KEY_STOP = KEY_STOP
|
||||
KEY_MINUS = KEY_VOLUMEDOWN
|
||||
|
Loading…
x
Reference in New Issue
Block a user