@Emil thanks for the reply. The iOS app does not configure the button as a "normal" keyboard button for long press. As I mentioned, the long press times out after ~8 seconds.
Latest posts made by atruttmann
-
RE: Real-time keyboard commands
-
Real-time keyboard commands
My use case
I am using a Flic button as a universal keyboard. I need the key press to register in real time (have accurate key down / key up events). I need to be able to press the button for 30+ seconds (different actions will happen based on how long the user is pressing the button).The issue
When holding down the Flic button, key presses register for ~8 seconds and then send a keyup event, despite still pressing the button. Is it possible to have the key press event register for as long as I want (~30 seconds)?Additional question
When will real time key press functionality be available on the Android app?