From 814ef946eb1460c9a77708e360e6d0a68d38c5f5 Mon Sep 17 00:00:00 2001 From: Ethanfel Date: Sat, 18 Apr 2026 20:47:52 +0200 Subject: [PATCH] fix: add missing shortcuts to help dialog (disable, undo, drag resize) Co-Authored-By: Claude Opus 4.6 --- main.py | 3 +++ 1 file changed, 3 insertions(+) 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): "NNext file in playlist" "GToggle cursor lock" "AAutoclip — fit clip count to pause position" + "Delete / BackspaceToggle disable on selected scan regions" + "Ctrl+ZUndo last scan panel action" "? / F1This help" "
" "Double-click markerEnter overwrite mode (locked: jump to end of clip span)" "Right-click markerDelete clip group" "Click video / crop barReposition portrait crop" + "Drag scan region edgeResize scan region" "" ) QMessageBox.information(self, "Keyboard shortcuts", text)