Raja

Raja

  • 545
  • 2k
  • 346.4k

Hot Keys not working in IE and Chrome Browser.

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