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?

User Image
elvn
15 discussion posts
I'd like to know if there is a way to script the displayfusion taskbar to show/hide toggle via hotkey.

I can use a similar displayfusion function to show/hide the windows default taskbar it seems, according to the user function library.

I can also use an app called TaskBarHider for windows, to show/hide (lock away essentially until re-summoned) the default windows taskbar. I can set that TaskBarHider app to a custom hotkey to toggle the taskbar shown/hidden(locked away from mouseovers).

I'd like that kind of function in displayfusion for it's own taskbar(s). A quick show/hide toggle rather than relying on sloppy mouseovers.

Let me know if this is possible somehow if anyone knows.

Thanks.

:laugh:
May 13, 2024  • #1
Owen Muhlethaler (BFS)'s profile on WallpaperFusion.com
You can use these functions to enable/disable DisplayFusion taskbars on a specific monitor in a scripted function, and then add a hotkey to the script to run it:

BFS.DisplayFusion.EnableTaskbar(MonitorID);
BFS.DisplayFusion.DisableTaskbar(MonitorID);


Hope that helps!
May 13, 2024  • #2
Subscribe to this discussion topic using RSS
Was this helpful?  Login to Vote(1)  Login to Vote(-)