Tweak Intellipoint to allow any keystroke (such as Alt + Tab)

A

alonfw

I found many posts asking for way to set Intellipoint to use Alt + Tab,
but no solutions, so I messed around until I found this solution and
thought I would share it.

This was tested on WinXP SP2 Intellipoint 5.2, however; it will likely
work with any Intellipoint version that allows keystrokes.

Issue: Certain keystrokes are not accepted in Intellipoint. The Tab
key for example, which creates a problem if you want to program one of
your mouse buttons to do an Alt + Tab.

Solution: Hack the registry!
First go into IntelliPoint (Control Panel - Mouse) and set the
desired button to use the keystroke Alt + 1

Then look up (Google) the Hexadecimal ASCII Code for the keystroke you
want to use. In the case of Alt it is 04 and Tab is 09. That makes
the full Hex ASCII Code for Alt + Tab 0x00000409.

Now go to the registry (standard reg hack disclaimer here, don't
break it!) by clicking Start - Run, typing regedit and clicking OK.
Navigate to:

HKey_Current_User\Software\Microsoft\IntelliPoint\EventMapping\4\

Your path may be slightly different, the 4 corresponds to the wheel
button on my mouse. If you are editing a different button your number
will be different. Confirm you are in the correct place by looking at
the KeystrokeText key, which should say Alt + 1, which we set earlier,
if it is not then you are in the wrong place.

Edit the Keystroke key, for Alt + Tab it will be:
0x00000409
just type 409 in the edit window

Edit the KeystrokeText Key as appropriate, for Alt + Tab I used:
RegHack Alt + Tab

Close the Registry and try your new custom button, it should work!
 
G

Galen

In (e-mail address removed) <[email protected]> had this to say:

My reply is at the bottom of your sent message:
I found many posts asking for way to set Intellipoint to use Alt +
Tab, but no solutions, so I messed around until I found this solution
and thought I would share it.

This was tested on WinXP SP2 Intellipoint 5.2, however; it will likely
work with any Intellipoint version that allows keystrokes.

Issue: Certain keystrokes are not accepted in Intellipoint. The Tab
key for example, which creates a problem if you want to program one of
your mouse buttons to do an Alt + Tab.

Solution: Hack the registry!
First go into IntelliPoint (Control Panel - Mouse) and set the
desired button to use the keystroke Alt + 1

Then look up (Google) the Hexadecimal ASCII Code for the keystroke you
want to use. In the case of Alt it is 04 and Tab is 09. That makes
the full Hex ASCII Code for Alt + Tab 0x00000409.

Now go to the registry (standard reg hack disclaimer here, don't
break it!) by clicking Start - Run, typing regedit and clicking OK.
Navigate to:

HKey_Current_User\Software\Microsoft\IntelliPoint\EventMapping\4\

Your path may be slightly different, the 4 corresponds to the wheel
button on my mouse. If you are editing a different button your number
will be different. Confirm you are in the correct place by looking at
the KeystrokeText key, which should say Alt + 1, which we set earlier,
if it is not then you are in the wrong place.

Edit the Keystroke key, for Alt + Tab it will be:
0x00000409
just type 409 in the edit window

Edit the KeystrokeText Key as appropriate, for Alt + Tab I used:
RegHack Alt + Tab

Close the Registry and try your new custom button, it should work!

That's a riot! You should copy/paste that to the XP Customization group.

--
Galen - MS MVP - Windows (Shell/User & IE)
http://dts-l.org/
http://kgiii.info/

"We approached the case, you remember, with an absolutely blank mind,
which is always an advantage. We had formed no theories. We were simply
there to observe and to draw inferences from our observations." -
Sherlock Holmes
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top