Skip to content

Commit

Permalink
make cleartracks a bit safer
Browse files Browse the repository at this point in the history
  • Loading branch information
Inversil committed Jun 2, 2022
1 parent 7f1819e commit 1db45ce
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion LiveEnhancementSuite.ahk
Original file line number Diff line number Diff line change
Expand Up @@ -1588,7 +1588,9 @@ WinGetTitle, WinTitle, ahk_id %guideUnderCursor%
if(InStr(WinTitle, "Ableton Live 11") != 0){
Click, Right
sleep, 20
SendInput {up 1}{down 13}{enter}
SendInput {down 12}
sleep, 500
Sendinput {enter}
sleep, 5
sendinput {delete}
}
Expand Down

0 comments on commit 1db45ce

Please sign in to comment.