condition:Front_Window
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| condition:Front_Window [2016/03/01 07:45] – add internal links AlainLifchitz | condition:Front_Window [2022/12/03 18:23] (current) – ccstone | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | ###Front Window Condition | ||
| The //Front Window condition// looks at the front window of a specified application (or the front application) to determine if: | The //Front Window condition// looks at the front window of a specified application (or the front application) to determine if: | ||
| - | * it exists. | + | * It exists. |
| - | * it does not exist. | + | * It does not exist. |
| - | * the title is (case insensitively) exactly a specified string. | + | * The title is (case insensitively) exactly a specified string. |
| - | * the title is not (case insensitively) exactly a specified string. | + | * The title is not (case insensitively) exactly a specified string. |
| - | * it exists but the title is not (case insensitively) exactly a specified string. | + | * It exists but the title is not (case insensitively) exactly a specified string. |
| - | * the title contains (case insensitively) a specified string. | + | * The title contains (case insensitively) a specified string. |
| - | * the title does not contain (case insensitively) a specified string. | + | * The title does not contain (case insensitively) a specified string. |
| - | * it exists but the title does not contain (case insensitively) a specified string. | + | * It exists but the title does not contain (case insensitively) a specified string. |
| - | * the title matches a specified regular expression. | + | * The title matches a specified regular expression. |
| - | * the title does not match a specified regular expression. | + | * The title does not match a specified regular expression. |
| - | * it exists but the title does not match a specified regular expression. | + | * It exists but the title does not match a specified regular expression. |
| + | * Is full screen. | ||
| + | * Is not full screen. | ||
| + | * It exists but is not full screen. | ||
| ==== Using the Front Window Title with the Pause Until Action ==== | ==== Using the Front Window Title with the Pause Until Action ==== | ||
| + | |||
| If you are using Keyboard Maestro to execute some type of UI action that uses a dialog window (like Open, Save, Save As), you can use the **[[action: | If you are using Keyboard Maestro to execute some type of UI action that uses a dialog window (like Open, Save, Save As), you can use the **[[action: | ||
| To determine the Window Titles during the process, create a **test** macro with a [[action: | To determine the Window Titles during the process, create a **test** macro with a [[action: | ||
| - | For example: | + | For example: \\ |
| - | {{: | + | {{: |
| The macro will show the results without running it as you go through the manual steps. | The macro will show the results without running it as you go through the manual steps. | ||
| If the Window Title changes during/ | If the Window Title changes during/ | ||
| Line 26: | Line 30: | ||
| ===== See Also ===== | ===== See Also ===== | ||
| - | ==== Documentation | + | === Actions |
| + | |||
| + | * [[action:If Then Else|If Then Else]] | ||
| + | * [[action: | ||
| + | * [[action: | ||
| + | * [[: | ||
| + | |||
| + | === Conditions === | ||
| + | |||
| + | * [[condition: | ||
| + | * [[: | ||
| + | |||
| + | === Functions === | ||
| + | |||
| + | * [[function: | ||
| + | * [[function: | ||
| + | * [[function: | ||
| + | * [[function: | ||
| + | * [[function: | ||
| + | * [[function: | ||
| + | * [[function: | ||
| + | * [[function: | ||
| + | * [[function: | ||
| + | * [[function: | ||
| + | * [[function: | ||
| + | * [[function: | ||
| + | * [[function: | ||
| + | * [[function: | ||
| + | * [[function: | ||
| + | * [[: | ||
| + | |||
| + | === Tokens | ||
| - | * [[action:If Then Else|action:If Then Else]] | + | * [[token:CurrentMouse|%CurrentMouse%]] |
| - | * [[action:Pause|action:Pause Until Conditions Met]] | + | * [[token:FrontWindowFrame|%FrontWindowFrame%]] |
| - | * [[action:Until|action:Execute Action Until Conditions Met]] | + | * [[token:FrontWindowName|%FrontWindowName%]] |
| - | * [[:Conditions]] | + | * [[token:FrontWindowPosition|%FrontWindowPosition%]] |
| + | * [[token:FrontWindowSize|%FrontWindowSize%]] | ||
| + | * [[token:WindowFrame|%WindowFrame%]] | ||
| + | * [[token:WindowName|%WindowName%]] | ||
| + | * [[token: | ||
| + | * [[token: | ||
| + | * [[: | ||
condition/Front_Window.1456818300.txt.gz · Last modified: by AlainLifchitz
