IPro: Support CTRL+C and CTRL+INSERT in LHelp. Issue #21935, patch from wp.

git-svn-id: trunk@50030 -
This commit is contained in:
juha 2015-10-11 13:01:53 +00:00
parent c87cf550f3
commit c9bfb53489

View File

@ -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;