From fba7db8d251e340a2c7d1e4cc2f9e3beb3febc66 Mon Sep 17 00:00:00 2001 From: Nate Bross Date: Thu, 23 Apr 2026 18:06:07 -0500 Subject: [PATCH] fix: remove Delete key shortcut for clip deletion The global Window-level KeyBinding for Delete fired regardless of focus, so pressing Delete inside the script editor deleted the entire clip instead of a character. Drop the KeyBinding entirely and remove the now-misleading InputGesture hint from the menu item. Clip deletion is still reachable via the Edit menu and the clip list context menu. Closes #158 --- src/SharpFM/MainWindow.axaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/SharpFM/MainWindow.axaml b/src/SharpFM/MainWindow.axaml index 346e6da..4682e3e 100644 --- a/src/SharpFM/MainWindow.axaml +++ b/src/SharpFM/MainWindow.axaml @@ -22,7 +22,6 @@ - @@ -44,7 +43,7 @@ - +