Hi,
I'd like to modify the delay for long push on the Apple Remote's buttons (set to ~1 second by default). Is it possible ? Is there a dedicated process that monitors IR port and dispatches events to apps/system ?
For information, I'd like to modify this setting for 2 main reasons:
1. faster navigation (I use EyeTV and often/always have to access the onscreen menu)
2. save battery life (best for the planet)
I already checked that the remote sends signal as soon as a button is pressed. It's a shame that it is not sent only on the keyUp event for buttons like Play/Pause and Menu. I'm ok with the fact that it has to be sent on keyDown for +/- and previous/next buttons as it is used in list navigations, in FrontRow typically. But for Play/Pause and Menu buttons, it would have been nice to have another behavior...
Thanks in advance for your answers
I'd like to modify the delay for long push on the Apple Remote's buttons (set to ~1 second by default). Is it possible ? Is there a dedicated process that monitors IR port and dispatches events to apps/system ?
For information, I'd like to modify this setting for 2 main reasons:
1. faster navigation (I use EyeTV and often/always have to access the onscreen menu)
2. save battery life (best for the planet)
I already checked that the remote sends signal as soon as a button is pressed. It's a shame that it is not sent only on the keyUp event for buttons like Play/Pause and Menu. I'm ok with the fact that it has to be sent on keyDown for +/- and previous/next buttons as it is used in list navigations, in FrontRow typically. But for Play/Pause and Menu buttons, it would have been nice to have another behavior...
Thanks in advance for your answers