$(document).keydown(function(evt){ if (evt.keyCode==83 && (evt.ctrlKey)){ evt.preventDefault(); alert('worked'); } });