I'm trying to map a key to the "movie info" window, so I don't have to open the context menu first and then click on movie info. I've tried adding
Code:
<browser_forward>ActivateWindow(movieinformation)</browser_forward>to the global/keyboard section of the keyboard.xml file. This doesn't work as expected: the movie info window shows up, but it's empty, or it shows the previous movie info (eg. I open the context menu, go to movie info and it works. Then, on another movie, I press browser_forward to directly show movie info, but I still see the movie info of the previous movie).
I've also tried:
Code:
<video>
<keyboard>
<browser_forward>ActivateWindow(movieinformation)</browser_forward>
</keyboard>
</video>But this doesn't work: if I press browser_forward nothing happens.
Is this a bug or am I doing something wrong?
Thanks!

Search
Help