AHK script to quickly select Audio clip/Audio track/Instrument track/Cancel (popup window)

Discuss how to use FL Studio

Return to “FL Studio Users Forum (Looptalk)”

Forum rules
Please read them here.
[You can only see part of this thread as you are not logged in to the forums]
D3Mens
Wed Apr 17, 2019 11:07 am

x

AHK script to quickly select Audio clip/Audio track/Instrument track/Cancel (popup window)

Hello everyone!!

Here's a little script I made to make those 4 buttons respond to keyboard inputs:
Simply press 1,2,3,4 on the keyboard to select the corresponding button. :)
quick selection.png

Code: Select all

	#IfWinActive, ahk_class TMsgForm  
{ 


1::
ControlClick, TQuickFocusBtn4, , , Left, 2
return

2::
ControlClick, TQuickFocusBtn3, , , Left, 2
return

3::
ControlClick, TQuickFocusBtn2, , , Left, 2
return

4::
ControlClick, TQuickFocusBtn1, , , Left, 2
return
}
	#IfWinActive

enjoy!!!
You do not have the required permissions to view the files attached to this post.

Shinyless
Wed Apr 17, 2019 11:25 am

x

Re: AHK script to quickly select Audio clip/Audio track/Instrument track/Cancel (popup window)

Indeed this popup window is missing shortcuts.....
You do not have the required permissions to view the files attached to this post.












Return to “FL Studio Users Forum (Looptalk)”