1. Edit the script "Search - Go to Results ( Line )" and declare a new variable at the beginning of the script:
- Code: Select all
Set Variable [ $Window; Value: Get ( WindowName )]
2. At the very end of the script add this:
- Code: Select all
If [ Mod(Get ( ActiveModifierKeys );2)=1 ]
Close Window [ Name: $Window; Current file ]
End If
That's it.