From 51b0def56d885b264216c43b47a84992473ebaa8 Mon Sep 17 00:00:00 2001 From: breadcat Date: Thu, 6 Aug 2020 15:27:10 +0100 Subject: Bits of whitespace --- ahk-assistant.ahk | 10 +++++----- 1 file 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 } -- cgit v1.2.3