Skip to content

Instantly share code, notes, and snippets.

@dufferzafar
Created November 22, 2014 11:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dufferzafar/ca2531dcf94c83f6ff84 to your computer and use it in GitHub Desktop.
Save dufferzafar/ca2531dcf94c83f6ff84 to your computer and use it in GitHub Desktop.
A quick script I wrote while going through all my notes to move them to right using the Windows Image and Fax Viewer.
]::
SendInput, {Right} ; Start moving to next image
Sleep, 1000 ; Wait for the current image to save
SendInput, ^. ; Rotate image to the right
Return
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment