Peter 7788
5 discussion posts
Hi
I'd like to press only 1 kb-shortcut to launch 3 instances of outlook (mail, agenda, contacts) and to position specifically these 3 windows. Until now, I need 4 kb-shortcuts to do this. Do you know how to do this?
Regards, Peter
Feb 26, 2023 (modified Mar 1, 2023)
•
#1
Hi Peter,
Are you currently launching these through custom functions? If so, could you send me over a screenshot of the functions you have setup?
Thanks!
Peter 7788
5 discussion posts
I launch the 3 outlook-apps through "functions, custom functions, launch application". these are 3 functions to which I assign a key combination.
Hi Peter,
Could you send me over a screenshot of the functions you have setup? A screenshot of the DisplayFusion Settings > Functions tab, showing those functions should be fine
Thanks!
Peter 7788
5 discussion posts
Here you are.
• Attachment [protected]: DisplayFusionFunctions.jpg [16,021 bytes]
I can't quite read the function names, are they "Outlook Agenda", "Outlook Contacts", and "Outlook Mail"?
Peter 7788
5 discussion posts
maybe this helps. that's how I load my apps with a batch-file:
"C:\Program Files\Microsoft Office\root\Office16\OUTLOOK.EXE" /select outlook:Contacts
"C:\Program Files\Microsoft Office\root\Office16\OUTLOOK.EXE" /select outlook:Calendar
"C:\Program Files\Microsoft Office\root\Office16\OUTLOOK.EXE"
as to the windows positioning, it would be:
X=0, X=0, W= 1280, H=1390
x=1280, Y=0, W=1280, H=695
X=1278, Y=697, W= 1280, H= 1416
I've attached a script below that should do this. You can import it via the DisplayFusion Settings > Functions > Scripted Function > Import Scripted Function.
Let me know if you run into any troubles.
Thanks!
Glad to hear!
Yep that's correct, the 0,0 location will be the top left of your primary monitor as well.