Posts: 3
Threads: 2
Joined: Jun 2013
When I run a QM in Microsoft Word 2002 that types out a word or words, it errs in the spelling. It cuts the word short by a letter or two or even a whole word. Anyone have a suggestion?
I've been using QM for several years now with never a problem and I love it. But this is really annoying.
Posts: 1,769
Threads: 410
Joined: Feb 2003
it's always been the Word's auto-correct that was fighting the QM Text Sensitive Menu for me. I had to build exceptions in Word or shut it off completely to get it to work right.
Posts: 12,071
Threads: 140
Joined: Dec 2002
I cannot test in Word 2002. Never noticed this in other Word versions.
Try to make slower.
Macro
Macro2067
act "Word"
str s=
;When I run a QM in Microsoft Word 2002 that types out a word or words, it errs in the spelling. It cuts the word short by a letter or two or even a whole word. Anyone have a suggestion?
;
;I've been using QM for several years now with never a problem and I love it. But this is really annoying.
;
spe 50
opt slowkeys 1
key (s)
Also run this macro:
It should be 100. If it is much smaller, eg 1, set it to a bigger value when QM starts:
Function
init2
RTOPTIONS o.spe_for_macros=100
RtOptions 2 &o
Posts: 3
Threads: 2
Joined: Jun 2013
That rung a bell. I dumped several of my AutoCorrects and that solved most of my problem. In fact, all but one and I can live with that as this gave me back the QM's I really need. Thank you very much.