mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-11-01 18:03:51 +01:00
idespotter: fixed two-key shortcuts
git-svn-id: trunk@59152 -
This commit is contained in:
parent
0cb91fea6f
commit
9483469e58
@ -471,7 +471,7 @@ begin
|
||||
begin
|
||||
ks:=' ('+KeyAndShiftStateToKeyString(Cmd.ShortcutA.Key1,Cmd.ShortcutA.Shift1);
|
||||
if Cmd.ShortcutA.Key2<>VK_UNKNOWN then
|
||||
ks:=Ks+', '+KeyAndShiftStateToKeyString(Cmd.ShortcutA.Key1,Cmd.ShortcutA.Shift1);
|
||||
ks:=Ks+', '+KeyAndShiftStateToKeyString(Cmd.ShortcutA.Key2,Cmd.ShortcutA.Shift2);
|
||||
ks:=ks+')';
|
||||
end;
|
||||
Itm:=TSearchItem.Create(Cmd);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user