Left or right forward movement

In Blueprint Third Person template how do I add a Q key for left forward (just like pressing WA keys) and E key for right forward (like pressing WD keys) movement?

well what you can do is add your inputs in your porject settings, then call them in the third person bp, then “mix” the movement impulse to achieve that

Could you please elaborate step by step how to do this? I have done the first step at Project settings → Input → Axis Mapping added MoveUpRight Q scale -1.0 and E scale 1.0

something like this work. just use your own axis to trigger it

Thank you!