RA2 keypad, is it possible to run events when buttons are held, or double tapped?

What are your goals with the multiple presses? If it's turning on/off lights, I wrote a custom app that can do this. If you want to perform arbitrary actions (turn on/off lights, change mode, whatever), then this won't help, though some people in the past have written rules to handle this kind of thing. You can do basically anything in a rule, though it's a bit more effort.

Here's one example, though nowadays you'd need a Rule with a "Button" trigger for each button number/event (e.g., "button 1 pushed") that you want to keep track of--the "Button Device" trigger in this screenshot no longer exists, and the otherwise similar Button Controller app does not (currently?) support conditional actions. But similar idea:

Or you could wait for support in the driver. :smiley: In the meantime, some app-level workarounds like this are certainly possible.