Hi
Is it possible to remap the fast forward/rewind buttons on the remote to next/previous instead?
Hi
Is it possible to remap the fast forward/rewind buttons on the remote to next/previous instead?
Yes
You can edit keys with sudo nano /etc/eventlircd.d/osmc_rf.evmap.
#KEY_HOME = KEY_HOME
#KEY_INFO = KEY_INFO
#KEY_UP = KEY_UP
#KEY_DOWN = KEY_DOWN
#KEY_LEFT = KEY_LEFT
#KEY_RIGHT = KEY_RIGHT
KEY_ENTER = KEY_OK
#KEY_BACK = KEY_BACK
KEY_CONTEXT_MENU = KEY_TITLE
#KEY_PLAYPAUSE = KEY_PLAYPAUSE
#KEY_STOP = KEY_STOP
#KEY_REWIND = KEY_REWIND
#KEY_FASTFORWARD = KEY_FASTFORWARD
Perhaps we should mark this as a conffile in future to make changes persistent.
I would like to have the ability to switch between these two options in the config. Would be great if this can be added
You can edit the keymap file manually as demonstrated above to make those changes. I’m reluctant to make a separate configuration file available in My OSMC, as we’d have too many for each option.