Open Cerastia opened 1 week ago
For me the above configuration allows opening the playlist with +
key.
What exactly do you mean by Keyboard + does not work
. Do you mean:
I mean + key doesn't open playlist and does nothing at all in mpv.
Unfortunately, I don't know the difference between 1 and 3.
Can you run mpv --idle --force-window --input-test
in the terminal and then press your +
button. What does the OSD print for it?
I'm guessing based on your issue it will say Key + is bound to: (Nothing)
. If it says something other than +
then that means you should use that as the keybinding instead of +
. If it says Key + is bound to: script-binding playlistmanager/showplaylist
then the keybinding should be working correctly.
if you use the numpad +, you need to bind KP_ADD
key instead of +
key, because numpad + - / key was remapped to `KP_` keys in mpv-player/mpv#14660
The contents of the playlistmanager.conf file are as follows.
Is there any other way or workaround?