Page 1 of 1

Allow button press, hold and release

Posted: Wed Nov 07, 2007 8:09 am
by yaccri
I really want to have more functionality of theme buttons.
HB already allow to select when the operation is being made (when the button is pressed or when released).

It would give more functionality if one could set different property-changes for button pressed/released/hold/double-tapped.

Posted: Wed Nov 07, 2007 2:31 pm
by Richard Naninck
The last two would add nice functionality. If you need it now, you can already achieve it using scripting for the double tab and do something with the repeat function for the holding functionality. Lets say you need an action on a press and hold for at least 1 second, you could set the repeat delay to 1 second and just wait for the second action.

Posted: Thu Nov 08, 2007 12:42 am
by yaccri
Smart keyboards allow DIFFERENT functionality for the same button.
For example:
- When the button is pressed and release, action#1 is performed
- When the button is pressed and hold, action#2 is performed
- When the button is double-pressed, action#3 is performed

All the actions are set at the *same* button.

I think that it would be nice to emulate this functionality with HB.