Is there a way to toggle a combination of keys? say L+R on the same button
Announcement
Collapse
No announcement yet.
toggle a combo
Collapse
X
-
You can archieve that with a little trick of using specific [Key Combo] with [Rapid fire]. To do that you need to have a combo similar to this one:
and enable [Toggle] flag for that mapping:
The key points are:
- to have delay between keys at zero;
- to have all "press" nodes before the pause;
- pause must be longer than the time you're planning to have it held it for. Because once that timer is out - all buttons in that combo will be released for a moment.
- Flag
Comment