Composite Binding with Modifier

I’m using v1.6.3 and I want to create a Vector2 action with a composite action with WASD/Arrow keys but I can’t find a way to create a composite binding with 1 modifier key.

I can do this with the mouse since “Delta [Mouse]” allows for this, but how can I do this with WASD or arrow keys?

I want to create a binding like this:
Modifier: Control [Keyboard]
Binding: Up/Down/Left/Right Composite
Up: Up Arrow [Keyboard]
Up: W [Keyboard]
Down: Down Arrow [Keyboard]
Down: S [Keyboard]
Left: Left Arrow [Keyboard]
Left: A [Keyboard]
Right: Right Arrow [Keyboard]
Right: D [Keyboard]

If it is not possible to do this in an InputActionAsset, then what would be the best way to achieve this?

Thanks in advance!

Or is there a “2D Vector with One Modifier” binding or a WASD/Arrow composite binding that can be used with the “One Modifier” binding? Or can I create one?