Guest - Testers are needed for the reworked CDateTime core component. See... https://forum.kodi.tv/showthread.php?tid=378981 (September 29) x
Keymap not working fully anymore
#1
Hey guys, I'm on the latest Kodi and the following keymap.xml doesnt seems to be working fully anymore, with regard to updating and cleaning the video library shortcuts:

Code:
<keymap>

<!-- ************* GLOBAL ***************************** -->
<!-- Define R as reload skin, S as screenshot, anywhere -->
<!-- and define some special remote keys 
<!-- Red toggles fullscreen view -->
<!-- Green Toggles the watched status of an item -->
<!-- And yellow will toggle the library views between 'show everything' and 'show watched only' --> 
<global>
    <remote>
 <Green>ToggleWatched</Green>  
 <Yellow>SendClick(25,14)</Yellow>
    </remote>
</global>
<!-- ************************************************ -->
<!-- On the home screen, 1 cleans the library, 2 triggers an update -->  
<home>
     <remote>
       <Red>XBMC.CleanLibrary(video)</Red>
       <Green>XBMC.UpdateLibrary(video)</Green>
     </remote>
</home>
<!-- Set up Audio Delay Easy Keys -->
<FullscreenVideo>
    <remote>
 <Yellow>AudioDelayMinus</Yellow>
 <Blue>AudioDelayPlus</Blue> 
 <Red>ActivateWindow(SubtitleSearch)</Red>
 <Green>SubtitleDelay</Green>
 <Menu>ActivateWindow(WINDOW_HOME)</Menu>
    </remote>
</FullscreenVideo>
</keymap>


Did something change?
Reply
#2
Remove "XBMC.", its depreciated
Reply

Logout Mark Read Team Forum Stats Members Help
Keymap not working fully anymore0