TypeText/en: Porovnání verzí
(Založena nová stránka s textem „'''Typing text'''“) |
(Založena nová stránka s textem „For a non-null value, it simulates the specified keystroke after filling in the field.“) |
||
| (Není zobrazeno 14 mezilehlých verzí od stejného uživatele.) | |||
| Řádek 9: | Řádek 9: | ||
'''Typing text''' | '''Typing text''' | ||
| − | + | Simulates the typing of text contained in [[#text-| Text]] on the keyboard in the mode specified by [[#typemode-| TypeMode]]. If the keys in [[#appendkey-| AppendKey]] are specified, their stroke will also be simulated. | |
| − | == | + | == Input parameters == |
<span id="text-"></span> | <span id="text-"></span> | ||
=== Text === | === Text === | ||
| − | + | Type [[Special:MyLanguage/Data types#String | String]] | |
| − | + | String of characters to be typed. | |
<span id="typemode-"></span> | <span id="typemode-"></span> | ||
=== TypeMode === | === TypeMode === | ||
| − | + | Type [[Special:MyLanguage/Data types#Number | Number]] | |
| − | + | Typing simulation mode (0=send message, 1=keyboard event (Alt+0xxx), 2=keyboard event (local keyboard), 3=send message without delay). | |
<span id="appendkey-"></span> | <span id="appendkey-"></span> | ||
=== AppendKey === | === AppendKey === | ||
| − | + | Type [[Special:MyLanguage/Data types#String | String]] | |
| − | + | For a non-null value, it simulates the specified keystroke after filling in the field. | |
=== Enabled === | === Enabled === | ||
| − | + | Type [[Special:MyLanguage/Data types#Number | Number]] | |
| − | + | Enables or disables the command. If the value is 0, the command will not execute. | |
=== PreWait === | === PreWait === | ||
| − | + | Type [[Special:MyLanguage/Data types#Number | Number]] | |
| − | + | Delay in milliseconds before executing the command. It has no effect if Enabled=0. | |
=== PostWait === | === PostWait === | ||
| − | + | Type [[Special:MyLanguage/Data types#Number | Number]] | |
| − | + | Delay in milliseconds before executing the command. It has no effect if Enabled=0. | |
| − | == | + | == Output parameters == |
Aktuální verze z 1. 2. 2021, 19:13
Obsah
Description
Alias: TT
Typing text
Simulates the typing of text contained in Text on the keyboard in the mode specified by TypeMode. If the keys in AppendKey are specified, their stroke will also be simulated.
Input parameters
Text
Type String
String of characters to be typed.
TypeMode
Type Number
Typing simulation mode (0=send message, 1=keyboard event (Alt+0xxx), 2=keyboard event (local keyboard), 3=send message without delay).
AppendKey
Type String
For a non-null value, it simulates the specified keystroke after filling in the field.
Enabled
Type Number
Enables or disables the command. If the value is 0, the command will not execute.
PreWait
Type Number
Delay in milliseconds before executing the command. It has no effect if Enabled=0.
PostWait
Type Number
Delay in milliseconds before executing the command. It has no effect if Enabled=0.