Handling Hotkeys with duplicated keys using Input System

I’m trying to make hotkeys for my game, here I have 2 actions Save (Ctrl+S) and Save As (Ctrl+Shift+S). The problem is when I try to press Ctrl+Shift+S, both actions will perform, I just want only Save As to performed. What sould I do with the input asset to handle that?