$(document).keypress(function (e) {
if (e.ctrlKey && e.keyCode == 13) {
alert("send");
}
})
$(document).keypress(function (e) {
if (e.ctrlKey && e.keyCode == 13) {
alert("send");
}
})