Created
February 15, 2023 21:42
-
-
Save tetra-fox/9b20ea291cf0d3a8ee713ff2e3cfcbbd to your computer and use it in GitHub Desktop.
mmb drag for ableton live (Iike fl studio)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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