mirror of
https://github.com/babalae/better-genshin-impact
synced 2025-01-08 11:57:53 +08:00
mod: 修改按键方式
This commit is contained in:
parent
6067058530
commit
be98f10851
@ -835,7 +835,7 @@ public class PathExecutor
|
||||
await Delay(20, ct);
|
||||
}
|
||||
|
||||
Simulation.SendInput.Keyboard.KeyUp(User32.VK.VK_W);
|
||||
Simulation.SendInput.SimulateAction(GIActions.MoveForward, KeyType.KeyUp);
|
||||
|
||||
// 到达目的地后停顿一秒
|
||||
await Delay(1000, ct);
|
||||
|
Loading…
Reference in New Issue
Block a user