Results 5 comments of Vadim

switch(event.input.key) { case InputKeyOk: if(event.input.type == InputTypeLong) { ...func#1 key_press_seq_ok = event.input.sequence; } else if(event.input.type == InputTypeRelease && key_press_seq_ok != event.input.sequence) { // short press ...func#2 }

I need to handle long keypress and single keypress. how to do it?

Thanks, it's ok. I used InputTypePress instead of InputTypeShort.

The same issue. Happymodel SuperX HD 1S (F411).