1
0
Fork 0
mirror of https://github.com/beefytech/Beef.git synced 2025-07-06 00:05:59 +02:00

Improved handling of conflict of key chord prefix and one-key command

This commit is contained in:
Brian Fiete 2022-06-21 12:31:38 -07:00
parent 7c00fe87c4
commit dd7986aaa9
2 changed files with 25 additions and 1 deletions

View file

@ -953,7 +953,7 @@ namespace IDE
curCmdMap = (*valuePtr) as CommandMap;
if (curCmdMap == null)
{
curCmdMap.FailValues.Add(ideCommand);
gApp.OutputLineSmart("ERROR: The same key is bound for '{0}' and as part of a key chord", entry.mCommand);
break;
}
}