Need help with script

Get help with using AutoHotkey (v1.1 and older) and its commands and hotkeys
EnderGopo
Posts: 1
Joined: 06 Sep 2018, 17:07

Need help with script

06 Sep 2018, 17:18

So I need help making this script maximize a windows when pressing Control and the XButton2 (the mouse front side button) and minimize the windows when Control and XButton1 (the mouse back button).

This is what I have RN

Code: Select all

<^XButton2::Send {LWin & Up}

Code: Select all

<^XButton1::Send {LWin & Down}
YMP2
Posts: 48
Joined: 20 Apr 2014, 06:55

Re: Need help with script

06 Sep 2018, 22:37

Code: Select all

<^XButton2::Send #{Up}
<^XButton1::Send #{Down}

Return to “Ask for Help (v1)”

Who is online

Users browsing this forum: Bing [Bot], Rohwedder, Spawnova and 336 guests