mirror of
https://github.com/HeidiSQL/HeidiSQL.git
synced 2025-08-06 18:24:26 +08:00
Add F2 shortcut to inplace editor for starting the popup text editor. Issue #947.
This commit is contained in:
@ -814,6 +814,8 @@ begin
|
|||||||
end else
|
end else
|
||||||
FTree.EndEditNode;
|
FTree.EndEditNode;
|
||||||
end;
|
end;
|
||||||
|
VK_F2:
|
||||||
|
ButtonClick(FButton);
|
||||||
VK_TAB:
|
VK_TAB:
|
||||||
begin
|
begin
|
||||||
FFinalAction := VK_TAB;
|
FFinalAction := VK_TAB;
|
||||||
|
Reference in New Issue
Block a user