Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feature Request] Swap contents of primary and secondary displays on hotkeys #8

Open
aquatiko opened this issue Nov 11, 2020 · 0 comments

Comments

@aquatiko
Copy link
Collaborator

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).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant