AntiMicro / antimicro

[NOT maintained anymore] Graphical program used to map keyboard buttons and mouse controls to a gamepad. Useful for playing games with no gamepad support
1.79k stars 202 forks source link

Is it possible to set a button to execute a key combination, and execute another command when the button is released. #381

Closed dcagritann closed 1 year ago

dcagritann commented 3 years ago

Dear all, first of all thanks for this project. You've created great software! For some reason, I need to program a key to execute a key combination (Alt+r) and when I release that button execute another key combination (Alt+right). Is this possible? I'd be glad if you could help me with this one. Thank you and best regards!

vguttmann commented 3 years ago

Yes, it is, as long as it is permitted to press the first combination over and over, this is the one caveat.

You basically select the Alt Key, R key, then insert a release block (you can just set the time to something low, so Alt right is pressed every time you release), put Alt R behind that block and off you go!

Only problem is that the first keys until release are repeated over and over until you release the key.

You can get to that advanced editor by pressing the "advanced" button down in the bottom left corner of the key assignment dialogue.

dcagritann commented 3 years ago

It worked! Thanks!! Regards,

pktiuk commented 1 year ago

AntiMicro is no longer maintained. There were no bigger fixes since 2017.
There is a new recommended version of this app called AntiMicroX.

As a part of cleanup, this issue will be closed.
If you find this issue relevant also for that new version of application you can create a new issue there (but firstly check it, because many issues of the old app are fixed and there are some new functionalities implemented)