mirror of
https://github.com/babalae/better-genshin-impact
synced 2025-01-08 11:57:53 +08:00
mod: 修改UpDownGrabLeaf中的抓取四叶印(某些模式下的交互)按键,直接使用KeyBindingsConfig中的值
This commit is contained in:
parent
e7d76cdae1
commit
c4b705c350
@ -25,7 +25,7 @@ public class UpDownGrabLeaf : IActionHandler
|
||||
// kbPress('w'); // 飞行
|
||||
while (i > 0 && !ct.IsCancellationRequested)
|
||||
{
|
||||
Simulation.SendInput.Keyboard.KeyDown(User32.VK.VK_T);
|
||||
Simulation.SendInput.Keyboard.KeyDown(TaskContext.Instance().Config.KeyBindingsConfig.InteractionInSomeMode.ToVK());
|
||||
if (i % 10 == 0)
|
||||
{
|
||||
y = -y;
|
||||
|
Loading…
Reference in New Issue
Block a user