I am currently writing my own autoexec.cfg file, so far I have been going well, but I would just like to ask a few things about mouse buttons.
My understanding goes that MOUSE1 is for the left button, MOUSE2 is for the right button and MOUSE3 is for the middle. MSWHEELUP and MSWHEELDOWN is when you scroll up and down respectively. This is, on most mouses, all the buttons there are, but on my mouse, they are an extra four mouse buttons. Two of them scroll up and down (in a significantly different way to the scroll) and the two others do, well other things, like browse through the history in firefox/iexlplorer, and many other things depending on the program I'm using.
What I am here to ask is how can I find what key value those extra mouse buttons have. This value is the one that goes with the bind function (bind <key/button value> <command>.
Thanks