Enhanced Input: Get both chorded and dependent actions to trigger?

I have the following:

  1. If you hold the jetpack button only, you get a weak thrust
  2. If you press jump only (and you’re on the ground), you jump
  3. If you hold both (and you’re not on the ground), you get a strong thrust
  4. If you press jump and hold the jetpack button (and you’re on the ground), you should get the impulse from the jump along with full thrust

I tried using chorded actions for a trigger for the strong thrust; however, it causes the jump action to not trigger, so I don’t get the impulse from the jump when I’m on the ground.

Is there any way to get both the chorded action and the dependent action to trigger?