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

Tech-Archive recommends: Repair Windows Errors & Optimize Windows Performance



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!

.



Relevant Pages

  • Re: Netbeans 6.1 focus-switch glitch
    ... push alt ... release alt ... release tab ... Netbeans transfers focus to the menu bar on alt release, then Windows switches task on tab release. ...
    (comp.lang.java.programmer)
  • Re: Netbeans 6.1 focus-switch glitch
    ... it looks like the focus is going to the menu bar when initially switching away from Netbeans. ... Perhaps normal app behavior is to toggle focus back from menubar if tab is hit while alt still depressed. ... push alt ...
    (comp.lang.java.programmer)
  • Re: Switching between open Excel workbooks using alt + tab
    ... It's Excel 2003. ... I press and hold alt, then when I press tab, the preview window of active ... When I release the alt key the program that was currently highlighted becomes ...
    (microsoft.public.windowsxp.basics)
  • Keystroke Assignment in Intellipoint 5.2
    ... I've downloaded and installed Intellipoint 5.2 for use with my wireless ... I was delighted when I saw the Keystroke option for defining my mouse ... What I need to do is simple: Copy is defined as CTRL + C and Paste as CTRL ... ALT + E + C for Copy ...
    (microsoft.public.windowsxp.accessibility)
  • Re: Window (application) focus
    ... TAB but not select from all running application just focus selected ... that send a ALT + TAB keystroke in one key stroke. ... windowmanager. ...
    (comp.os.linux.x)