Help with the Home key

Get help with using AutoHotkey (v1.1 and older) and its commands and hotkeys
Pyfish
Posts: 9
Joined: 17 Mar 2021, 02:46

Help with the Home key

Post by Pyfish » 28 Nov 2021, 09:33

I've been having trouble rebinding the home key to Win+D. So it actually goes "Home". Any help?

User avatar
mikeyww
Posts: 26611
Joined: 09 Sep 2014, 18:38

Re: Help with the Home key

Post by mikeyww » 28 Nov 2021, 09:40

Code: Select all

#d::Send {Home}

Pyfish
Posts: 9
Joined: 17 Mar 2021, 02:46

Re: Help with the Home key

Post by Pyfish » 28 Nov 2021, 11:38

mikeyww wrote:
28 Nov 2021, 09:40

Code: Select all

#d::Send {Home}
Uhhhh. What i mean by the OP was I wanted to bind the Home key to send Win + D

User avatar
mikeyww
Posts: 26611
Joined: 09 Sep 2014, 18:38

Re: Help with the Home key

Post by mikeyww » 28 Nov 2021, 12:17

Code: Select all

Home::WinMinimizeAll ; Alternative is Send #d

Pyfish
Posts: 9
Joined: 17 Mar 2021, 02:46

Re: Help with the Home key

Post by Pyfish » 28 Nov 2021, 12:25

mikeyww wrote:
28 Nov 2021, 12:17

Code: Select all

Home::WinMinimizeAll ; Alternative is Send #d
Thanks alot dude

Post Reply

Return to “Ask for Help (v1)”