KeyStroke/en: Porovnání verzí
(Stránka aktualizována, aby odpovídala nové verzi zdrojové stránky) |
|||
| Řádek 27: | Řádek 27: | ||
If the sequence of keys is given in the [[#key-| Key]] parameter, then the separator specifies this parameter. | If the sequence of keys is given in the [[#key-| Key]] parameter, then the separator specifies this parameter. | ||
| + | <div class="mw-translate-fuzzy"> | ||
=== Mode === | === Mode === | ||
| + | </div> | ||
Typ [[Datové typy#Number | Number]] | Typ [[Datové typy#Number | Number]] | ||
| + | <div class="mw-translate-fuzzy"> | ||
Key press mode (1=down, 2=up, 3=down and up) | Key press mode (1=down, 2=up, 3=down and up) | ||
| + | </div> | ||
=== Enabled === | === Enabled === | ||
Verze z 27. 6. 2022, 17:48
Obsah
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
Typ 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.