OpenELEC Testbuilds for RaspberryPi (Kodi 15.0) Part 2
Hi I use the tv remote to control kodi. But I always felt like one button(action) was missing and that is to go straight back to the video when you are in a menu (accidentily most of the time)

Before I had to go alll the way back to the main menu and then close the main menu by pressing back all the way.

Now I changed what the blue button does on my remote with the keymap xml.

It now does this : "FullScreen" Toggles full-screen content playback (either visualisation or video playback)

Code:
<?xml version="1.0" encoding="UTF-8"?>

<keymap>
  <global>
    <remote>
      
      <blue>FullScreen</blue>
      
  
    </remote>
  </global>
</keymap>

Can this become standard in Kodi? normally the blue button opens up "My Pictures" but who uses that?

ok thanks


Messages In This Thread
RE: OpenELEC Testbuilds for RaspberryPi (Kodi 15.0) Part 2 - by OurJermain - 2015-04-26, 17:29
How to install the builds - by kisas - 2015-05-24, 02:10
MVC 3D ISO Blu-ray - by Azimono - 2015-06-06, 14:28
Logout Mark Read Team Forum Stats Members Help
OpenELEC Testbuilds for RaspberryPi (Kodi 15.0) Part 214