It activates a window based on its name.
Syntax
{#focus windowTitle -[exact]#}
windowTitle: the title of the window to activate
[exact]
0 (default) - it does a partial match of the window title by checking that it contains windowTitle
1 - it matches the windowTitle exactly
Example
Template:
{#focus Word}
Result:
focuses the Microsoft Word window