My goal is to implement a custom Control + S key press handler to wire up to a custom save method in a winforms app.
There are several ways to accomplish this based
I solved this by doing,
if(e.KeyData==(Keys.S | Keys.Control))