AutoHotkey Homepage AutoHotkey Community
Let's help each other out
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

remapping MS mouse tilt-wheel

 
Post new topic   Reply to topic    AutoHotkey Community Forum Index -> Ask for Help
View previous topic :: View next topic  
Author Message
Glacier
Guest





PostPosted: Mon May 08, 2006 3:03 pm    Post subject: remapping MS mouse tilt-wheel Reply with quote

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

PostPosted: Mon May 08, 2006 3:13 pm    Post subject: Reply with quote

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
View user's profile Send private message
Glacier
Guest





PostPosted: Mon May 08, 2006 3:56 pm    Post subject: Reply with quote

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

PostPosted: Mon May 08, 2006 4:56 pm    Post subject: Reply with quote

The post from a few days ago

Another post about how to use a more-than-five-button mouse
Back to top
View user's profile Send private message
Glacier
Guest





PostPosted: Mon May 08, 2006 5:03 pm    Post subject: Reply with quote

But as I've already written, IntelliPoint does not allow to program those buttons so I cant assign keystroke to them Sad
Back to top
Glacier
Guest





PostPosted: Mon May 08, 2006 5:38 pm    Post subject: Reply with quote

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
Display posts from previous:   
Post new topic   Reply to topic    AutoHotkey Community Forum Index -> Ask for Help All times are GMT
Page 1 of 1

 
Jump to:  
You can post new topics in this forum
You can reply to topics in this forum


Powered by phpBB © 2001, 2005 phpBB Group