Longpress action in combination with a key sequence does not work

Hi @Andreas_Hegenberg I'm not sure how best to explain this, perhaps with an example.

If I set up a longpress action for the spacebar (but no shortpress action), then longpress works but I lose the space function. This is perfectly clear.

Instead of a shortpress action you can get the space function back with this key sequence.

So the missing shortpress action (space) is "replaced“ by the Key Sequence on key down. Of course in this case "space" is also typed when the longpress action is triggered.

Unfortunately, this logic does not work if the longpress action should work by pressing and releasing the spacebar. So like this.

Spacebar longpressed, does something

Space released, does the opposite.

The longpress action works as desired, but the space triggered by the key sequence is not typed. Is this a bug?

Thanks, and sorry if this sounds like nonsense, but I'd really like to use it that way. :slightly_smiling_face: