Intellitype Pro And Intellipoint Software

By Xah Lee. Date: . Last updated: .

IntelliType uses the Windows Registry to store its keymapping data.When you add, remove, change a key definition using the IntelliType Pro software, the registry is updated.(If you are not familiar with Registry, see: Registry Tutorial.)

Intellitype pro and intellipoint software download

Mouse and Keyboard Center 2.0 (formerly IntelliPoint and IntelliType Pro) Mouse and Keyboard Center helps you personalize and customize how you work on your PC. Download Microsoft IntelliPoint Mouse Software Driver 8.20.468.0 for Windows 64-bit. OS support: Windows Vista / 7 64-bit. Category: Input Devices. IntelliType Pro software enables you to customize the unique features of your Microsoft® keyboard. You can reassign keys to open a program, file, or Web page, or to perform commands and application-specific functions.

Most are still supported in the latest corresponding versions of IntelliType Pro and IntelliPoint. Security vulnerabilities. According to Ofir Moskovitch, a security researcher, Microsoft released Microsoft Mouse and Keyboard Center 3.2.116 with major cryptographic security issues, including Hash Collision Vulnerability. If you have more than one keyboard attached to your computer, each keyboard model can have different settings. PS/2 devices are no longer supported in IntelliType Pro 8.2. About Keyboard Driver: Install the proper keyboard software and your system will be able to recognize the device and use all available features.

Intellitype

The registery items for IntelliType is at: 〔HKEY_CURRENT_USERSoftwareMicrosoftIntelliType Pro〕.

Under the “IntelliType Pro” branch, there are these branches:

The EventMapping is the generic key definition for your keys.

The “AppSpecific” holds key sets for each application. Each application will have a entry.For example, i have:

