From b46e5356790175bea342fa67bcf3690b086eb8b4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?John=20Ankarstr=C3=B6m?= Date: Mon, 21 Dec 2020 20:47:37 +0100 Subject: programs: Add Photoshop hotkeys --- tt.programs.ahk | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'tt.programs.ahk') 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 -- cgit v1.2.3