Skip to content

Instantly share code, notes, and snippets.

@tetra-fox
Created February 15, 2023 21:42
Show Gist options
  • Save tetra-fox/9b20ea291cf0d3a8ee713ff2e3cfcbbd to your computer and use it in GitHub Desktop.
Save tetra-fox/9b20ea291cf0d3a8ee713ff2e3cfcbbd to your computer and use it in GitHub Desktop.
mmb drag for ableton live (Iike fl studio)
SetTimer, KeepRunning
return
KeepRunning:
WinGetClass, class, A
if class = Ableton Live Window Class
{
Suspend, off
}
else
{
Suspend, on
}
return
MButton::
Send {Ctrl Down}{Alt Down}{LButton Down}
KeyWait MButton
Send {LButton Up}{Alt Up}{Ctrl Up}
Return
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment