Hot Keys not working in IE and Chrome Browser.Raja9yAsked Jul 6, 2017, 10:11 AM907.NET 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.
Replies
Know the answer? Post it — somebody with the same question will find it here.