if (event.ctrlKey && event.altKey && event.keyCode == 49)
    {
    }
 
     I have used above codes in javascript.for hotkeys (CTRL+ ALT +1).
    but its working only in firefox.not working both IE and Chrome.