Specifies the window that will receive keystrokes and mouse clicks. Designed for background windows.
Syntax
<SendWinSwindow>
Parameters
Window is the name of the window that will receive keystrokes and mouse clicks.
Remarks
SendWinS is used with background windows. It calls the operating system command SendMesssage which waits after each character for a response from the receiving thread. This makes SendWinS very slow but possibly more reliable than SendWinM.
Limitations
SendWinS shifts (capitalizes) characters. This may be fixed in future versions.
Like all background modes, SendWinS has trouble sending modified key combinations like Alt X, Shift Ctrl F3, etc.