Skip to content

Commit 2bc9d78

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 a5f1a19 commit 2bc9d78

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

source/main.lfm

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -3179,10 +3179,6 @@ object MainForm: TMainForm
31793179
Command = ecUndo
31803180
ShortCut = 32776
31813181
end
3182-
item
3183-
Command = ecRedo
3184-
ShortCut = 40968
3185-
end
31863182
item
31873183
Command = ecLineBreak
31883184
ShortCut = 13
@@ -3211,10 +3207,6 @@ object MainForm: TMainForm
32113207
Command = ecCut
32123208
ShortCut = 16472
32133209
end
3214-
item
3215-
Command = ecDeleteLine
3216-
ShortCut = 16473
3217-
end
32183210
item
32193211
Command = ecDeleteEOL
32203212
ShortCut = 24665
@@ -3223,10 +3215,6 @@ object MainForm: TMainForm
32233215
Command = ecUndo
32243216
ShortCut = 16474
32253217
end
3226-
item
3227-
Command = ecRedo
3228-
ShortCut = 24666
3229-
end
32303218
item
32313219
Command = ecGotoMarker0
32323220
ShortCut = 16432

0 commit comments

Comments
 (0)