add automation.bindings to fmt-bindings script

This commit is contained in:
Paul Davis 2025-06-17 14:01:09 -06:00
parent c6a49fdd50
commit 66f93e70cd

View file

@ -337,7 +337,7 @@ if ($make_accelmap) {
# merge in the "fixed" bindings that are not defined by the argument given to this program
# this covers things like the step editor, monitor and processor box bindings
foreach $hardcoded_bindings ("mixer.bindings", "step_editing.bindings", "monitor.bindings", "processor_box.bindings", "trigger.bindings", "regionfx_box.bindings") {
foreach $hardcoded_bindings ("mixer.bindings", "step_editing.bindings", "monitor.bindings", "processor_box.bindings", "trigger.bindings", "regionfx_box.bindings", "automation.bindings") {
$path = File::Spec->catfile (dirname ($ARGV[0]), $hardcoded_bindings);
open HARDCODED, "<", $path or die $!;
while (<HARDCODED>) {