Skip to content

Commit

Permalink
more cleaning
Browse files Browse the repository at this point in the history
  • Loading branch information
sameerasw committed May 17, 2023
1 parent 77b6606 commit 08f3e13
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions MacroNumberKeys.ahk
Original file line number Diff line number Diff line change
Expand Up @@ -71,36 +71,36 @@ Return
NumpadDown::launchOrSwitchfiles()
}

; ______________________launch or switch to gmail/ notifications -3______________________
; ______________________launch or switch to 3rd/ notifications -3______________________
#if !GetKeyState("NumLock", "T")
{
NumpadPgDn::
keywaiting("NumpadPgDn","#b{Enter}","#3")
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

Expand Down

0 comments on commit 08f3e13

Please sign in to comment.