09-16-2012, 12:02 PM
TS menu item code must be in single line. If need multiple statements, separate with ; or create a function and call it from TS menu.
TS Menu TS Menu7
Trigger $t
TS Menu TS Menu7
Trigger $t
It sends characters as WM_CHAR messages. Some windows need keyboard messages, especially for Enter.
TS Menu TS Menu7
Trigger $t

/b/i/C/
UU6 :"[][][][]QMC[][][][] ++================================++[][][][][][][][][]"
TRYU7 :wait 0.5; "[][][][]QMC[][][][] ++================================++[][][][][][][][][]"
UU8 :str s="[][][][][][][][] QMC8++================================++QMC8[][][][][][][][][]"; s.setclip; key Cv ;; Ctrl+VQuote:after the text is all written up, it still sends a lot of keystrokes to the window - nothing is typed in these extra keystrokes though but it takes extra time and quite muchWhat are these keystrokes?
Quote:And cant find "Windows keyboard messages" topic by search in the help file. Can you point it out.Try function SendCharactersToWindow: pasting to notepad (when notepad is in background)
TS Menu TS Menu7
Trigger $t

It sends characters as WM_CHAR messages. Some windows need keyboard messages, especially for Enter.
