How to change Middle Mouse Button to Left Mouse Button for pausing? #686
-
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
|
If multiple commands use the same key then only the very last is actually active, so normally that The issue here is that when you tried to edit If you also edited the At this point you either reset to default by removing |
Beta Was this translation helpful? Give feedback.



If multiple commands use the same key then only the very last is actually active, so normally that
ignoreshouldn't matter at all.The issue here is that when you tried to edit
MBTN_MIDtoMBTN_LEFTthen every binding with the same name (Play/Pause) was overwritten, andmpv.netdoesn't treat it as new binding even if it actually createdinput.confand added it there.If you also edited the
Namefield to anything else then it would actually work properly… It's just some editor jankyness / issue with parsing commands with the exact same comment asmpv.netbuilt-in defaults.At this point you either reset to default by removing
input.confinC:\Users\%username%\AppData\Roaming\mpv.net, and t…