mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-23 07:59:44 +02:00
IDE: keymap conflict: show relation caption
git-svn-id: trunk@60256 -
This commit is contained in:
parent
e2a94d370f
commit
ba5435154a
@ -519,8 +519,7 @@ function TEditorKeymappingOptionsFrame.KeyShortCutToCaption(
|
||||
const aKey: TKeyCommandRelation; const aShortCut: TIDEShortCut): string;
|
||||
begin
|
||||
Result:=aKey.Category.Description+'/'
|
||||
+KeyMappingRelationToCaption(aKey)
|
||||
+'->'+KeyAndShiftStateToEditorKeyString(aShortCut);
|
||||
+KeyMappingRelationToCaption(aKey);
|
||||
end;
|
||||
|
||||
function TEditorKeymappingOptionsFrame.CaptionToKeyMappingRelation(
|
||||
|
Loading…
Reference in New Issue
Block a user