diff --git a/docs/examples/widgets/footer.py b/docs/examples/widgets/footer.py
index 85406b4e9..c00c4d6ce 100644
--- a/docs/examples/widgets/footer.py
+++ b/docs/examples/widgets/footer.py
@@ -12,6 +12,7 @@ class FooterApp(App):
description="Show help screen",
key_display="?",
),
+ Binding(key="delete", action="delete", description="Delete the thing"),
Binding(key="j", action="down", description="Scroll down", show=False),
]
diff --git a/tests/snapshot_tests/__snapshots__/test_snapshots.ambr b/tests/snapshot_tests/__snapshots__/test_snapshots.ambr
index f3cf9975b..ed41dc333 100644
--- a/tests/snapshot_tests/__snapshots__/test_snapshots.ambr
+++ b/tests/snapshot_tests/__snapshots__/test_snapshots.ambr
@@ -5104,134 +5104,134 @@
font-weight: 700;
}
- .terminal-1908614482-matrix {
+ .terminal-870899994-matrix {
font-family: Fira Code, monospace;
font-size: 20px;
line-height: 24.4px;
font-variant-east-asian: full-width;
}
- .terminal-1908614482-title {
+ .terminal-870899994-title {
font-size: 18px;
font-weight: bold;
font-family: arial;
}
- .terminal-1908614482-r1 { fill: #e1e1e1 }
- .terminal-1908614482-r2 { fill: #c5c8c6 }
- .terminal-1908614482-r3 { fill: #dde8f3;font-weight: bold }
- .terminal-1908614482-r4 { fill: #ddedf9 }
+ .terminal-870899994-r1 { fill: #e1e1e1 }
+ .terminal-870899994-r2 { fill: #c5c8c6 }
+ .terminal-870899994-r3 { fill: #dde8f3;font-weight: bold }
+ .terminal-870899994-r4 { fill: #ddedf9 }
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
- FooterApp
+ FooterApp
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Q Quit the app ? Show help screen
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Q Quit the app ? Show help screen Delete the thing