From 2bc9d78f88c02d2d80c4b4e3a7d37c72abf2ce2d Mon Sep 17 00:00:00 2001 From: Ansgar Becker Date: Sun, 1 Mar 2026 17:04:22 +0100 Subject: [PATCH] fix: remove default keystrokes from query editor: 2x ecRedo and 1x ecDeleteLine There may be more where users create a conflict when assigning a custom shortcut, but this particular one (Ctrl+Y) is one of the most popular. Refs #733 --- source/main.lfm | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/source/main.lfm b/source/main.lfm index d1b20151..99bd4eb0 100644 --- a/source/main.lfm +++ b/source/main.lfm @@ -3179,10 +3179,6 @@ object MainForm: TMainForm Command = ecUndo ShortCut = 32776 end - item - Command = ecRedo - ShortCut = 40968 - end item Command = ecLineBreak ShortCut = 13 @@ -3211,10 +3207,6 @@ object MainForm: TMainForm Command = ecCut ShortCut = 16472 end - item - Command = ecDeleteLine - ShortCut = 16473 - end item Command = ecDeleteEOL ShortCut = 24665 @@ -3223,10 +3215,6 @@ object MainForm: TMainForm Command = ecUndo ShortCut = 16474 end - item - Command = ecRedo - ShortCut = 24666 - end item Command = ecGotoMarker0 ShortCut = 16432