Has anyone noticed "stuck" keys or an ignored keypress with the stock software? I recently put Squeezeslave into the Empeg in my Subaru, but before that it was all stock. I noticed sometimes it seems it wouldn't respond when I pushed the next track button, and very rarely it would get a "stuck" key (in the software sense, nothing with the button itself).

In the old PIC code it sends the keyup code twice. I think this is because it was a known problem, and a stuck key is much more annoying than a missed tap. I'm playing around with doing keyup (as well as keydown) codes more than twice, to fix it with brute force.

The new PIC is in and it works. It's really nice actually. You can see that it queues the knob rotation, but it's not obtrusive.
http://www.youtube.com/watch?v=uB3Is5rhpRw

I'm going to play with it this week to see if it needs any tweaks here or there.