Add F2 shortcut to inplace editor for starting the popup text editor. Issue #947.

This commit is contained in:
Ansgar Becker
2009-01-19 19:39:17 +00:00
parent 7946e8fce9
commit b69c3b7957

View File

@ -814,6 +814,8 @@ begin
end else
FTree.EndEditNode;
end;
VK_F2:
ButtonClick(FButton);
VK_TAB:
begin
FFinalAction := VK_TAB;