Replies: 3 comments
-
The bat files work, but windows aren't resized to fill the space. Didn't test the whkd entries. Sent by Copilot: Create a script to toggle the taskbar visibility. You can use PowerShell commands for this: To show the taskbar: Save these commands in separate .bat files, for example, hide_taskbar.bat and show_taskbar.bat. Hide taskbarmod + h : cmd /c "path\to\hide_taskbar.bat" Show taskbarmod + s : cmd /c "path\to\show_taskbar.bat" Replace mod with your preferred modifier key (e.g., alt, ctrl, etc.), and adjust the paths to the .bat files accordingly. |
Beta Was this translation helpful? Give feedback.
-
I personally use buttery taskbar for this, which supports setting hotkey shortcuts |
Beta Was this translation helpful? Give feedback.
-
I've been using the following with AHK v1. It works both for Win 10 and Win 11, and functions as a "toggle" of the taskbar. To have the window-objects on the primary monitor to make use of the full height of the monitor, I set my taskbar to auto-hide. And, I only use the following toggle when some window persistently wants to summon the taskbar in the foreground.
|
Beta Was this translation helpful? Give feedback.
-
It would be a really nice feature. I used to like using this in bug.n.
Beta Was this translation helpful? Give feedback.
All reactions