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
|
||||
Send {Space}
|
||||
|
||||
WinWaitNotActive, i)ChunkMerge
|
||||
|
||||
Clipboard := ChunkMerge_NifFile
|
||||
Send +{Insert}
|
||||
Send {Enter}
|
||||
|
@ -12,6 +15,9 @@ WinWaitActive, i)ChunkMerge
|
|||
|
||||
ControlFocus Button2, A
|
||||
Send {Space}
|
||||
|
||||
WinWaitNotActive, i)ChunkMerge
|
||||
|
||||
Clipboard := ChunkMerge_CollisionFile
|
||||
Send +{Insert}
|
||||
Send {Enter}
|
||||
|
|
Binary file not shown.
Loading…
Add table
Reference in a new issue