I finally figured out how to get it to work. Here’s what I did:
- SSH into the Vero (username osmc, password osmc)
- cp /usr/share/kodi/system/keymaps/remote.xml ~/.kodi/userdata/keymaps
- sudo nano ~/.kodi/userdata/keymaps/remote.xml
- enter osmc as password, if prompted
- Page down until you find the
<FullScreenVideo>
section - Replace
<up>
ChapterOrBigStepForward</up>
with<up>
VolumeUp</up>
- Replace
<down>
ChapterOrBigStepBack</down>
with<down>
VolumeDown</down>
- Ctrl+O, then {Enter} to write the file out
- Ctrl+X to exit nano
- Sudo reboot
Test the functionality of the remote once the Vero has finished rebooting.
Cheers,
Ian