Skip to content

Instantly share code, notes, and snippets.

@rohinomiya
Created June 14, 2012 14:53
Show Gist options
  • Save rohinomiya/2930818 to your computer and use it in GitHub Desktop.
Save rohinomiya/2930818 to your computer and use it in GitHub Desktop.
AutoHotKey_L でCOMを利用してiTunes を操作する ref: http://qiita.com/items/b628202469f10ea2ca8e
; control iTunes
;
iTunes := ComObjCreate("iTunes.Application")
#right::
iTunes.NextTrack()
return
#left::
iTunes.PreviousTrack()
return
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment