How to move items in the favorite window?
#1
How can I move items in the favorites window faster without using the context menu? E.g. the last item shall be moved to the middle of this window, how could I do it with one step?
Newest stable Kodi (portable), Win 10 | skin: default Confluence
Reply
#2
Make (or add to) a plain text document called keyboard.xml in your userdata folder (wiki) under the keymaps folder with the following content:

Code:
<keymap>
  <Favourites>
    <keyboard>
      <u>MoveItemUp</u>
      <d>MoveItemDown</d>
    </keyboard>
  </Favourites>
</keymap>

I'll recommend this addition to the default keymap. Seems very logical, and follows the same logic that the playlist editors use.
Reply
#3
Many thanks Ned,

Easily done, works great.

Thanks again.

Is there a similar way to delete items there?
Newest stable Kodi (portable), Win 10 | skin: default Confluence
Reply

Logout Mark Read Team Forum Stats Members Help
How to move items in the favorite window?0