mirror of https://gitlab.com/basile.b/dexed.git
editor, ESC key to close the call tips window
This commit is contained in:
parent
722ef18563
commit
832643fdc6
|
|
@ -648,6 +648,11 @@ begin
|
||||||
case Key of
|
case Key of
|
||||||
VK_BROWSER_BACK: fPositions.back;
|
VK_BROWSER_BACK: fPositions.back;
|
||||||
VK_BROWSER_FORWARD: fPositions.next;
|
VK_BROWSER_FORWARD: fPositions.next;
|
||||||
|
VK_ESCAPE:
|
||||||
|
begin
|
||||||
|
fCallTipWin.Hide;
|
||||||
|
fDDocWin.Hide;
|
||||||
|
end;
|
||||||
end;
|
end;
|
||||||
if not (Shift = [ssCtrl]) then exit;
|
if not (Shift = [ssCtrl]) then exit;
|
||||||
case Key of
|
case Key of
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue