
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 29 days ago)
•
#1

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.

Peter 7788
5 discussion posts
Here you are.
• Attachment [protected]: DisplayFusionFunctions.jpg [16,021 bytes]

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