diff --git a/gtk2_ardour/monitor.bindings b/gtk2_ardour/monitor.bindings
new file mode 100644
index 0000000000..b1a7d7c477
--- /dev/null
+++ b/gtk2_ardour/monitor.bindings
@@ -0,0 +1,24 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/gtk2_ardour/processor_box.bindings b/gtk2_ardour/processor_box.bindings
new file mode 100644
index 0000000000..cf4bbb9dbd
--- /dev/null
+++ b/gtk2_ardour/processor_box.bindings
@@ -0,0 +1,5 @@
+
+
+
+
+
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 () {