Re: [-Fx-] FireGestures如何新增分頁群組切換腳本
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
討論串 (同標題文章)
完整討論串 (本文為第 2 之 2 篇):
Browsers 近期熱門文章
PTT數位生活區 即時熱門文章