How to use "Window to left or right Half of the Screen" with multi monitor

Discussion, questions and support.
Post Reply
angang
Posts: 5
Joined: Mar 23rd, ’19, 20:34

Post by angang » Mar 23rd, ’19, 20:41

Hello,

How to use "Window to left or right Half of the Screen" with multi monitor ?

The command always put half right or left on monitor 1 also when the window is in the monitor 2.

Also, is it possible to not have the margin between windows ?


Thank you
User avatar
Tom
Posts: 796
Joined: Nov 24th, ’15, 23:39

Post by Tom » Mar 23rd, ’19, 22:00

You can simply use the following Windows shortcuts (Type: Command) instead:

Code: Select all

Send, #{Left}
;and

Code: Select all

Send, #{Right}
angang
Posts: 5
Joined: Mar 23rd, ’19, 20:34

Post by angang » Mar 24th, ’19, 01:16

It works like a charm, thank you so much Tom !
Post Reply