sezanzeb / input-remapper

🎮 ⌨ An easy to use tool to change the behaviour of your input devices.
GNU General Public License v3.0
3.73k stars 155 forks source link

Repeat macro until key pressed again #378

Open sezanzeb opened 2 years ago

sezanzeb commented 2 years ago

see https://github.com/sezanzeb/input-remapper/discussions/367

jonasBoss commented 2 years ago

should be possible with a mapping handler. We can have a mapping handler which triggers the mapping when the input combination triggers once, and releases the mapping when the input combination is triggered a again. That way not only macros can benefit from this option, but also regular key or combination to key mappings. We can even use it to enable and disable the mapping of axis to another axis.

muikku commented 2 years ago

Upvote for this feature!

Plyply99 commented 2 years ago

Upvote for this feature!