[Feature Request] Button press with modifier (ctrl,alt,shift...) #895
Unanswered
BoomerangAide
asked this question in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
I suspect AntiMicroX, at the time I'm writing this, can't send proper Alt+key commands (or other modifiers than Alt).
They will only work if the receiver understand "modifier button pressed", then quickly "modified button pressed" (that's why testing in Notepad and testing Alt+F4 could not help, they accept that pattern)
After trying a lot of things with delays, press key, mix and not mix, and all, I saw that AntiMicroX apparently only send a single SendInput command when performing keyboard actions.
Based on what I saw on learn.microsoft.com: How Can I Send Selection and Copy Keys Using SendINput, I think for my use case there should be a special action (slot?) for a "button press with modifier".
To take the examples on the link above, I think currently AntiMicroX could only do:
or
And I want it to do:
SendKey is their custom utility function, but basically, I need either:
Beta Was this translation helpful? Give feedback.
All reactions