Created
August 22, 2016 16:37
-
-
Save Denyerec/58833cfab57b85a7f65af63d8f4a7425 to your computer and use it in GitHub Desktop.
LR 5.7 Control from Grid View
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#IfWinActive, Adobe Photoshop Lightroom - Library | |
; LR 5.7 | |
!Up::ControlClick, Button73,,,,2, NA ; Exposure up 1/3 | |
!Down::ControlClick, Button72,,,,2, NA ; Exposure down 1/3 | |
^!Right::ControlClick, Button40,,,,2, NA ; Temp up 1/3 | |
^!Left::ControlClick, Button39,,,,2, NA ; Temp Down 1/3 | |
+^!Right::ControlClick, Button44,,,,2, NA ; Temp up 1/3 | |
+^!Left::ControlClick, Button43,,,,2, NA ; Temp Down 1/3 | |
; LR CC | |
; | |
;!Up::ControlClick, Button96,,,,2, NA ; Exposure up 1/3 | |
;!Down::ControlClick, Button95,,,,2, NA ; Exposure down 1/3 | |
;^!Right::ControlClick, Button38,,,,2, NA ; Temp up 1/3 | |
;^!Left::ControlClick, Button37,,,,2, NA ; Temp Down 1/3 | |
;+^!Right::ControlClick, Button42,,,,2, NA ; Temp up 1/3 | |
;+^!Left::ControlClick, Button41,,,,2, NA ; Temp Down 1/3 | |
#IfWinActive |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment