0
Reply

Hot Keys not working in IE and Chrome Browser.

Raja

Raja

Jul 6 2017 10:11 AM
213
    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.