Skip to content

Instantly share code, notes, and snippets.

@poa00
Forked from JoeGlines/Github GistV2.ahk
Created December 21, 2023 06:06
Show Gist options
  • Save poa00/300b1fd7c097366762e98d3da9824c2f to your computer and use it in GitHub Desktop.
Save poa00/300b1fd7c097366762e98d3da9824c2f to your computer and use it in GitHub Desktop.
Github GistV2
if !ClipWait(2)
{
Notify.Default.GenSound := "Error"
Notify.show('The attempt to copy text onto the clipboard failed.')
sleep 3000
Exitapp
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment