Really basic remote questions - volume up/down?

I finally figured out how to get it to work. Here’s what I did:

  1. SSH into the Vero (username osmc, password osmc)
  2. cp /usr/share/kodi/system/keymaps/remote.xml ~/.kodi/userdata/keymaps
  3. sudo nano ~/.kodi/userdata/keymaps/remote.xml
  4. enter osmc as password, if prompted
  5. Page down until you find the <FullScreenVideo> section
  6. Replace <up>ChapterOrBigStepForward</up> with <up>VolumeUp</up>
  7. Replace <down>ChapterOrBigStepBack</down> with <down>VolumeDown</down>
  8. Ctrl+O, then {Enter} to write the file out
  9. Ctrl+X to exit nano
  10. Sudo reboot

Test the functionality of the remote once the Vero has finished rebooting.

Cheers,
Ian

4 Likes