Files
df-scope-hold/config.ini
T
zhengchen.tao c3691b876b init: 三角洲行动开镜自动屏息脚本
按住鼠标右键时自动按下并保持配置的按键(默认 F12,对应游戏内屏息),松开右键时释放。
通过进程名识别游戏,仅在游戏运行时激活监听。
仓库内置 PortablePython 解释器与 pynput/psutil 依赖,下载即用。
2026-05-05 17:59:54 +08:00

27 lines
1.0 KiB
INI
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
; -----------------------------------------------
; 鼠标按键映射工具配置文件
; 注意:修改后需重启脚本生效
; -----------------------------------------------
[config]
; 模拟的目标按键(支持普通字符或系统键)
; 格式要求:
; - 普通字符键: 直接写字母(例如 a, b, 1, 2)
; - 系统功能键: 使用 pynput 的 Key 属性名(例如 shift, ctrl, alt
; 示例: shift (默认值) / ctrl / a
key = f12
; 按键触发延迟(单位:毫秒)
; 作用:按下鼠标右键后,等待多少毫秒再触发目标键
; 建议值:
; - 游戏场景: 5-20ms
; - 办公场景: 10-50ms
; 警告:设置低于5ms可能导致操作冲突
delay_press = 5
; 需要监控的应用程序进程名(区分大小写)
; 格式要求:
; - 必须与任务管理器中的进程名完全一致(包括扩展名)
; - 示例:notepad.exe / chrome.exe / photoshop.exe
; 功能说明:只有该程序运行时才会激活鼠标监听
program_running = DeltaForceClient-Win64-Shipping.exe