WindowAction/en: Porovnání verzí
| (Není zobrazeno 15 mezilehlých verzí od stejného uživatele.) | |||
| Řádek 11: | Řádek 11: | ||
Performs an action specified by the [[#action-| Action]] parameter in the window specified by the parameters [[#handle-| Handle]] or [[#title-| Title]]. | Performs an action specified by the [[#action-| Action]] parameter in the window specified by the parameters [[#handle-| Handle]] or [[#title-| Title]]. | ||
| − | == | + | == Input parameters == |
<span id="handle-"></span> | <span id="handle-"></span> | ||
=== Handle === | === Handle === | ||
| − | + | Type [[Special:MyLanguage/Data types#Number | Number]] | |
| − | + | Handles windows where the action specified by the [[#action-| Action]] parameter will be performed. | |
<span id="title-"></span> | <span id="title-"></span> | ||
=== Title === | === Title === | ||
| − | + | Type [[Special:MyLanguage/Data types#String | String]] | |
| − | + | Unless the [[#handle-| Handle]] is specified, it works with a window containing this text in the title. | |
<span id="action-"></span> | <span id="action-"></span> | ||
=== Action === | === Action === | ||
| − | + | Type [[Special:MyLanguage/Data types#Number | Number]] | |
| − | + | Specifies the action to be performed with the window (0=no action, 1=minimize, 2=maximize, 3=normal size, 4=restore and activate, 5=activate, 6=maximize and activate, 7=put in foreground, 8=switch to window, 9=switch to window (Alt+Tab), 10=close). | |
=== 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 2. 2. 2021, 15:35
Obsah
Description
Alias: WA
Performs a specified action with the window
Performs an action specified by the Action parameter in the window specified by the parameters Handle or Title.
Input parameters
Handle
Type Number
Handles windows where the action specified by the Action parameter will be performed.
Title
Type String
Unless the Handle is specified, it works with a window containing this text in the title.
Action
Type Number
Specifies the action to be performed with the window (0=no action, 1=minimize, 2=maximize, 3=normal size, 4=restore and activate, 5=activate, 6=maximize and activate, 7=put in foreground, 8=switch to window, 9=switch to window (Alt+Tab), 10=close).
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.