Advanced Tips and Tricks

activate

activate makes the provided application the current application by either opening it, if not already open, or by making it the top-most application.

    activate(name_of_app)

Example

    map "<Cmd-k>" { activate("Google Chrome") }

Also, checkout these real-world examples