TheIrishThug
Joined: 19 Mar 2006 Posts: 370
|
Posted: Sun Jun 15, 2008 3:36 pm Post subject: Dell mouse xbuttons |
|
|
Just got a new computer and it came with the dell premium mouse. The default setting for x1 is back and x2 is forward. However certain applications (FF3 RC3, PSPad, MS HTML Help) are doing a page up and page down, respectively. The buttons work fine in IE and Explorer.
I set up the following script and found that the message box only shows the windows that are receiving the back call correctly. The keyboard's (dell media keyboard) back and forward work fine.
| Code: | XButton1::
XButton2::
Browser_Back::
Browser_Forward::
MsgBox, click: %A_ThisHotkey%
Return |
Anyone have any ideas?
EDIT: I figured it out. The dell mouse settings app was causing the buttons to be sent wrong. I don't know exactly what it was doing to mess it up, but when I closed it the keys started working fine. |
|