Re: [-Fx-] FireGestures如何新增分頁群組切換腳本

看板Browsers (瀏覽器)作者 (丹丹)時間14年前 (2011/12/19 14:34), 編輯推噓1(100)
留言1則, 1人參與, 最新討論串2/2 (看更多)
var evt = document.createEvent("KeyEvents"); evt.initKeyEvent( "keypress", true, true, null, true, // holds Ctrl key false, // holds Alt key false, // holds Shift key false, // holds Meta key 0, // presses a special key "`".charCodeAt(0) // presses a normal key ); document.documentElement.dispatchEvent(evt); -- ※ 發信站: 批踢踢實業坊(ptt.cc) ◆ From: 125.224.182.56

12/19 14:59, , 1F
可以了,十分感謝
12/19 14:59, 1F
文章代碼(AID): #1ExjhjtL (Browsers)
文章代碼(AID): #1ExjhjtL (Browsers)