Win Stop keyboard button and audio settings button keymap?
#1
Hey

I have two questions:

1: What is the stop button in keyboard to stop the video, I know that space is pause, but what is the stop button?

2: I'm trying to use my harmony remote+Flicr to control the xbmc and it have worked quite well, but now I need some help. When I'm watching a video and there's a local subtitle available, how can I bind the Audio settings window to a certain keyboard key so that I can enable subtitles and choose the right language? Flicr settings I can handle.

key binding goes something like this (help needed)

<keymap>
<global>
<keyboard>
<key id="####">RunScript(script.xbmc.HuhHuh)</key>
</keyboard>
</global>
</keymap>

where the #### is the key id
and the HuhHuh is something that i'm missing

am I totally wrong with this?
Reply
#2
The default key on a keyboard for stop is X

I'm not sure if you can bring up the window with a keymap, but you can rotate through subtitles using L, which is the ActionID "NextSubtitle".
Reply
#3
For the Stop action:
Code:
<some-key>Stop</some-key>
Reply

Logout Mark Read Team Forum Stats Members Help
Stop keyboard button and audio settings button keymap?0