engineersthumb
32 discussion posts
Hi,
I have a quad screen setup. 2 across and 2 up like so
4 3
1 2
Looking at The windows 7 display settings, this is the configuration in there. The display fusion Monitor configuration shows the same order of monitors.
I use the move window to next and previous monitors quite a bit, which I would expect from the monitor configuration to follow the order 1 --> 2 --> 3 --> 4 --> 1 if going forward or 4 --> 3 --> 2 --> 1 --> 4 if going backwards.
However, the actual order is 1 --> 2 --> 4 --> 3 --> 1 for forward or 1 --> 3 --> 4 --> 2 if going backwards.
As this is counter-intuitive, is there a way to change this behavior at all? Any advice would be appreciated.
br,
ET
May 28, 2013 (modified May 28, 2013)
•
#1
There sure is! In the DisplayFusion Settings window, click the Advanced Settings button. Then set the "General > Monitor Order" setting to 1,2,3,4 and restart DisplayFusion.
Please let me know if you run into any trouble at all.
Thanks!
engineersthumb
32 discussion posts
Hi Keith,
Thanks v much! That seems to have worked a charm!
be,
g
engineersthumb
32 discussion posts
Hi,
Following on from my previous question about the quad monitor in a 2 up 2 down configuration.
I use keybindings to "move window to next monitor" and "move window to previous monitor" a lot, as I have mapped it to buttons on my mouse.
As you know from the original post, the monitor order is setup in the order 1 --> 2 --> 3 --> 4 --> 1 if going forward.
This is great if I just want to move one step to the next monitor. However, I have to execute the "move monitor" command twice to move to the monitors positioned on the diagonals of this setup. So it would be awesome if there was a functionality within DisplayFusion to move a window by x no of monitors. In my case this would be 2. Thus I could map a 3rd key binding to my mouse that would move the window to the opposite diagonal.
If this is currently possible, but I have missed the setting, i would be grateful if you could let me know.
br,
g
Ok, no problem. I'm not sure if/when we'll be able to implement that Function, but in the meantime, I could whip up an AutoHotKey script that would run it twice when you press a different HotKey. Would you be interested in that as a workaround for now?
Ok, I've got something working. What would you like to use as your "Move window by 2 monitors" hotkey?
engineersthumb
32 discussion posts
ok. how about cntrl + alt + 0? if there are issues with that, then go ahead and pick something esoteric, that no one would use normally.
engineersthumb
32 discussion posts
Hi,
Tried the button but could not get it working. Have not had any experience with autohotkey, but was messing about with the code you sent. Could you clarify that I've understood how it works correctly:
####################################################################
# This is shortcut key, defined to launch the autohotkey script
^+1:: #Cntrl + Shift +1
#this sends the key configured in my Display Fusion Functions to move to next monitor
Send ^+~ # ?? Not sure what this key combination is
# pauses
Sleep 100
#this sends the key configured in my Display Fusion Functions to move to next monitor again
Send ^+~
####################################################################
I'm not sure what the ^+~ key combination is? Could you let me know as I am a bit short on time at the mo and have not found it by scanning the autohotkey manual. I tried replacing it with other combos, but pressing Cntrl + Shift +NUMpad1, just moves me to the bottom of the page if I am in for e.g a chrome window.
Apologies for the bother.
Sarris
121 discussion posts
May I suggest the "Move Window to Different Monitor (shows monitor selector)" button.
I use it with the next & previous monitor buttons.
Hit the button & pick the monitor you want.
My two cents. Good luck.
Sep 4, 2013 (modified Sep 4, 2013)
•
#20
engineersthumb
32 discussion posts
Excellent stuff. I'm as happy as larry!