Advertisement
Guest User

Untitled

a guest
Feb 22nd, 2023
106
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1.  
  2. ; Right CTRL + ALT + SHIFT + 6
  3.  
  4. >^>!>+6::
  5. {
  6.  
  7.     KeyWait Control
  8.     KeyWait ALT
  9.     KeyWait SHIFT
  10.    
  11.        
  12.     if !WinExist("ahk_exe Slack.exe")
  13.     {
  14.        
  15.         msgbox "App window not found!"
  16.        
  17.     }else{
  18.                
  19.         if WinActive("ahk_exe Slack.exe")
  20.         {
  21.             WinMinimize, ahk_exe Slack.exe
  22.            
  23.         }else
  24.         {  
  25.             WinActivate, ahk_exe Slack.exe
  26.             WinShow, ahk_exe Slack.exe
  27.        
  28.         }
  29.     }
  30. }
  31. return
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement