Taskbar show hide

Post your working scripts, libraries and tools for AHK v1.1 and older
Quetzal
Posts: 3
Joined: 02 Jun 2018, 08:31

Taskbar show hide

02 Jun 2018, 08:54

hi all,

my firt post, my first shortcuts on WIN10
i havn't found solution in the last archived forum

then i post my solution about show and hide the taskbar with keyboard shortcuts

these shortcuts are relatives to my own taskbar position [LEFT] and the start menu do ever open onto...
then I must used [Win+t] or move to the desktop edge to have "only the taskbar"

Code: Select all

;=== opentaskbar ====
#w::                                             ; i do not used ink menu... then I re-use this shortcuts WIN+w
WinActivate, ahk_class Progman    ; activate the desktop
MouseMove, 0,400,0                     ; mouves the mouse on desktop edge then (edge(0),middle(400),speed(0))
return

;=== minimize_taskbar
!²::                                               ; Alt+² ( but generaly using the mouse the taskbar minimize it self, sometime it needs some helps.
WinActivate, ahk_class Progman    ; activate the desktop
Send, {LBUTTON}                           ; clic left on the desktop, and it close... 
                                                    ; do not use "HideWindow" or the taskbar can't be opened anymore... 

return
thanks a lot for the soft, because there's many year the "start panel" do bother me...

Return to “Scripts and Functions (v1)”

Who is online

Users browsing this forum: Bing [Bot], gwarble, lyubarsky, Rohwedder and 106 guests