diff --git a/main.py b/main.py
index 6a3ff2e..a97ecb6 100755
--- a/main.py
+++ b/main.py
@@ -2737,11 +2737,14 @@ class MainWindow(QMainWindow):
"
| N | Next file in playlist |
"
"| G | Toggle cursor lock |
"
"| A | Autoclip — fit clip count to pause position |
"
+ "| Delete / Backspace | Toggle disable on selected scan regions |
"
+ "| Ctrl+Z | Undo last scan panel action |
"
"| ? / F1 | This help |
"
"
|
"
"| Double-click marker | Enter overwrite mode (locked: jump to end of clip span) |
"
"| Right-click marker | Delete clip group |
"
"| Click video / crop bar | Reposition portrait crop |
"
+ "| Drag scan region edge | Resize scan region |
"
""
)
QMessageBox.information(self, "Keyboard shortcuts", text)