2 letter mapkey not work when first leter is same
Hi,
i record some mapkey for measurement tool.
mapkey m @MAPKEY_LABELMeasure summary;~ Command `ProCmdNmdTool` 1;
mapkey ml @MAPKEY_LABELmeasure length;~ Command `ProCmdNaMeasureLength`;
mapkey md @MAPKEY_LABELmeasure distance;~ Command `ProCmdNaMeasureDistance`;
mapkey mc @MAPKEY_LABELmeasure cycle;~ Command `ProCmdNaMeasureDiameter`;
mapkey ma @MAPKEY_LABELmeasure area;~ Command `ProCmdNaMeasureArea`;
mapkey mv @MAPKEY_LABELmeasure volume;~ Command `ProCmdNaMeasureVolume`;
m works fine, it can acticated anytime.
But when i use ml, or md, the comand always goes to m.
Looks like two letters doesn't work.
