$(document).keypress(function (e) {
if (e.which == 13) {
location.href = "http://yonlendirelecek url";
}
});


bu kod ile işini halledebilirsin hocam