Skip to content

Commit 2dc6619

Browse files
committed
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
1 parent 844d9c3 commit 2dc6619

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

source/main.dfm

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1362,9 +1362,21 @@ object MainForm: TMainForm
13621362
OnScanForFoldRanges = SynMemoQueryScanForFoldRanges
13631363
FontSmoothing = fsmNone
13641364
RemovedKeystrokes = <
1365+
item
1366+
Command = ecRedo
1367+
ShortCut = 40968
1368+
end
13651369
item
13661370
Command = ecDeleteWord
13671371
ShortCut = 16468
1372+
end
1373+
item
1374+
Command = ecDeleteLine
1375+
ShortCut = 16473
1376+
end
1377+
item
1378+
Command = ecRedo
1379+
ShortCut = 24666
13681380
end>
13691381
AddedKeystrokes = <
13701382
item

0 commit comments

Comments
 (0)