Spacebar not pausing music (Solved)
#1
I am running Frodo with the Ace skin. I really like it and have customised the layout to suit my needs. The only thing that I find annoying is that although the spacebar pauses video when I am playing music it doesn't, you have to press Tab first to go to the lyrics page and then the spacebar will pause. If you are in the track list it does nothing, well the track listing disappears for a second then comes back. I have recently updated from 10, in which the spacebar worked as a pause in music okay.

I have tried installing keyboard.xml in the keymaps folder of userdata but this does nothing and does not override the default settings.

Does anyone know how to get the spacebar to pause in music in the track list?
Reply
#2
Edit the keymap.xml file to include

<MyMusicPlaylist>
<keyboard>
<space>Pause</space> <!-- pause -->
</keyboard>
</MyMusicPlaylist>
Reply
#3
(2013-04-09, 17:17)baijuxavior Wrote: Edit the keymap.xml file to include

<MyMusicPlaylist>
<keyboard>
<space>Pause</space> <!-- pause -->
</keyboard>
</MyMusicPlaylist>

Thanks for this, I already had this code I just had to change to <space>Pause</space>

This almost worked, however, the first spacebar press still did nothing, yet hitting it a second time worked. I then re-looked at the keymap file and changed
<MyMusicFiles> and <MyMusicLibrary> to include the <space>Pause</space> command, now it works perfectly.

Thanks for the advice.
Reply

Logout Mark Read Team Forum Stats Members Help
Spacebar not pausing music (Solved)0