I'm just writing my own Maemo 4.x application, but have one issue with the hardware keys "Volume up" and "Volume down":
I would like to have them with repeat function, means: Once pressed, the volume should be leveled up or down until the key is released. (Just like it's implemented on an ordinary telly or hifi remote.) Is this possible?
At the moment I'm only handling the "key-press-event" event, but this is only called once per key-press, at least on my Nokia N800 with OS2008. (Within the scratchbox, this is different.)
I would like to have them with repeat function, means: Once pressed, the volume should be leveled up or down until the key is released. (Just like it's implemented on an ordinary telly or hifi remote.) Is this possible?
At the moment I'm only handling the "key-press-event" event, but this is only called once per key-press, at least on my Nokia N800 with OS2008. (Within the scratchbox, this is different.)
Axel