$(window).load(function () { document.onkeydown = function(invoke) { if(82 === invoke.keyCode) { alert( ) } } });