Advertisement
Rich4rd

Slideshow in FastStone Image Viewer

Jun 13th, 2019
303
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. ;Slideshow in FastStone Image Viewer
  2. #IfWinActive ahk_exe FSViewer.exe
  3. $MButton::
  4. WinWait, ahk_exe FSViewer.exe
  5. IfWinNotActive, ahk_exe FSViewer.exe, WinActivate, ahk_exe FSViewer.exe
  6. WinWaitActive, ahk_exe FSViewer.exe
  7. Send, s{ENTER}
  8. #IfWinActive
  9. return
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement