From 08f3e13f7c0d8f83ad29a105f87d6c0c93ae5307 Mon Sep 17 00:00:00 2001 From: Sameera Sandakelum <68902530+sameerasw@users.noreply.github.com> Date: Thu, 18 May 2023 01:39:08 +0530 Subject: [PATCH] more cleaning --- MacroNumberKeys.ahk | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/MacroNumberKeys.ahk b/MacroNumberKeys.ahk index e6287da..0181914 100644 --- a/MacroNumberKeys.ahk +++ b/MacroNumberKeys.ahk @@ -71,7 +71,7 @@ Return NumpadDown::launchOrSwitchfiles() } -; ______________________launch or switch to gmail/ notifications -3______________________ +; ______________________launch or switch to 3rd/ notifications -3______________________ #if !GetKeyState("NumLock", "T") { NumpadPgDn:: @@ -79,28 +79,28 @@ NumpadPgDn:: return } -; ______________________Switch to discord -4______________________ +; ______________________Switch to -4______________________ #if !GetKeyState("NumLock", "T") NumpadLeft::#4 -; ______________________launch or switch to telegram -5______________________ +; ______________________launch or -5______________________ #if !GetKeyState("NumLock", "T") NumpadClear::#5 -; ______________________launch or switch to whatsapp uwp beta -6______________________ +; ______________________launch or switch to -6______________________ #if !GetKeyState("NumLock", "T") NumpadRight::#6 -; ______________________launch or switch to notion -7______________________ +; ______________________launch or switch to -7______________________ #if !GetKeyState("NumLock", "T") NumpadHome::#7 -; ______________________launch or switch to vscode -8______________________ +; ______________________launch or switch to -8______________________ #if !GetKeyState("NumLock", "T") NumpadUp::#8 -; ______________________launch or switch to intellij -9______________________ +; ______________________launch or switch to -9______________________ #if !GetKeyState("NumLock", "T") NumpadPgUp::#9