mirror of
https://github.com/HeidiSQL/HeidiSQL.git
synced 2025-08-06 18:24:26 +08:00
TAction shortcuts have to be set manually for the current session.
This commit is contained in:
@ -257,6 +257,8 @@ begin
|
||||
end else begin
|
||||
if Data.Shortcut1 <> Data.Action.ShortCut then
|
||||
MainReg.WriteInteger(REGPREFIX_SHORTCUT1+Data.Action.Name, Data.Shortcut1);
|
||||
// Apply shortcut for this session
|
||||
Data.Action.ShortCut := Data.Shortcut1;
|
||||
end;
|
||||
ItemNode := TreeShortcutItems.GetNextSibling(ItemNode);
|
||||
end;
|
||||
|
Reference in New Issue
Block a user