diff options
-rw-r--r-- | tt.programs.ahk | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/tt.programs.ahk b/tt.programs.ahk index e64cb46..d7b5d02 100644 --- a/tt.programs.ahk +++ b/tt.programs.ahk @@ -126,3 +126,13 @@ SendInput, {Numpad9}{Numpad9}{Numpad9}{Numpad9}{Numpad9}{Numpad9}{Numpad9}{Numpa return #IfWinActive + +#IfWinActive ahk_class Photoshop + +MButton:: +SendInput, {Space Down}{LButton Down} +KeyWait, MButton +SendInput, {Space Up}{LButton Up} +return + +#IfWinActive |