Skip to content

Commit 88fe6b9

Browse files
authored
chore: 调整默认的截图和触控方式
1 parent 028bf71 commit 88fe6b9

1 file changed

Lines changed: 6 additions & 4 deletions

File tree

assets/interface.json

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,11 @@
2929
"class_regex": ".*",
3030
"window_regex": "Visual Studio"
3131
},
32-
"screencap": "DXGI_DesktopDup",
33-
"mouse": "Seize",
34-
"keyboard": "Seize"
32+
// 截图及控制方式,请根据项目实际情况修改
33+
// 文档: https://github.com/MaaXYZ/MaaFramework/blob/main/docs/zh_cn/2.4-%E6%8E%A7%E5%88%B6%E6%96%B9%E5%BC%8F%E8%AF%B4%E6%98%8E.md
34+
"screencap": "PrintWindow", // 截图方式
35+
"mouse": "PostMessageWithCursorPos", // 鼠标控制方式
36+
"keyboard": "PostMessageWithCursorPos" // 键盘控制方式
3537
}
3638
],
3739
"resource": [
@@ -103,4 +105,4 @@
103105
]
104106
}
105107
}
106-
}
108+
}

0 commit comments

Comments
 (0)