mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2026-01-08 11:01:34 +01:00
IPro: Support CTRL+C and CTRL+INSERT in LHelp. Issue #21935, patch from wp.
git-svn-id: trunk@50030 -
This commit is contained in:
parent
c87cf550f3
commit
c9bfb53489
@ -12919,6 +12919,8 @@ begin
|
||||
Key := 0
|
||||
end;
|
||||
end
|
||||
else if ((key = VK_C) or (key = VK_INSERT)) and (ssCtrl in Shift) then
|
||||
FHyper.CopyToClipboard
|
||||
else
|
||||
inherited KeyDown(Key, Shift);
|
||||
end;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user