clumsy icon indicating copy to clipboard operation
clumsy copied to clipboard

无法使用命令行控制clumsy.exe中各个模块的参数

Open weiseyuanmeng opened this issue 1 year ago • 1 comments

win10 的cmd中输入:clumsy.exe --filter inbound --lag 2000 本意是延迟2秒,结果还是默认延迟50毫秒。请问是否支持?

weiseyuanmeng avatar Mar 25 '24 03:03 weiseyuanmeng

Please try

clumsy.exe --filter "inbound" --lag on --lag-time 2000

reference: https://github.com/jagt/clumsy/wiki/Command-Line-Arguments

celeron533 avatar May 01 '24 13:05 celeron533