| View previous topic :: View next topic |
| Author |
Message |
Glacier Guest
|
Posted: Mon May 08, 2006 3:03 pm Post subject: remapping MS mouse tilt-wheel |
|
|
Hi,
I have MS wireless notebook mouse 4000 with IntelliPoint 5.5 driver (latest) which does not allow you to remap tilt wheel (horizontal scrolling buttons) to anythig else.
Is there any way to set it to for instance to ALT+Left(Right) or only Left(Right), so I'll be able to to use it as Back & Forward in Opera?
Thanks for help |
|
| Back to top |
|
 |
Greg
Joined: 22 Dec 2005 Posts: 246
|
Posted: Mon May 08, 2006 3:13 pm Post subject: |
|
|
Use KeyHistory to determine the name of that button. Then do:
| Code: | | Name Of Button::Send {Alt Down}{Left}{Alt Up} |
A question like this came up the other day (and many times before it). AHK is limited to a 5-button mouse, but there is a thread that talks about using additional buttons. Search for it if the first suggestion doesn't work. |
|
| Back to top |
|
 |
Glacier Guest
|
Posted: Mon May 08, 2006 3:56 pm Post subject: |
|
|
Side scrolling buttos did not apper in KeyHistory, so I tried to remove IntelliPoint but it didn't help. I tried to seach for help but I foud nothing,...
XButton1 is nothing, XButon2 is extra button on the side of the mouse. I didn't find anything about more then five buttons.....
Do you have any idea? |
|
| Back to top |
|
 |
Greg
Joined: 22 Dec 2005 Posts: 246
|
|
| Back to top |
|
 |
Glacier Guest
|
Posted: Mon May 08, 2006 5:03 pm Post subject: |
|
|
But as I've already written, IntelliPoint does not allow to program those buttons so I cant assign keystroke to them  |
|
| Back to top |
|
 |
Glacier Guest
|
Posted: Mon May 08, 2006 5:38 pm Post subject: |
|
|
In expanation: I want to assign keystroke to my tilt-wheel,.. that's my target.
In the links you have sent is advice to assign keystroke in mouse driver,.. so the buttons can bee seen in KeyHistory (if I read the posts well),.... That really can't help me if my mouse driver does not support it. |
|
| Back to top |
|
 |
|