1

First and foremost, I have mmKeys installed correctly. My iTunes works almost perfect while minimized to the tray.

My problem is with the play/pause button on my Wireless Comfort Keyboard 5000. When iTunes does not have focus (like it's minimized, or if it isn't the application I'm active in, like right now while typing this) the play pause button toggles twice.

So, I'll push the pause button - and the song that is playing will pause, but a split second later will start up again. If the song is paused, and I push play, the song will immediately pause again. In order to get the key to work correctly, I must give iTunes focus, and then push the button.

Here's a video I created on youtube: http://www.youtube.com/watch?v=POh6Gbm5QZI

OS: Windows 7 x64
iTunes: 10.0.0.68
Intellitype: 8.0

Edit: Apparently I have intellitype 8.0 instead of 7.1

6 Answers 6

2

It appears the implementation of play/pause may be bugged - or simply changed in iTunes 10 / IntelliType 8.0. I downloaded and installed the following:

http://maximized.com/freeware/scriptsforitunes/default.asp

It is a series of VBS scripts that are run with iTunes. I make no warrantee or guarantee as to their safety. Firstly, I removed mmKeys.dll, and then edited PlayPause.vbs. For case 0 and 1, instead of running iTunes.PlayPause, it works if I use iTunes.Play and iTunes.Pause respectively. I then mapped this VBS file to my play pause button. And bam! It works!

' Do the appropriate thing
select case CurState
    case 0
        ' Stopped
        iTunes.Play
    case 1
        ' Playing
        iTunes.Pause
    case 2
        ' Fast-forwarding
        iTunes.Resume
    case 3
        ' Rewinding
        iTunes.Resume
end select
2

Try in iTunes Edit/Preferences and check the box that says Enable full keyboard navigation". That let my keyboard control the iTunes player.

1
  • 1
    I just found the reverse with iTunes 11 - unchecking 'Enable full keyboard navigation' allowed my play/pause keys to work with iTunes. Commented Mar 19, 2014 at 19:57
1

I just encountered the same behavior you had, and I finally solved it by removing mmkeys. I quit iTunes, then deleted mmkeys.dll from "C:\Users\UserName\AppData\Roaming\Apple Computer\iTunes\iTunes Plug-ins"

After I did that, the plain commands available through the intellitype software worked fine.

0

Maybe this would help: http://www.everythingitunes.com/os/windows/2008-01-04/mmkeysdll/

1
  • As I said, I have mmKeys installed correctly. Nonetheless, I reinstalled it from your link, and it did not work correctly. Commented Sep 24, 2010 at 17:58
0

Maybe you should try to uninstall all Apple products and re-install them (including QuickTime, Bonjour, Apple application support and iTunes), using Revo Uninstaller Freeware.

Remember to back up your library before doing this, just in case.

0

I have the same keyboard, same OS and same versions of iTunes and intellitype. I vaguely remember a similar problem on an earlier version of iTunes, but I've since uninstalled and re-installed intellitype.

You could try setting the keys back to default - Control Panel, Keyboard, Key Settings, then click the Restore Defaults button. Also make sure there isn't another media program running in the background (e.g. Winamp).

As I type this, the Play/Pause works fine for me (that's no consolation, I know).

As I have the same setup (in terms of Keyboard, Windows, iTunes and intellitype), happy to help with the odd experiment, if you have other software running in the background, to see if we can narrow down the problem.

You must log in to answer this question.

Not the answer you're looking for? Browse other questions tagged .