AHK script to make Alt+Del work again as in FL 11

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 Dec 12, 2018 3:21 pm

x

AHK script to make Alt+Del work again as in FL 11

Hi!
For all of you interested here's a little script that allows you again to use Alt+Del directly from the Playlist (detached) without the need to give focus to the channel rack (non detached). Just click once on the clip you want to delete and press Alt+Del.

Code: Select all

Alt & Del::
WinActivate ahk_class TFruityLoopsMainForm
send !{Del}
return
If instead you have also your channel rack detached you have to replace "TFruityLoopsMainForm" with "TStepSeqForm".

I'm not sure if this would work also with both Playlist and Channel Rack not detached. Maybe by recalling a "classnn" from the channel rack, but I never tried that. That's why I keep all windows detached. :P

Anyway, hope you'll find that useful somehow.

Enjoy!

Return to “FL Studio Users Forum (Looptalk)”