5 Users Commented In This Post

Subscribe To This Post Comment Rss Or TrackBack URL
Rarst says, June 2nd, 2008   

I use rather ancient MX500 (the very first model) and it runs under MouseWare. Eats around 1.7Mb of memory and is rock stable (not a single issue in years).

Such a pity MouseWare was discontinued in favor of SetPoint. I wonder is it possible to use it with newer mice, never tried.

On subject of X-Mouse - manages only two extra buttons?.. Seems too little, even my ancient one has 5 extras.

gunther says, June 3rd, 2008   

Seems interesting. I have a logitech wireless mouse keyboard set. Is there any software (an alternative to setpoint software by logitech) to assign those extra function keys that come with my logitech keyboard?

xpgeek says, June 3rd, 2008   

Great find! I too have a 5button logitech mouse, and hateee installing Setpoint just for the sole reason to customize a button.

noob says, June 3rd, 2008   

From the FAQ:

“Can you add support for more buttons?

Unfortunately, XMouse is not a driver. It is only capable of responding the messages sent by the mouse driver. As far as I can see, the basic MS driver sends only messages for the first 5 buttons.
The new Logitech drivers for x64 also only send the first 5 buttons so I suspect, even with proper drivers, XMouse will only ever support 5 buttons.”

Vijay Saraff says, June 5th, 2008   

Using Autohotkey is easier. Though i guess it is only applicable for people with basic scripting aptitude (it’s easy). see example below

; Hotkeys for outlook to move between messages
#IfWinActive ahk_class rctrl_renwnd32 ;Outlook Message window
XButton2::^ ; Makes the MouseButton4 (back) go down, but only in Outlook Message window.
#IfWinActive ; This puts subsequent remappings and hotkeys in effect for all windows.

#IfWinActive ahk_class XLMAIN ; Excel - move across sheets
XButton2::^PgUp
XButton1::^PgDn
#IfWinActive ; This puts subsequent remappings and hotkeys in effect for all windows.

#IfWinActive WinMerge
XButton2::!Up
XButton1::!Down
#IfWinActive ; This puts subsequent remappings and hotkeys in effect for all windows.

Leave Your Comments Below
Hello, please leave your thought below

Please Note: Each comment will be manually approved by an admin. There is no guarantee that a comment will be posted. Please do not submit the comment multiple times.