pharmokan

Tab-Layer.ahk

Mar 17th, 2021 (edited)
234
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.47 KB | None | 0 0
  1. ;____________________________
  2. Tab::
  3. KeyWait, Tab ; wait for Tab to be released
  4. if ErrorLevel
  5. return
  6. else if (A_PriorKey = "SC00f")
  7. Send {Click, Left}
  8. return
  9. *Tab:: return
  10. ;____________________________
  11.  
  12. !Tab:: send ^!{Tab}
  13.  
  14. #If, getKeyState("SC00f","P")
  15.  
  16. ;____________________________
  17.  
  18. f::
  19. MsgBox HELLO
  20. Return
  21. ;____________________________
  22.  
  23. Tab::send {Click, Left}
  24. Return
  25. #If
Add Comment
Please, Sign In to add comment