ahk list button mouse code example
Example: autohotkey hotkeys
#^!s:: ;This occurs when pressed Windows Button+Control+Alt+s
Send Sincerely,{enter}John Smith ; This line sends keystrokes to the active (foremost) window.
return
#^!s:: ;This occurs when pressed Windows Button+Control+Alt+s
Send Sincerely,{enter}John Smith ; This line sends keystrokes to the active (foremost) window.
return