Skip to content

Commit

Permalink
Merge pull request #3116 from dagwieers/patch-2
Browse files Browse the repository at this point in the history
eventlircd: Fix OSMC Remote ContextMenu mapping
  • Loading branch information
HiassofT authored Nov 24, 2018
2 parents cf48bb0 + 3a5af7a commit ae94a89
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions packages/sysutils/eventlircd/evmap/osmc_rf.evmap
Original file line number Diff line number Diff line change
Expand Up @@ -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

2 changes: 1 addition & 1 deletion packages/sysutils/eventlircd/evmap/osmc_rf2.evmap
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ae94a89

Please sign in to comment.