KeyStroke/en: Porovnání verzí

Z Wiki
Přejít na: navigace, hledání
(Založena nová stránka s textem „'''Simulating keystrokes.'''“)
 
(Není zobrazeno 22 mezilehlých verzí od 3 dalších uživatelů.)
Řádek 9: Řádek 9:
 
'''Simulating keystrokes.'''
 
'''Simulating keystrokes.'''
  
Simuluje stisk klávesy příp. kombinace kláves daných parametrem [[#key-| Key]]. Je možné specifikovat i sekvence kláves s použitím oddělovače definovaného parametrem [[#separator-| Separator]].
+
Simulates keystrokes or a combination of keys given by the [[#key-| Key]] parameter. A sequence of keys using a separator defined by the [[#separator-| Separator]] parameter is also possible.
  
== Vstupní parametry ==
+
== Input parameters ==
  
 
<span id="key-"></span>
 
<span id="key-"></span>
 
=== Key ===
 
=== Key ===
  
Typ [[Special:MyLanguage/Datové typy#String | String]]
+
Type [[Special:MyLanguage/Data types#String | String]]
  
Klávesa, kombinace kláves nebo jejich sekvence oddělená separátorem (znakem určeným parametrem [[#separator-| Separator]]).
+
Keys, combination of keys or their sequence separated by the separator (symbol specified by the [[#separator-| Separator]]) parameter.
  
 
<span id="separator-"></span>
 
<span id="separator-"></span>
 
=== Separator ===
 
=== Separator ===
  
Typ [[Special:MyLanguage/Datové typy#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.
 +
 
 +
=== Mode ===
 +
 
 +
Type [[Datové typy#Number | Number]]
 +
 
 +
Key press mode (1=down, 2=up, 3=down and up)
  
 
=== 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 be executed.
  
 
=== 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 27. 6. 2022, 17:49

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 separated by the separator (symbol 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.

Mode

Type Number

Key press mode (1=down, 2=up, 3=down and up)

Enabled

Type Number

Enables or disables the command. If the value is 0, the command will not be executed.

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