; Script Information =========================================================== ; Name .........: Focus-Points Hotkey ; Description ..: Hotkey assignments for Focus-Points plugin for LrC ; AHK Version ..: 2.0.10 (Unicode 64-bit) - Oct 2023 ; OS Version ...: Windows 11 ; Author .......: Karsten Gieselmann ; Filename .....: FocusPointsHotkey.ahk ; ============================================================================== SendMode("Input") ; Recommended for new scripts due to its superior speed and reliability. SetWorkingDir(A_ScriptDir) ; Ensures a consistent starting directory. ; ------------------------------------------------------------------------------ ;Shortcuts for Lightroom Classic (English) ; ------------------------------------------------------------------------------ #HotIf WinActive("Lightroom Classic") { NumpadMult:: MenuSelect(, , "File", "Plug-in Extras", "` ` ` Show Focus Point") NumpadDiv:: MenuSelect(, , "File", "Plug-in Extras", "` ` ` Show Metadata") ^NumpadSub:: MenuSelect(, , "File", "Plug-in Extras", "` ` ` Straighten Images") }