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
|
||||
FTree.EndEditNode;
|
||||
end;
|
||||
VK_F2:
|
||||
ButtonClick(FButton);
|
||||
VK_TAB:
|
||||
begin
|
||||
FFinalAction := VK_TAB;
|
||||
|
Reference in New Issue
Block a user