Input Action mapping single key always stucks combo keys with ctrl alt shift + samekey

I got 2 input actions like B and Ctrl+B:

20210318165812.png

I listen for input in my widget:

But when I press Ctrl + B, I only got “B” output, Ctrl + B will never be triggered. I suspect it’s something about combo keys capturing priority.

How to make Ctrl + B triggered and B not triggered? Thanks.