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
This commit is contained in:
Ansgar Becker
2026-03-01 17:04:22 +01:00
parent a5f1a19a0d
commit 2bc9d78f88

View File

@@ -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