Skip to content

Instantly share code, notes, and snippets.

@jjt
Created February 1, 2011 04:39
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 jjt/805417 to your computer and use it in GitHub Desktop.
Save jjt/805417 to your computer and use it in GitHub Desktop.
Lets you control the hype machine from other windows
#SingleInstance force
SetTitleMatchMode 2 ; Anywhere in title
SetTitleMatchMode Fast
SendMode Input
#IfWinExist Hype Machine
{
^+d::
WinActivate
return
^+e::
WinActivate
WinWaitActive
Send n !{Esc}
return
^+q::
WinActivate
WinWaitActive
Send p !{Esc}
return
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment