I have the following KeyBindings:
<KeyBinding Gesture="Ctrl+S" Command="Save" /> <KeyBinding Gesture="Ctrl+Shift+S" Command="SaveAs" />
When I press Ctrl + Shift + S to execute the SaveAs
, it works, but immediately after that the Save
command is also executed. Is this related to my Gesture definitions?
source share