• Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
Exit
9

P:(Masking) Shortcut Key for Select Subject

Community Beginner ,
Nov 27, 2021 Nov 27, 2021

Copy link to clipboard

Copied

Please include a shortcut key for Select Subject when adding new mask. (similar to shortcut K for brush).

Idea No status
TOPICS
macOS , SDK , Windows

Views

483

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
1 Comment
LEGEND ,
Nov 27, 2021 Nov 27, 2021

Copy link to clipboard

Copied

LATEST

Good idea. While waiting for Adobe to implement it, you can do this with a simple script:

 

1. Do Preferences > Presets > Show All Other Lightroom Presets, which will open File Explorer / Finder on the "Lightroom" preferences folder.

 

2. Create a subfolder "Scripts" in the "Lightroom" folder if it doesn't already exist.

 

3. Using Notepad / Texteditor, copy/paste the following two lines into a new file and save it as "selectsubject.lua" in the "Scripts" folder:

local LrDevelopController = import "LrDevelopController"
LrDevelopController.createNewMask ("aiSelection", "subject")

 

4. Restart LR. 

 

5. You can now create a new Subject mask by clicking the Scripts menu and then "selectsubject". (The Scripts menu is a scroll icon on Mac.)

 

6. On Mac, assign a shortcut key to "selectsubject" using System Preferences. On Windows, use the free Autohotkey utility to assign a shortcut to "selectsubject".

Votes

Translate

Translate

Report

Report