Disable Internet Explorer shortcut keys

前端 未结 6 780
臣服心动
臣服心动 2020-12-17 00:52

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

6条回答
  •  野趣味
    野趣味 (楼主)
    2020-12-17 01:10

    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.

提交回复
热议问题