Fix BSXFlags
This commit is contained in:
parent
2220f68d35
commit
a73da6408e
2 changed files with 6 additions and 0 deletions
|
@ -4,6 +4,9 @@ WinActivate, ahk_exe i)ChunkMerge.exe
|
||||||
|
|
||||||
ControlFocus Button1, A
|
ControlFocus Button1, A
|
||||||
Send {Space}
|
Send {Space}
|
||||||
|
|
||||||
|
WinWaitNotActive, i)ChunkMerge
|
||||||
|
|
||||||
Clipboard := ChunkMerge_NifFile
|
Clipboard := ChunkMerge_NifFile
|
||||||
Send +{Insert}
|
Send +{Insert}
|
||||||
Send {Enter}
|
Send {Enter}
|
||||||
|
@ -12,6 +15,9 @@ WinWaitActive, i)ChunkMerge
|
||||||
|
|
||||||
ControlFocus Button2, A
|
ControlFocus Button2, A
|
||||||
Send {Space}
|
Send {Space}
|
||||||
|
|
||||||
|
WinWaitNotActive, i)ChunkMerge
|
||||||
|
|
||||||
Clipboard := ChunkMerge_CollisionFile
|
Clipboard := ChunkMerge_CollisionFile
|
||||||
Send +{Insert}
|
Send +{Insert}
|
||||||
Send {Enter}
|
Send {Enter}
|
||||||
|
|
Binary file not shown.
Loading…
Add table
Reference in a new issue