Answers for "cool autohotkey"

CSS
0

cool autohotkey

; Custom volume buttons
+NumpadAdd:: Send {Volume_Up} ;shift + numpad plus
+NumpadSub:: Send {Volume_Down} ;shift + numpad minus
break::Send {Volume_Mute} ; Break key mutes
return
Posted by: Guest on October-30-2020

Browse Popular Code Answers by Language