KeyStroke/en: Porovnání verzí

Z Wiki
Přejít na: navigace, hledání
(Založena nová stránka s textem „Type String“)
(Založena nová stránka s textem „If the sequence of keys is given in the Key parameter, then the separator specifies this parameter.“)
Řádek 25: Řádek 25:
 
Type [[Special:MyLanguage/Data types#String | String]]
 
Type [[Special:MyLanguage/Data types#String | String]]
  
Je-li v parametru [[#key-| Key]] zadána sekvence kláves, pak tento parametr určuje použitý oddělovač.
+
If the sequence of keys is given in the [[#key-| Key]] parameter, then the separator specifies this parameter.
  
 
=== Enabled ===
 
=== Enabled ===

Verze z 29. 1. 2021, 11:27

Jiné jazyky:
English • ‎čeština

Description

Alias: KS

Simulating keystrokes.

Simulates keystrokes or a combination of keys given by the Key parameter. A sequence of keys using a separator defined by the Separator parameter is also possible.

Input parameters

Key

Type String

Keys, combination of keys or their sequence distinguished by the separator (character specified by the Separator) parameter.

Separator

Type String

If the sequence of keys is given in the Key parameter, then the separator specifies this parameter.

Enabled

Typ Number

Povoluje nebo zakazuje příkaz. Při hodnotě 0 nebude příkaz proveden.

PreWait

Typ Number

Prodleva v milisekundách před provedením příkazu. Nemá žádný vliv je-li Enabled=0.

PostWait

Typ Number

Prodleva v milisekundách po provedení příkazu. Nemá žádný vliv je-li Enabled=0.

Výstupní parametry