|
|
Contact us
If you have any questions, please email to
.
If you have any problems, please include following informations in the email.
-The type of mouse.
-The type of Mac.
-Mac OS version.
-SteerMouse version.
Reissue of Registration Codes
Enter the email address you used for the purchase of SteerMouse. Your registration code will be sent to this address after a short while. Please contact us if your email address changed since the purchase.
FAQ
|
Q.
|
How to uninstall?
|
|
A.
|
Open the /Applications/Utilities/SteerMouse and select the 'Uninstall...' from the help menu. If you cannot find the SteerMouse, download the latest version of SteerMouse and install it again. You can get it from here.

|
|
Q.
|
Can I disable SteerMouse without uninstallng?
|
|
A.
|
Try the following instruction. That way SteerMouse won't register the mouse and the mouse will work under the standard mouse driver of Mac OS X.
(USB)
Reconnect the mouse while holding down cmd + opt keys.
(Bluetooth)
Remove the ‘SteerMouse Manager’ from the Login Items for the Accounts pane in the System Preferences and login back.
|
|
Q.
|
I use a Logitech mouse. Some buttons on the mouse sometimes do not work.
|
|
A.
|
Click the Reconnect button next to the Initial Setting button. This will in some cases recover them. If the Reconnect button does not recover them you will need to reconnect the mouse manually.
Some buttons on Logitech mice do not work after the computer returns from sleep, turning the mouse off and on, etc. Unfortunately SteerMouse is not able to solve these problems. Up to now, the Reconnect button is the easiest way to recover.

This button is shown for Logitech mice.
|
|
Q.
|
Does SteerMouse allow configurations for each mouse?
|
|
A.
|
Unfortunately, SteerMouse is not able to make configurations for each mouse.
However you can change the cursor configuration by using AppleScript . Create an AppleScript for each mouse by referring to the sample below and then save it as an application. You will be able to change the cursor configuration easily by executing these applications before using the mouse.
-Sample-
tell application "SteerMouse"
set text "cursor tracking speed" to 0.05
set text "cursor sensitivity" to 200
end tell
(*)Note that SteerMouse does not support Applescript for button assignments.
|
|
|