Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexey-T committed Oct 15, 2022
1 parent 68b625a commit 2b451ec
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions atsynedit_cmp/atsynedit_cmp_form.pas
Original file line number Diff line number Diff line change
Expand Up @@ -385,6 +385,7 @@ procedure TFormATSynEditComplete.FormKeyDown(Sender: TObject; var Key: Word; Shi
end;

NKey:= KeyToShortCut(Key, Shift);
if NKey=0 then exit;

//Ctrl+BackSpace
if NKey=CompletionOps.ShortcutForDeleteWordPrev then
Expand All @@ -404,6 +405,7 @@ procedure TFormATSynEditComplete.FormKeyDown(Sender: TObject; var Key: Word; Shi
exit;
end;

//Ctrl+Space (currently don't work)
if NKey=CompletionOps.ShortcutForAutocomplete then
begin
DoUpdate;
Expand Down

0 comments on commit 2b451ec

Please sign in to comment.