TypeText/en: Porovnání verzí

Z Wiki
Přejít na: navigace, hledání
(Založena nová stránka s textem „Simulates the typing of text contained in Text on the keyboard in the mode specified by TypeMode. If the keys in #appendkey-|…“)
(Založena nová stránka s textem „For a non-null value, it simulates the specified keystroke after filling in the field.“)
 
(Není zobrazeno 13 mezilehlých verzí od stejného uživatele.)
Řádek 11: Řádek 11:
 
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.
 
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.
  
== Vstupní parametry ==
+
== Input parameters ==
  
 
<span id="text-"></span>
 
<span id="text-"></span>
 
=== Text ===
 
=== Text ===
  
Typ [[Special:MyLanguage/Datové typy#String | String]]
+
Type [[Special:MyLanguage/Data types#String | String]]
  
Řětězec znaků, který bude vypsán.
+
String of characters to be typed.
  
 
<span id="typemode-"></span>
 
<span id="typemode-"></span>
 
=== TypeMode ===
 
=== TypeMode ===
  
Typ [[Special:MyLanguage/Datové typy#Number | Number]]
+
Type [[Special:MyLanguage/Data types#Number | Number]]
  
Režim simulace psaní (0=send message, 1=keyboard event (Alt+0xxx), 2=keyboard event (local keyboard), 3=send message bez prodlevy).
+
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 ===
  
Typ [[Special:MyLanguage/Datové typy#String | String]]
+
Type [[Special:MyLanguage/Data types#String | String]]
  
Při nenulové hodnotě simuluje po vyplnění pole stisk zadané klávesy.
+
For a non-null value, it simulates the specified keystroke after filling in the field.
  
 
=== Enabled ===
 
=== Enabled ===
  
Typ [[Special:MyLanguage/Datové typy#Number | Number]]
+
Type [[Special:MyLanguage/Data types#Number | Number]]
  
Povoluje nebo zakazuje příkaz. Při hodnotě 0 nebude příkaz proveden.
+
Enables or disables the command. If the value is 0, the command will not execute.
  
 
=== PreWait ===
 
=== PreWait ===
  
Typ [[Special:MyLanguage/Datové typy#Number | Number]]
+
Type [[Special:MyLanguage/Data types#Number | Number]]
  
Prodleva v milisekundách před provedením příkazu. Nemá žádný vliv je-li Enabled=0.
+
Delay in milliseconds before executing the command. It has no effect if Enabled=0.
  
 
=== PostWait ===
 
=== PostWait ===
  
Typ [[Special:MyLanguage/Datové typy#Number | Number]]
+
Type [[Special:MyLanguage/Data types#Number | Number]]
  
Prodleva v milisekundách po provedení příkazu. Nemá žádný vliv je-li Enabled=0.
+
Delay in milliseconds before executing the command. It has no effect if Enabled=0.
  
== Výstupní parametry ==
+
== Output parameters ==

Aktuální verze z 1. 2. 2021, 19:13

Jiné jazyky:
English • ‎čeština

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.

Output parameters