inmenupopmenu.js
来自「自动化网络办公系统全部源码officeanywheresystem」· JavaScript 代码 · 共 9 行
JS
9 行
function Events() {
document.onmousedown = new Function("top.mainFrame.click(event,2); return false;")
document.onkeypress=new Function("top.mainFrame.press(event); return true;")
document.oncontextmenu = new Function("return false;")
}
Events()
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?