Enno
3 discussion posts
I would like to have the Option to add a Shortcut to the Icon Positions.
The same way as it works at Window Positions.
Or the possibility to add a IconPositionProfile to an exisiting WindowPositionProfile.
My wish is to load a Windows- and the IconProfile at the same time.
Enno
3 discussion posts
Oh, and a second shortcut for saving the icons positon.
Or e.g. ALT-W = recall Ctrl-Alt-W = save or so.
Or how ever it is possible.
Hi Enno,
We have some scripting functions that can help you out here. Here are the ones for saving them:
BFS.DisplayFusion.SaveWindowPositionProfile("profilename");
BFS.DisplayFusion.SaveDesktopIconsProfile("profilename");
And this is for loading them:
BFS.DisplayFusion.LoadWindowPositionProfile("profilename");
BFS.DisplayFusion.LoadDesktopIconsProfile("profilename");
You can then attach a key combination to your script to run it.
Hope that helps!
Enno
3 discussion posts
perfect. Thanks for this hint.
Yes this solves all my "problems"
now it works as expected.
Hi Enno,
Glad to hear it's working! If you have any other questions, feel free to reach out to us.
Thanks!