Assign a shortcut for the favorites?
#1
How could I assign a shortcut for the favorites? E.g. CTRL+F.
Reply
#2
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. The keyboard combination shift+F on the home screen will highlight 'favourites' then entering is the return key. In settings under Interface/startup/startup window/favourites should get you where you want on boot.
Reply
#3
https://kodi.wiki/view/Keymap
Reply
#4
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.

Before the shortcut CTRL+F suddenly didn't work anymore I used it all the time.
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/Keymap
Many thanks, yes, it is like that here, but it does not work (anymore):

<f mod="ctrl">ActivateWindow(Favourites)</f>

Code:
<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>
Reply
#5
Might try  <f mod="ctrl">ActivateWindow(favouritesbrowser)</f> or the number 1006 -Added in Kodi v20 Nexus"
Reply
#6
OK, thank you.
Reply

Logout Mark Read Team Forum Stats Members Help
Assign a shortcut for the favorites?0