2024-03-12, 16:55
How could I assign a shortcut for the favorites? E.g. CTRL+F.
Quote:Favourites is used as a short cut to other things, I don't think there was too much thought to make a shortcut of a shortcut.Sorry, I do not understand.
Quote:The keyboard combination shift+F on the home screen will highlight 'favourites' then entering is the return key.OK, but it obviously does not here.
Quote:In settings under Interface/startup/startup window/favourites should get you where you want on boot.OK, I will consider setting it, thank you.
Quote:https://kodi.wiki/view/KeymapMany thanks, yes, it is like that here, but it does not work (anymore):
<keymap>
<FullscreenVideo>
<keyboard>
<b mod="ctrl">ActivateWindow(VideoBookmarks)</b>
<b>RunScript(J:\Programme\Kodi\portable_data\userdata\setbookmark.py)</b>
<F12 mod="">VolAmpUp</F12>
<F11 mod="">VolAmpDown</F11>
<t mod="ctrl">ActivateWindow(OSDAudioSettings)</t>
</keyboard>
</FullscreenVideo>
<VideoOSD>
<keyboard>
<b>RunScript(J:\Programme\Kodi\portable_data\userdata\setbookmark.py)</b>
<b mod="ctrl">ActivateWindow(VideoBookmarks)</b>
<F12 mod="">VolAmpUp</F12>
<F11 mod="">VolAmpDown</F11>
</keyboard>
</VideoOSD>
<global>
<keyboard>
<f>SendClick(8)</f>
<numpadone>LastPage</numpadone>
<numpadthree>PageDown</numpadthree>
<numpadseven>FirstPage</numpadseven>
<numpadnine>PageUp</numpadnine>
<f mod="ctrl">ActivateWindow(Favourites)</f>
<F2>RunPlugin(plugin://script.simpleplaylists/?mode=addCurrentUrl)</F2>
<F3 mod="">RunScript(script.globalsearch)</F3>
<a mod="">UpdateLibrary(video)</a>
<f mod="">VideoLibrary.Search</f>
</keyboard>
</global>
<Favourites>
<keyboard>
<u>MoveItemUp</u>
<d>MoveItemDown</d>
</keyboard>
</Favourites>
</keymap>