diff options
-rw-r--r-- | ahk-assistant.ahk | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ahk-assistant.ahk b/ahk-assistant.ahk index 80b26b2..588c328 100644 --- a/ahk-assistant.ahk +++ b/ahk-assistant.ahk @@ -371,6 +371,9 @@ Insert::appendClipboard() :*:_banaddr::
Send, %banAddress%
Return
+:*:_proid::
+ Send, %prolificID%
+ Return
:*:_haddr::
Send, %homeAddress%
Return
|