$(function(){
$("body").keydown(function(e) {
console.log();
if(e.keyCode == 27){
//buraya işlem gelecek
}
});

})

**** Jquery Bağlı Olmalı****