需求瀏覽器vimium插件下,按下“t”會打開新標簽頁,但focus在輸入框不會。我需要在不關閉vimium情況下,自己監(jiān)控按鍵“t”等。想這樣:https://demo.grapecity.com.cn/spreadjs/excel-online/content/index.htmldocument.onkeydown=function(event){vara=window.event.keyCode;console.log(a)//event.preventDefault();event.stopPropagation();return;};嘗試無果,求教,謝謝
新手上路,如何自己監(jiān)聽keydown而不被vimium攔截?感激不盡
達令說
2019-10-16 09:11:45