Results 1 to 6 of 6

Thread: Microsoft Office Keyboard RT9450

  1. #1
    Join Date
    May 2008
    Posts
    4,570

    Microsoft Office Keyboard RT9450

    I have got myself a new Microsoft Office Keyboard RT9450 and Vista is able to recognize this keyboard but some keys are not functioning such as the Copy, Cut, Paste, etc. I have also already installed the MS Intellitype drivers onto the system but this hasnt effected a bit for this keyboard, what could be the problem here. Can anyone help me out.

  2. #2
    Join Date
    May 2008
    Posts
    2,680
    Even I am facing the same issue and those Intelli drivers are not even installing on my Vista OS, I am also not able to find any other drivers? I have problem with the CTRL button and then scroll wheel and sometimes even the forware and back keys are not working. But those Cut, Paste, etc keys are working fine for me. If only there was a similar kind of keyboard available in the market with all these extra buttons, I would have ditched this keyboard long time back. When will microsoft release a fix for this problem or even a proper driver that will work in Vista.

  3. #3
    Join Date
    Apr 2008
    Posts
    3,295
    You can try to make a backup of the registry and then remove all the remains of the IntelliType driver entries from the registry editor by opening it via Regedit. Then simply remove the program by going into the path c:\program files\Microsoft IntelliType 2.0 and afterwards try to install IntelliType 7.0 and select Wireless Desktop Elite Keyboard or Digital Media Pro. Everything will start to work, only exlcuding the scroll wheel. After that you need to install AutoHotkey and write the below script in AutoHotkey and you can also make list it in the Windows Startup by making a shortcut in the Start menu:

    Code:
    ; Microsoft Office Keyboard RT9450: Making the ScrollWheel work under Windows Vista. ScrollUp/Down Normal, Fast, Faster, Fastest
    
    sc10B Up::Send {WheelDown}
    sc111 Up::Send {WheelDown 3}
    sc112 Up::Send {WheelDown 5}
    sc11F Up::Send {WheelDown 7}
    sc10B Down::Send {WheelUp}
    sc111 Down::Send {WheelUp 3}
    sc112 Down::Send {WheelUp 5}
    sc11F Down::Send {WheelUp 7}
    
    Return
    ; --------------------------------------------------

  4. #4
    Join Date
    Nov 2010
    Posts
    1

    Re: Microsoft Office Keyboard RT9450

    Had success with Version 7.1 and Windows Vista 64 - all good THANK YOU. Installed and setup AutoHotKey. Created script and added to startup group but trying to figure out what I'm doing wrong that scroll wheel still won't work. Even if I manually run the script it doesn't work.

  5. #5
    Join Date
    Jan 2013
    Posts
    1

    Re: Microsoft Office Keyboard RT9450

    Following the directions I'm able to get everything but the scroll wheel to work under Windows 7 64. Maybe the script needs updated or something. IDK. Can someone please help?

  6. #6
    Join Date
    Dec 2007
    Posts
    1,599

    Re: Microsoft Office Keyboard RT9450

    Quote Originally Posted by itzthor View Post
    Following the directions I'm able to get everything but the scroll wheel to work under Windows 7 64. Maybe the script needs updated or something. IDK. Can someone please help?
    How old is the keyboard? There was a solution given for it, if you force install the IntelliType Pro 5.0 on your machine. So, for that first of all, unzip ITP5_0.exe. After that in property of \ITP_0Fra\IType\Setup.exe, set Compatibility mode = Win2000 and then launch this Setup as well. In C:\Program Files\Microsoft IntelliType Pro, set Compatibility mode = Win2000 for ALL the exe. Check if that works.

Similar Threads

  1. Replies: 6
    Last Post: 16-05-2011, 10:30 AM
  2. Replies: 3
    Last Post: 28-03-2011, 06:04 PM
  3. Replies: 8
    Last Post: 18-01-2011, 03:49 AM
  4. Microsoft Office slow on Microsoft Vista and Microsoft Windows 7
    By take__me__away in forum Windows Software
    Replies: 3
    Last Post: 24-03-2010, 09:12 AM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Page generated in 1,711,645,455.50170 seconds with 17 queries