From 66f93e70cdf7828bf08e7941f3bded1f67e3b42c Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Tue, 17 Jun 2025 14:01:09 -0600 Subject: [PATCH] add automation.bindings to fmt-bindings script --- tools/fmt-bindings | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/fmt-bindings b/tools/fmt-bindings index 8ef9fd974a..3f12945d41 100755 --- a/tools/fmt-bindings +++ b/tools/fmt-bindings @@ -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 () {