Replies: 1 comment 2 replies
-
|
Hi, with 5.6.0 timeouts are allowed in input expressions which never partially match / start with
Both not supported and not planned at the moment. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello, I'm trying to send an output when I press a key twice
Space !250ms Space >> BMy issue with the code above is that while it works, it has to wait 250ms before sending the first Space
So I tried this:
? Space Space >> BThis is closer to what I want, but only for the first double press of Space. After that every single press of Space will output B, unless I interrupt the sequence with a different key.
Is there a way to reset the sequence when the
? Space Spacecondition is met? Or a completely different solution?Also can I specify how long it has to wait for the condition to be met?
In other words: When I input the first Space send it immediately, and if I input Space again under X milliseconds, then send B and reset the sequence, otherwise don't send B but still reset the sequence
Other questions:
Does keymapper support Xbox Controllers for output? (e.g.
W >> LeftStickUp)This would be useful for games that have no mouse and keyboard support at all
Is there a way to detect if the mouse cursor is visible?
Beta Was this translation helpful? Give feedback.
All reactions