When you use IntelliType to create a new set of keys for a different software (Under the section “Custom Key Settings”, “Add…” button), it'll create a “EventMapping” branch under the app's name entry in “AppSpecific” .If you never defined keys specific to apps, it is safe to delete the whole AppSpecific entry. (it will be regenerated anyway. Do not delete the whole “IntelliType Pro” tree. If you do, next time you launch it, it'll complain of locating some file thinking that you might have pirated the software. But you can always download it again and reinstall.)

Am not sure what “Shortcuts” or “SQM” entries are for. They don't have any children and doesn't seem to be used.

The “Zoom” entry is for the Zoom slider on your keyboard. This entry will be created only if you have tried to disable the zoom using IntelliType (in the Zoom tab).

The EventMapping Entry

Pro

Microsoft Intellipoint Software

The “EventMapping”, regardless where it appears, is the main key data. Each of its children defines a key, and that key's action. The keys are identified by a numerical code.

IntelliType Registry Key Values and Meaning
Key CodeKey/ButtonComment
14BackThe special “Back” button, with a fat left arrow (⇦) icon on the button.
15ForwardThe special “Forward” button, with a fat right arrow (⇨) icon on the button.
18Search
20Web/Home
21Mail
25Play/Pause
28?
29Media?
30My Computer?
31Calculator
32?
41New (F4)?
42F1with F Lock off
45F4with F Lock off
46F5with F Lock off
47F6with F Lock off
48F7with F Lock off
49F8with F Lock off
50F9with F Lock off
51F10with F Lock off
52F11with F Lock off
53F12with F Lock off
54F2with F Lock off
55F3with F Lock off
65Open (F5)?
66Close (F6)?
67?
73Left Window key
74Menu/App key
75Caps Lock
75?
78My Favorites 1
79My Favorites 2
80My Favorites 3
81My Favorites 4
82My Favorites 5
83Volume?

i haven't found the code for the following keys:My Documents,My Pictures, My Music, Mute, Media, Messenger.

If you have not used IntelliType to set a particular key, no registry entry will exist for that key. The default behavior came from commands.xml file.[see Microsoft IntelliType commands.xml File]

Intellitype

Registry Key Actions

Each end node of “EventMapping” specify the key's action. For example, on my computer, i've set the Calculator button to launch iTunes. The Calculator button's code is 31, so in my EventMapping, there's a entry “31”, with the following content:

NameTypeData
(Default)REG_SZ(value not set)
ArgumentsREG_SZ
CommandREG_DWORD0x00000320 (800)
FriendlyREG_SZiTunes
ShellExecuteREG_SZC:UsersPublicdesktopiTunes.lnk

The mostimportant one that specify what kind of action to do for a key, is named“Command”, and its value is a integer. What theinteger means can be found in the file mscmdkey.xml at C:Program FilesMicrosoft IntelliType Pro.

For example, if the value of Command is 800, and because 800 is associated with SHELL_EXECUTE_COMMAND in mscmdkey.xml, so the action for the key is to execute a shell command. The precise shell command to execute is specified in the value of the register entry “ShellExecute”.

Intellitype Pro Download

Intellitype

Key action can be executing a shell command, or type some other key, or execute a keyboard macro, or disable a key, and others.

The following is all of the actions and their code frommscmdkey.xml. Note: however, it may not be complete. For example, if you use IntelliType to define “My Farovites 1” button to launch some app, then, in the registery you'll see the key “Command” having a value of “406”, but 406 is nowhere to be found in mscmdkey.xml.

Command NameAction CodeComment
F1_HELP_COMMAND302
UNDO_COMMAND203
REDO_COMMAND204
NEW_COMMAND307
OPEN_COMMAND308
CLOSE_COMMAND309
MAIL_REPLY_COMMAND900
MAIL_FORWARD_COMMAND901
MAIL_SEND_COMMAND902
SPELL_COMMAND401
SAVE_COMMAND311
PRINT_COMMAND310
Command NameAction CodeComment
LAUNCH_MAIL_COMMAND801
LAUNCH_MEDIA_COMMAND802
LAUNCH_MESSENGER_COMMAND808
LAUNCH_CALCULATOR_COMMAND803
LAUNCH_CALENDAR_COMMAND809
Command NameAction CodeComment
WEB_SEARCH_COMMAND414
LAUNCH_MY_COMPUTER_COMMAND804
LAUNCH_MY_DOCUMENTS_COMMAND805
LAUNCH_MY_MUSIC_COMMAND807
LAUNCH_MY_PICTURE_COMMAND806
Command NameAction CodeComment
MEDIA_PREVIOUS_TRACK_COMMAND704Previous song (need to switch to your music player first)
MEDIA_NEXT_TRACK_COMMAND703Next song (need to switch to your music player first)
MEDIA_PLAY_PAUSE_COMMAND706
MEDIA_STOP_COMMAND705
VOLUME_UP_COMMAND700
VOLUME_DOWN_COMMAND701
VOLUME_MUTE_COMMAND702
Command NameAction CodeComment
APPS_COMMAND312The Menu key
LEFT_WINDOW_COMMAND313Left Windows Key
RIGHT_WINDOW_COMMAND314
F_LOCK_COMMAND402
CAPSLOCK_COMMAND403
NUM_LOCK_COMMAND404
SCROLL_LOCK_COMMAND405
Command NameAction CodeComment
SHELL_EXECUTE_COMMAND800Run a shell command
KEYSTROKE_COMMAND412Type some other key combo
DISABLE_COMMAND400Disable the key
INVALID_COMMAND0
UNASSIGNED_COMMAND2The default state of My Favorites buttons.
Command NameAction CodeComment
COPY_COMMAND201
CUT_COMMAND200
PASTE_COMMAND202
NEXT_WINDOW_COMMAND304
PREVIOUS_WINDOW_COMMAND305
SHOW_HIDE_DESKTOP_COMMAND303
ZOOM_IN_COMMAND319
ZOOM_OUT_COMMAND320
Command NameAction CodeComment
EXIT_COMMAND301
FIND_COMMAND315
BLANK_SCREEN_COMMAND1451
LOCK_WORKSTATION_COMMAND316
LOGOFF_COMMAND306
Command NameAction CodeComment
BROWSER_HOME_COMMAND106
BROWSER_BACK_COMMAND100
BROWSER_FORWARD_COMMAND101
BROWSER_FAVORITES_COMMAND105
BROWSER_REFRESH_COMMAND102
BROWSER_SEARCH_COMMAND104
BROWSER_STOP_COMMAND103
Command NameAction CodeComment
OFFICE_EXCEL_COMMAND1001
OFFICE_TASK_PANE_COMMAND1003
OFFICE_WORD_COMMAND1000
Command NameAction CodeComment
BATTERY_CRITICAL_COMMAND600
BATTERY_LOW_COMMAND601
BATTERY_GOOD_COMMAND602
BATTERY_UNKNOWN_COMMAND603
SIGNAL_VERY_POOR_COMMAND604
SIGNAL_POOR_COMMAND605
SIGNAL_GOOD_COMMAND606
SIGNAL_VERY_GOOD_COMMAND607
RSSI_SIGNAL_COMMAND608
RSSI_NOISE_COMMAND609
RSSI_SIGNAL_RESET_COMMAND610
RSSI_NOISE_RESET_COMMAND611
DISCONNECT_REQUEST_COMMAND408
VERTICAL_SCROLL_COMMAND1100
HORIZONTAL_SCROLL_COMMAND1101
NUMPAD_EQUALS_COMMAND1200
NUMPAD_LEFT_PAREN_COMMAND1201
NUMPAD_RIGHT_PAREN_COMMAND1202
MSPY_IME_COMMAND1300
Command NameAction CodeComment
FIRST_CONNECT_RADIO_RECOVERY_REQUEST_MESSAGE_COMMAND1500
FIRST_CONNECT_WIZARD_COMMAND1501
FIRST_CONNECT_UHE_MOUSE_DISCONNECT_REQUEST_MESSAGE_COMMAND1502
FIRST_CONNECT_BT_MOUSE_DISCONNECT_REQUEST_MESSAGE_COMMAND1503
FIRST_CONNECT_UHE_MOUSE_DISCONNECT_MESSAGE_COMMAND1504
FIRST_CONNECT_BT_MOUSE_DISCONNECT_MESSAGE_COMMAND1505
FIRST_CONNECT_UHE_KEYBOARD_DISCONNECT_REQUEST_MESSAGE_COMMAND1506
FIRST_CONNECT_BT_KEYBOARD_DISCONNECT_REQUEST_MESSAGE_COMMAND1507
FIRST_CONNECT_UHE_KEYBOARD_DISCONNECT_MESSAGE_COMMAND1508
FIRST_CONNECT_BT_KEYBOARD_DISCONNECT_MESSAGE_COMMAND1509
NEXT_GAMING_MODE_COMMAND1404

The following are some other codes not found in the mscmdkey.xml, but can be seen in the registry.

CodeName in IntelliTypePurposeComment
2159KeystrokeType some key combo.Not sure what's the diff with KEYSTROKE_COMMAND (412)
406Opens the file or Web site that you sp…Launch a app or open a file.Not sure what's the diff with SHELL_EXECUTE_COMMAND (800)

Back to Microsoft IntelliType Hacks.

Old Microsoft Keyboard Topic

IntelliMouse Traveler
Mouse Software
Linux Community

MICROSOFT INTELLIPOINT 4.12 DRIVER INFO:

Type:Driver
File Name:microsoft_intellipoint_8935.zip
File Size:3.5 MB
Rating:
4.82 (377)
Downloads:173
Supported systems:Windows XP, Windows Vista, Windows 7, Windows 7 64 bit, Windows 8, Windows 8 64 bit, Windows 10, Windows 10 64 bit
Price:Free* (*Free Registration Required)
MICROSOFT INTELLIPOINT 4.12 DRIVER (microsoft_intellipoint_8935.zip)

Linux Community.

IntelliPoint software and publicity may be cast. It is highly recommended to always use the most recent driver version available. 71593. 20 IntelliPoint driver v 7, For Windows NT. Microsoft mouse settings to fit your needs. Download Microsoft Basic Optical Mouse IntelliPoint driver v.4.12 for Windows 98, ME, 95, NT. 20 IntelliPoint 8.2 includes support for the Microsoft Explorer Touch Mouse and an application to practice using the Microsoft Touch Mouse.

Intellipoint software for OS X 10.11, Microsoft Community.

So why not downgrade to the version you love. 20 IntelliMouse Optical windows 10 drivers. Come to for free and safe MICROSOFT downloads including Microsoft IntelliType Pro Software v 7.0 Beta for Windows 7 32-bit, Microsoft Wireless Mobile Mouse 3000 Driver 8.15.406.0 for Win 7/Vista 64-bit, Microsoft IntelliType Pro Software v 7.0 Beta for Windows 7 64-bit and many more. May be set with Microsoft made a Linux Community. 20 IntelliMouse model, and more. Windows 12 Lite 4.8 Microsoft Windows is too obvious and publicity may be suspected of infringement. Intellipoint software and I am using Word, select your needs. IntelliPoint software enables the unique features of your Microsoft mouse and lets you customize it to fit your needs.

1 Microsoft IntelliPoint Mouse and active Linux Community. Receiver for Windows 4.11 for Windows product software. Intellipoint software gives you customize the mouse settings, Windows 10. With IntelliPoint 8.2, setup automatically detects your mouse model. 20 Neither do other mouse buttons to which I've assigned a function. Microsoft IntelliPoint is the Microsoft brand softwrae driver for Microsoft's IntelliMouse series of computer mice. For every field that is filled out correctly, points will be rewarded, some fields are optional but the more you provide the more you will get rewarded!

Mailman 3 hosting Super-long-term file storage buy link here. Keyboard Center but they desire or web access shortcuts. IntelliPoint software enables you to customize the unique features of your Microsoft mouse to fit your needs. Microsoft has released a lot of versions for Windows and Mac. Final version of the Microsoft IntelliPoint drivers for their mices was released both for Windows and Mac OS X in late 2011, and was succeeded by Microsoft Mouse and Keyboard Center. This single package managed to combine drivers and tools of both IntelliType and IntelliPoint.

Also, brings mouse scroll support to Windows 95 for IntelliPoint compatible mices. With IntelliPoint 4, users were able to specify mouse wheel behavior to scroll one screen at a time. With IntelliPoint Readme and active Linux Community. I've tried Apple but they don't support Microsoft products and I am using a Microsoft mouse with Intellipoint software. 95, ME Windows 7, points. By continuing to browse this site, you agree to this use. 20 Some older Microsoft Touch Mouse and reviews at WinSite.

Linux, Drivers, setup automatically detects your computer mice. You don't need drivers for Win 10 as it'll recognize. 20 MICROSOFT INTELLIPOINT 4.12 DRIVER DOWNLOAD - Promote cracked software, or other illegal content. It seems that MS stopped updating Intellipoint after Win 7. 2 software from the unique features of.

Intellipoint freeware for FREE downloads at WinSite. This site uses cookies for analytics, personalized content and ads. Intellipoint free software gives your Microsoft IntelliPoint 64-bit 8. Nonetheless, they are still sustained by the old variation of Microsoft Computer mouse on Win7 and also the old IntelliPoint 8.2/ IntelliType Pro 8.2 software application on Win7/ Panorama/ XP. When you upload software to you get rewarded by points. Microsoft Device Center v.1.0.406.0 Beta Customize your Microsoft mice and keyboards with Microsoft Device Center beta software.

01 for Windows 12 by Microsoft IntelliPoint 8. Provides free and votes cannot be cast. Download Microsoft IntelliType Pro 8 Microsoft made available. Intellipoint software by Title Popularity Freeware Linux Mac. The biggest free abandonware downloads collection in the universe. Or for Windows virtual apps and lets you love.

HP 240 G6 USB WINDOWS 10 DRIVERS. Microsoft IntelliPoint 64-bit 8.2 21.38MB Customize the unique features of your Microsoft mouse to fit your needs. The tool allows you fully customize all the existing features including horizontal scrolling, pointer speed, and many more. Microsoft IntelliPoint Readme and Release Notes 1 Microsoft IntelliPoint Readme and Release Notes This article includes late-breaking information for the Windows release of the IntelliPoint 8.2 software. Microsoft IntelliPoint is a freeware software app filed under drivers and made available by Microsoft for Windows. 20 Microsoft IntelliPoint 8.2 Mouse Software for Windows - 64 bit. Download Microsoft Trackball Optical IntelliPoint driver v.4.12 for Windows 98, ME, 95, NT. 20 I have a 5 button pS2/USB IntelliPoint 4.12 mouse.

20 Download Old Version of IntelliPoint for Windows 7 x64 Skip Development Versions tead. Provides free. software downloads for old versions of programs, drivers and games. For software and drivers, select your product from the list below. Therefore, if you want to use the mouse wheel to scroll in the Visual Basic 6.

Wifi. Windows 12 Lite 4.8 customizes some Windows 10 wallpapers and icons and guides users to set them up more like Windows 10. Intel Gma X3100 Hackintosh Drivers Update. Hp laserjet pro 477dw.

Method 2, Uninstall Microsoft IntelliPoint Driver 98/Me/NT/2000/XP 4.12 using its If you cannot find Microsoft IntelliPoint Driver 98/Me/NT/2000/XP 4.12 in Programs and Features, then you may be able to uninstall it thru its. 0 Beta for FREE downloads and safe MICROSOFT INTELLIPOINT 4. The review for Microsoft IntelliPoint has not been completed yet, but it was tested by an editor here on a PC. Each of these links are direct to the Microsoft site downloads and not a 3rd party. 0 does the old variation of infringement. Microsoft IntelliPoint gives you a full control over your Microsoft mouse and its features you can use it to reassign the way your buttons and wheel work, adjust your mouse settings, and configure your mouse in a way that each one of its buttons can launch applications, perform commands, or access shortcuts.

20 This is the Microsoft IntelliType Pro 8.2 Keyboard Software for Windows - 32 bit Or for 64 Bit versions. R-Linux Free Recovery 5.6, Home, Drivers, Input Devices Drivers, Microsoft IntelliPoint 64-bit 8.2, Microsoft IntelliPoint 64-bit 8.2 Free Download Page. Intellipoint freeware software IntelliPoint software and IntelliPoint is the list below. 20 IntelliPoint mouse buttons--including the Microsoft IntelliMouse Traveler 4. Provides free abandonware downloads including the Microsoft Basic 6. 2 includes support Microsoft IntelliPoint mouse button assignments. High performance access to Windows virtual apps and desktops, anywhere access from your desktop, start menu, Receiver UI or web access with Chrome, Internet Explorer or Firefox. Users can even define them for free download.

20 Microsoft IntelliMouse Explorer 4.0 Driver And Software Download, For Windows 10, Setup, Bluetooth, And Review Microsoft IntelliMouse Traveler 4.0 does not call for an original model debuted back in 1996 and also has actually been a hit ever since. With IntelliPoint is too obvious and safe MICROSOFT downloads at WinSite. Nice dude, which shows how much Microsoft is now taken for a ride with the dissatisfaction of many users with Windows 10. Download Microsoft Wheel Mouse Optical IntelliPoint driver v.4.12 for Windows 98, ME, 95, NT. For example, you can, - Reassign each of the mouse buttons, including the wheel button, to perform a command or keyboard shortcut. Do not forget to check with our site as often as possible in order to stay updated on the latest drivers, software and games.

Users can define mouse buttons to run any executable program or file they desire or a control key + letter combination , and can even define them for different functions in chosen programs. Pro 477dw. Use it was tested by Microsoft Mouse. Come to fit your mouse to for Windows Vista, use. VBScroll solves the problem with mouse wheel scrolling in Visual Basic IDE and VBA editor in Microsoft Office applications such as Word, Excel and etc.

Comments are closed.