user.core.app_switcher.app_switcher.py

Modules

Actions

user.get_running_app(name: str) ...

Get the first available running app with `name`.

user.switcher_focus(name: str)

Focus a new application by name

user.switcher_focus_app(app: ...)

Focus application and wait until switch is made

user.switcher_focus_window(window: ...)

Focus window and wait until switch is made

user.switcher_hide_running()

Hides list of running applications

user.switcher_launch(path: str)

Launch a new application by path (all OSes), or AppUserModel_ID path on Windows

user.switcher_menu()

Open a menu of running apps to switch to

user.switcher_toggle_running()

Shows/hides all running applications

Captures

user.running_applications: str
{self.running}

Returns a single application name

user.launch_applications: str
{self.launch}

Returns a single application name

Lists

user.running

all running applications

user.launch

all launchable applications