Kodi Community Forum
Keymap not working fully anymore - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33)
+--- Forum: General Support (https://forum.kodi.tv/forumdisplay.php?fid=111)
+---- Forum: OS independent / Other (https://forum.kodi.tv/forumdisplay.php?fid=228)
+---- Thread: Keymap not working fully anymore (/showthread.php?tid=364227)



Keymap not working fully anymore - coendeurloo - 2021-08-29

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?


RE: Keymap not working fully anymore - KingChit - 2021-08-29

Remove "XBMC.", its depreciated