Skip to main content

Notice

Please note that most of the software linked on this forum is likely to be safe to use. If you are unsure, feel free to ask in the relevant topics, or send a private message to an administrator or moderator. To help curb the problems of false positives, or in the event that you do find actual malware, you can contribute through the article linked here.
Topic: How do I disable the back/forward mouse buttons? (Read 5792 times) previous topic - next topic
0 Members and 1 Guest are viewing this topic.

How do I disable the back/forward mouse buttons?

When using foobar the back and forward buttons on my mouse make it go to the previous/next song but I don't want this behavior.  Is there anyway to disable it?  I've search through the preferences menu but I don't see any options to do this.  My mouse software doesn't have the option to exclude/configure individual programs either.

How do I disable the back/forward mouse buttons?

Reply #1
Which version are you using? If it's 1.0 then i guess it's because of the new "Improved compatibility with multimedia keyboards".

How do I disable the back/forward mouse buttons?

Reply #2
Might help to mention what mouse, what mouse software.

terry

How do I disable the back/forward mouse buttons?

Reply #3
I am using foobar version .9.6.9 and I have a Logitech mx518 mouse using setpoint/uber software

How do I disable the back/forward mouse buttons?

Reply #4
is it possible to disable this? i don't use any special software, but my mouse has 5 buttons.

How do I disable the back/forward mouse buttons?

Reply #5
Don't hit those buttons when the mouse is over the foobar2000 window?

How do I disable the back/forward mouse buttons?

Reply #6
When using foobar the back and forward buttons on my mouse make it go to the previous/next song but I don't want this behavior.  Is there anyway to disable it?  I've search through the preferences menu but I don't see any options to do this.  My mouse software doesn't have the option to exclude/configure individual programs either.


DAMN I NEED THIS,
and i cant find any solution.
How can I disable  them.
They are not listed in the keyboard interface menu


How do I disable the back/forward mouse buttons?

Reply #8
use Autohotkey
back and forward buttons will be disable only in foobar2000

#IfWinActive ahk_class {97E27FAA-C0B3-4b8e-A693-ED7881E99FC1}  ;foobar2000
XButton1::Return
XButton2::Return
#IfWinActive

How do I disable the back/forward mouse buttons?

Reply #9
and i cant find any solution.
You can find a solution directly above your post.

Is there any chance of a real solution, like being able to disable the buttons/actions in foobar2000 itself? Every other media player program works like this, yet foobar2000 doesn't. I can't understand why.

How do I disable the back/forward mouse buttons?

Reply #10
use Autohotkey
back and forward buttons will be disable only in foobar2000

#IfWinActive ahk_class {97E27FAA-C0B3-4b8e-A693-ED7881E99FC1}  ;foobar2000
XButton1::Return
XButton2::Return
#IfWinActive

I don't get how this program works at all and don't have that much knowledge/experience with hotkeys.  I know it's not the most complicated thing in the world, but regarding the actual software itself, you think you can maybe explain exactly how it functions?  That would be great.  I don't need to learn it inside out.  Basically I just want to disable all media shortcuts in Foobar (Back, Forward, and Play/Pause), but only globally (for them still to work when the program window is in focus).  Better yet would be to set a priority for it yo work only when it's the only media software open (for other programs such as Spotify or Media Player Classic to take priority).  Is this possible?  Thanks, much appreciated!

Btw, sorry for reviving an old thread guys.