Skip to content

Instantly share code, notes, and snippets.

@andrsd
Last active March 19, 2020 12:23
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save andrsd/41dc4925f2863e7157cd6e48776160a7 to your computer and use it in GitHub Desktop.
Save andrsd/41dc4925f2863e7157cd6e48776160a7 to your computer and use it in GitHub Desktop.
Volume on Up/Down buttons for OSMC remote control in KODI

Place this in ~/.kodi/userdata/keymaps/customkeys.xml

<keymap>
 <visualisation>
  <keyboard>
   <key id="166">volumeup</key>
   <key id="167">volumedown</key>
   <key id="168">skipnext</key>
   <key id="169">skipprevious</key>
   <key id="11">playpause</key>
  </keyboard>
 </visualisation>
 <fullscreenvideo>
  <keyboard>
   <key id="166">volumeup</key>
   <key id="167">volumedown</key>
  </keyboard>
 </fullscreenvideo>
</keymap>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment