Volume with 2.0

Get help with using AutoHotkey (v2 or newer) and its commands and hotkeys
Wazowski
Posts: 72
Joined: 16 Jun 2015, 21:04

Volume with 2.0

16 Sep 2023, 09:02

Hello dears,

Before I could increase the volume of Windows with the following code

Code: Select all

XButton1::
Send {Volume_Down}
return

XButton2::
Send {Volume_Up}
return
And you could see the original Windows GUI but now I can't, I have to use this

Code: Select all

XButton1::
Volume_Down::SoundSetVolume("-5")
XButton2::
Volume_Up::SoundSetVolume("+5")
return
but I really liked the first one much more, is there a way to get the first one with 2.0?

Very grateful in advance

Greetings,

Thank you so much,
User avatar
mikeyww
Posts: 27366
Joined: 09 Sep 2014, 18:38

Re: Volume with 2.0

16 Sep 2023, 09:23

Code: Select all

#Requires AutoHotkey v2.0
F3::Send '{Volume_Down}'

Return to “Ask for Help (v2)”

Who is online

Users browsing this forum: mingresque and 61 guests