EDIT: After waited a while and didn\'t get anything yet, I\'ve decided to do shortcut disable thingy only for IE now. Is there a possib
There is a nice trick to fight with IE10+, to avoid display browser menus on alt key combinations, like Alt + F
, Alt + H
...
I recently used on IE11, just add an anchor with the attribute accesskey
:[yourKey]
on your body
Now when you press Alt + f
the browser will not display "File popup" as usual, and will let events keydown and keyup gets to you, and not only keydown.