Activate window |
Top Previous Next |
Activates a window based on its name. Syntax {#focus windowTitle -[exact]#} windowTitle: the title of the window to activate [exact] 0 (default) - does a partial match of the window title by checking that it contains windowTitle 1 - matches the windowTitle exactly
Example Phrase: {#focus UltraEdit -[exact=1]}
Result: focuses the UltraEdit window matching the title exactly |