Page 1 of 1

Programming a series of keypresses

Posted: Thu Feb 21, 2019 22:28
by LukeFF
What I'm trying to do is set up a button on my MCG so that it will cycle through each flare color in Il-2 BoS with each press of the button, like this:

First button press: Red Flare
Second button press: Green Flare
Third button press: White Flare
Fourth button press: Stow Flare Pistol

Is there a way to do this?

Re: Programming a series of keypresses

Posted: Thu Feb 21, 2019 23:46
by hon0
Yes, you want to use "Cyclic Switch".
http://ftp.vkb-sim.pro/Documentations/c ... _10_En.pdf
See 4.3.14. Cycliс switch.

Re: Programming a series of keypresses

Posted: Fri Feb 22, 2019 8:55
by LukeFF
Thanks, that did it!