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:
Dag Wieers 2018-11-21 15:56:13 +01:00
parent 4ad81f9999
commit 3a5af7a498
2 changed files with 2 additions and 3 deletions

View File

@ -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

View File

@ -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