You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Considering there are two different display devices connected to each other, the task is to swap all the windows open on the primary display with all windows opened on the secondary display.
Thoughts on how this can be done:
Identify all windows opened on display 1 (there must be some command for this).Store their reference in a variable.
Identify all windows opened on display 2 (there must be some command for this). Store their reference in a variable.
Run command for each opened window switching their display window. You know where to send each one with above steps. (Note: There are hotkeys like Win + left/right arrow, so a command exists too)
Attach the script to run on a hotkey (i.e combination of keys).
The text was updated successfully, but these errors were encountered:
Considering there are two different display devices connected to each other, the task is to swap all the windows open on the primary display with all windows opened on the secondary display.
Thoughts on how this can be done:
The text was updated successfully, but these errors were encountered: