user.core.windows_and_tabs.window_management
| window (new | open) | app.window_open()
|
| window next | app.window_next()
|
| window last | app.window_previous()
|
| window close | app.window_close()
|
| window hide | app.window_hide()
|
| focus <user.running_applications> | Focus a new application by name |
| focus$ | Open a menu of running apps to switch to |
| running list | Shows/hides all running applications |
| running close | Hides list of running applications |
| launch <user.launch_applications> | Launch a new application by path (all OSes), or AppUserModel_ID path on Windows |
| snap <user.window_snap_position> | Move the active window to a specific position on-screen. See `RelativeScreenPos` for the structure of this position. |
| snap next [screen] | Move the active window to a specific screen. |
| snap last [screen] | Move the active window to the previous screen. |
| snap screen <number> | Move the active window leftward by one. |
| snap <user.running_applications> <user.window_snap_position> | Snap a specific application to another screen. |
| snap <user.running_applications> [screen] <number> | Move a specific application to another screen. |