Copy link to clipboard
Copied
Dear friends,
This really happend on April 1 and since then I was uncertain what to do against this problem.
I wanted to extend my Enhanced Tool Bars (ETB) with a button pup-up menu for the case changes (lower case, UPPER CASE, …)
Oh yes, I do not need such a short cut, hence i just left it out
oCmd.SentenceC = DefineCommand (7, "ETB_ToSentenceCap", "To Sentence Caps [ETB]");
After defining an empty string, everything is OK now
oCmd.SentenceC = DefineCommand (7, "ETB_ToSentenceCap", "To Sentence Caps [ETB]", "");
So the default for the short cut label (undefined) became the short cut which digested my typing…
I can verify this behavior. It happened to me as well!
Copy link to clipboard
Copied
I can verify this behavior. It happened to me as well!