summaryrefslogtreecommitdiff
path: root/tools/fmt-bindings
diff options
context:
space:
mode:
Diffstat (limited to 'tools/fmt-bindings')
-rwxr-xr-xtools/fmt-bindings2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/fmt-bindings b/tools/fmt-bindings
index 4bbac9b9d8..56bdc122c0 100755
--- a/tools/fmt-bindings
+++ b/tools/fmt-bindings
@@ -316,7 +316,7 @@ if ($make_accelmap) {
# merge in the "fixed" bindings that are not defined by the argument given to this program
# namely, the step editor and the mixer windows
- foreach $hardcoded_bindings ("mixer.bindings", "step_editing.bindings") {
+ foreach $hardcoded_bindings ("mixer.bindings", "step_editing.bindings", "monitor.bindings", "processor_box.bindings") {
$path = File::Spec->catfile (dirname ($ARGV[0]), $hardcoded_bindings);
open HARDCODED, "<", $path or die $!;
while (<HARDCODED>) {