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:
parent
7c00fe87c4
commit
dd7986aaa9
2 changed files with 25 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue