I hereby claim:
- I am evanito on github.
- I am evanito (https://keybase.io/evanito) on keybase.
- I have a public key ASAyA2ZAjV6uspIXxxKVCiQAiqeOKD6cQDG5uumqa6ubVQo
To claim this, I am signing this object:
| <!DOCTYPE html> | |
| <html lang="en"> | |
| <head> | |
| <meta charset="utf-8"> | |
| <meta http-equiv="X-UA-Compatible" content="IE=edge"> | |
| <meta name="viewport" content="width=device-width, initial-scale=1"> | |
| <meta name="description" content=""> | |
| <meta name="author" content=""> |
I hereby claim:
To claim this, I am signing this object:
| #NoEnv ; Recommended for performance and compatibility with future AutoHotkey releases. | |
| ; #Warn ; Enable warnings to assist with detecting common errors. | |
| SendMode Input ; Recommended for new scripts due to its superior speed and reliability. | |
| SetWorkingDir %A_ScriptDir% ; Ensures a consistent starting directory. | |
| SetTimer, spamSpace, 5 | |
| SetControlDelay -1 | |
| End::Toggle := !Toggle ; Press end to toggle script on/off | |