From 2dc6619b59933fe598075ca92393660c057a9bfe Mon Sep 17 00:00:00 2001 From: Ansgar Becker Date: Sun, 1 Mar 2026 17:15:07 +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.dfm | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/source/main.dfm b/source/main.dfm index b705afd8..92a8a7c4 100644 --- a/source/main.dfm +++ b/source/main.dfm @@ -1362,9 +1362,21 @@ object MainForm: TMainForm OnScanForFoldRanges = SynMemoQueryScanForFoldRanges FontSmoothing = fsmNone RemovedKeystrokes = < + item + Command = ecRedo + ShortCut = 40968 + end item Command = ecDeleteWord ShortCut = 16468 + end + item + Command = ecDeleteLine + ShortCut = 16473 + end + item + Command = ecRedo + ShortCut = 24666 end> AddedKeystrokes = < item