Processing Ajax...

Title

Message

Confirm

Confirm

Confirm

Confirm

Are you sure you want to delete this item?

Confirm

Are you sure you want to delete this item?

Confirm

Are you sure?

User Image
pgianpy
14 discussion posts
Hi guys
Is it possible to assign a Key Combination to the DF Function Auto-Hide Enabled/Disabled on Multi-Monitor Taskbar?
I have been looking as well for scripts but I didn't find any.
Thanks in advance
Gianpiero
Dec 4, 2019  • #1
Keith Lammers (BFS)'s profile on WallpaperFusion.com
There isn't currently a way to toggle the taskbar auto-hide feature via keyboard shortcut. Are you wanting to toggle auto-hide, or just disable/re-enable the taskbar on demand?
Dec 5, 2019  • #2
User Image
pgianpy
14 discussion posts
Hie Keith
I want just to auto-hide them, not to disable.
Since I have got 6 (!) monitors doing it manually takes time.
Would be nice to do it with a shortcut for all 5 of them, but it's not a must.
I still love the application anyway.

Greetings
Gianpiero
Dec 5, 2019 (modified Dec 5, 2019)  • #3
Keith Lammers (BFS)'s profile on WallpaperFusion.com
Ok, thanks! I will add this to our feature request list :)
Dec 5, 2019  • #4
User Image
pgianpy
14 discussion posts
Thank you, Keith. Appreciate
Dec 5, 2019  • #5
User Image
pgianpy
14 discussion posts
Hi Keith
More than one year has passed. So, I wanted to ask if the feature is planned in the next releases.
Merry Christmas
Dec 21, 2020  • #6
Keith Lammers (BFS)'s profile on WallpaperFusion.com
Thanks for checking in! I believe we are hoping to add this for the next major version (after 9.7.1), which will likely be released mid-next year. We'll definitely follow-up when it's been included in a beta.

Thanks!
Dec 23, 2020  • #7
User Image
pgianpy
14 discussion posts
Thanks Keith, Finger crossed
Dec 23, 2020  • #8
User Image
pgianpy
14 discussion posts
Any chance to see this implemented?
Btw, I use 7 monitors now and this shortcut would be really helpful
Feb 20, 2022 (modified Feb 20, 2022)  • #9
Keith Lammers (BFS)'s profile on WallpaperFusion.com
Currently it's still assigned to the final version of 10.0. No guarantee it won't get bumped if something more critical comes along, but we will definitely let you know when we've added it :)

Thanks!
Feb 24, 2022  • #10
Owen Muhlethaler (BFS)'s profile on WallpaperFusion.com
We've released a new beta that adds functions to auto hide specific taskbars, you can grab it here: https://www.displayfusion.com/Download/Beta/

I've attached the functions below.

Thanks!

BFS.DisplayFusion.IsTaskbarAutohideEnabled

BFS.DisplayFusion.SetTaskbarAutohideEnabled
Aug 27, 2024  • #11
User Image
pgianpy
14 discussion posts
Thanks, I installed the Beta Version to see if it fit my purpose. I can not find however, how to use this new function. How can I use it?
Thanks in advance.
Aug 28, 2024  • #12
Owen Muhlethaler (BFS)'s profile on WallpaperFusion.com
You can use those via a scripted function. This line will set the taskbar on monitor 1 to auto hide for example:

Code

BFS.DisplayFusion.SetTaskbarAutohideEnabled(1, true);


And this line will check if auto hide is enabled on monitor 2, and return a true or false:

Code

BFS.DisplayFusion.IsTaskbarAutohideEnabled(2);


Hope that helps!
Aug 29, 2024  • #13
User Image
pgianpy
14 discussion posts
Hi Owen
Today I tested the C#.net new function and IT WORKS!
Thanks a lot for implementing this new feature.
Sep 10, 2024  • #14
Keith Lammers (BFS)'s profile on WallpaperFusion.com
Glad to hear it, thanks for following up to let us know!
Sep 11, 2024  • #15
Subscribe to this discussion topic using RSS
Was this helpful?  Login to Vote(-)  Login to Vote(-)