Open sonofevil opened 1 year ago
Could you provide a proper environment (as described in issue template)?
Program Version 3.3.2 Compiled from packaging: GitHub Windows Release Built Against SDL 2.0.20 Running With SDL 2.0.20 Using Qt 5.15.2 Using Event Handler: SendInput Host OS: windows Version: 10 Architecture: x86_64
Your version is outdated, please update to the latest one.
Still reproducible on 3.3.4.
Is there an existing issue for this?
Current Behavior
I'm trying to create a macro where when I hold a button, it holds ALT but only taps TAB. But my attempts seem to be thwarted by a behavior of "Press Time" that isn't mentioned in the wiki. It seems to cause the release of previous key press slots.
I confirmed with an input event viewer that ALT is released before TAB is activated.
Expected Behavior
While holding the button, ALT remains active whereas TAB is activated for 0.1 seconds. (Thus bringing up the window switching popup in Windows and keeping it open.)
Steps To Reproduce
Create an advanced button assignment where a key press slot is followed by a "Press Time" slot and then by a different key press slot: Example: ALT -> Press Time 0.1s -> TAB Then hold the so-assigned button on the controller.
Environment
Anything else?
No response
Upvote & Fund