keyboard shortcuts directly to movies, music etc
#1
Hi everybody, it's my first post here, sorry if its wrong part of forum.
Is it posible to make keyboard shortcuts directly into "videos", "movies", "music" etc. etc. ?
The idea is simple, I dont want to use normal navigaton style -I think that in many cases shortcuts would be much faster - especially with remote.
Reply
#2
Yes, you need to create a keyboard.xml in your userdata\keymaps folder containing something like:

Code:
<keymap>
  <global>
    <keyboard>
      <v>xbmc.activatewindow(video)</v>
    </keyboard>
  </global>
</keymap>

Pressing v will take you straight to the Video window (I've used v as an example; it will work for any key). See http://wiki.xbmc.org/index.php?title=Window_IDs for a listt of window names that you can use in activatewindow.

JR
Reply
#3
thank you, shortcuts work fine!
Reply

Logout Mark Read Team Forum Stats Members Help
keyboard shortcuts directly to movies, music etc0