How Can I Bind X,Y Axis to 2 different keys?

I am a newbie and I am creating a topdwn space shooter game. I would like to be able to move my pawn using both the wasd keys and directional keys at the same time. But I don’t find any information on how can it be done. I noticed that when I I call InputComponent->BindAxis it can only bind to one key so it replaces wasd with directional keys.

Hey there, if you go into the project settings - Input - Axis Mapping, for each input (MoveForward, MoveRight) you can assign more than one key, that way W,S and Up,Down can be used for MoveForward and A,D and Left,Right can be used for MoveRight.

225721-inputs.png