diff options
author | breadcat | 2020-08-06 15:27:10 +0100 |
---|---|---|
committer | breadcat | 2020-08-06 15:27:10 +0100 |
commit | 51b0def56d885b264216c43b47a84992473ebaa8 (patch) | |
tree | ac7602695b96109c8a401dffc07ef2982c687043 | |
parent | a096c9bf597f59f866102f72bbf9f6c1f81d9355 (diff) | |
download | ahka-51b0def56d885b264216c43b47a84992473ebaa8.tar.gz ahka-51b0def56d885b264216c43b47a84992473ebaa8.tar.bz2 ahka-51b0def56d885b264216c43b47a84992473ebaa8.zip |
Bits of whitespace
-rw-r--r-- | ahk-assistant.ahk | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/ahk-assistant.ahk b/ahk-assistant.ahk index 247f3e0..b9d65f3 100644 --- a/ahk-assistant.ahk +++ b/ahk-assistant.ahk @@ -337,7 +337,7 @@ Insert::appendClipboard() Return
:*:_ntp::
Send, 0.uk.pool.ntp.org
- Return
+ Return
:*:_mac::
Send, %remoteMAC%
Return
@@ -534,9 +534,9 @@ Insert::appendClipboard() :c?*:ASAP::as soon as possible
; work related abbreviations
-:*:ctsty::Called to speak to you, their number is
+:*:ctsty::Called to speak to you, their number is
:*:gtacb::Called to speak to you, can you give them a call back?
-:*:ccwi::Customer called regarding an issue relating to
+:*:ccwi::Customer called regarding an issue relating to
:*:ctt::Feel free to close the ticket.
:*:yctt::You can close this ticket.
@@ -638,7 +638,7 @@ insertDateTime() { insertWeek() {
yearWeek = %A_YDay%
yearWeek /= 7
- yearWeek++ ; Convert from 0-base to 1-base
+ yearWeek++ ; Convert from 0-base to 1-base
Send %yearWeek%
}
@@ -646,7 +646,7 @@ appendClipboard() { backupClipboard = %clipboard%
Send, ^c
clipboard = %backupClipboard%`r`n%clipboard%
- backupClipboard =
+ backupClipboard =
Return
}
|