|
9.7.2 Sending special characters (e.g. direction keys) (Send...) SendSpecial [ ( window title [ , Ctrl?, Shift? ] ) ] Activates the given window and sends the given special character. If no window title is given, the currently active window is used. Ctrl? and Shift? are switches for the corresponding keys. If the parameter is У1Ф, the key is pressed with the special character. There are there special characters: CR......................................... Carriage return Tab.......................................Tabulator Esc.......................................Escape Space..................................Space Backspace........................ Remove character left to the cursor (ФФ) Delete................................Remove the character right to the cursor (ДDelУ) Insert................................ДIns.Ф (usually toggles between overwrite and insert mode) Up/Down/Left/Right.......Direction pad to the corresponding direction Home.................................... ДHomeУ, to the beginning of the line or document End.......................................ДEnde, the the end of the line or document PageUp/PageDown........... Page up / down (ДPage Ф / ДPage Ф) LeftSoft/RightSoft.... ДDisplay buttonsУ on Smartphones and PPCs since WM5 Win.......................................ДWindowsУ key on Smartphones and PPCs since WM5 (Start menu) Context............................. ДContext menuУ on PCs and Smartphones/PPCs since WM5 Examples: SendCR( "ERROR" ) SendDown SendHome( "",0,1 ) (highlight to beginning of line)-------------------- |