Processing Ajax...

Title
Close Dialog

Message

Confirm
Close Dialog

Confirm
Close Dialog

Confirm
Close Dialog

User Image
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.
Jan 1, 2021  • #1
User Image
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.
Jan 3, 2021  • #2
Owen Muhlethaler (BFS)'s profile on WallpaperFusion.com
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!
Jan 7, 2021  • #3
User Image
Enno
3 discussion posts
perfect. Thanks for this hint.
Yes this solves all my "problems"
now it works as expected.
Jan 7, 2021  • #4
Owen Muhlethaler (BFS)'s profile on WallpaperFusion.com
Hi Enno,

Glad to hear it's working! If you have any other questions, feel free to reach out to us.

Thanks!
Jan 8, 2021  • #5
Subscribe to this discussion topic using RSS
Was this helpful?  Login to Vote(-)  Login to Vote(-)