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

P: Errors in keyboard shortcuts shown in Help windows

LEGEND ,
Dec 15, 2022 Dec 15, 2022

Copy link to clipboard

Copied

The Help windows displaying keyboard shortcuts still have many errors. While a large number were fixed in LR 12.1, many were not, and some new errors were introduced.

 

The Any Shortcut plugin's Analyze > Analyze All TranslatedStrings Files generates the file "errors.txt" (attached) containing all these errors. It should be run before every new LR release. The plugin's option Correct Help Keys In TranslatedStrings Files will automatically fix all of the errors.

 

I've summarized the errors below, with explanations for what's gone wrong and how to fix them.

 

----------------------------------------------------------------------------

The help keys for shortcuts containing Delete (Mac) / Backspace (Win) need to be specially encoded -- they should refer to Delete or the localized version of Delete (if there is one).  LR will automatically translate that to Backspace (or the localized version of Backspace) on Win.

 

Many instances of help keys incorrectly contain Backspace instead of Delete. This causes Backspace to appear in the Mac Help rather than Delete:

 

johnrellis_0-1671169879911.png

The following corrections need to be made to these occurrences:

 

$$$/LocationShortcuts/DeleteGPSLocation/Key

$$$/LocationShortcuts/DeleteAllLocationMetadata/Key

 

US: Backspace => Delete

DE: Rücktaste => Löschen

ES: Retrocesco => Eliminar

FR: Retour arrière => Arrière

IT: Backspace => Canc

JP: Backspace => Delete

KR: 백스페이스 => Delete    (1)

NO: Backspace or Tilbake => Slett

NL: Backspace => Delete

PL: Backspace => Usuń

BR: Backspace => Delete

RU: Backspace => Удалить

SE: Backsteg => Ta Bort

TH: Backspace => Delete

CN: Backspace => Delete

TW: Backspace => Delete

 

(1) "백스페이스" is Korean for Backspace according to Google. The English word "Delete" should be used to be consistent with other Korean help-key entries.

 

----------------------------------------------------------------------------

These help keys use the English name for the key rather than the translated name of the key used in other help keys:

 

IT:

$$$/AgDevelopShortcuts/Auto_Tone/Key

$$$/AgDevelop/Menu/View/ViewOptions/Key

$$$/AgDevelopShortcuts/DevelopViewOptions/Key

$$$/AgDevelopShortcuts/Print_selected_images/Key

Command => Comando

Comando is used 80 times, Command 4 times.

 

JP: $$$/AgDevelopShortcuts/Previous_Photo/Key

Left Arrow => 左向き矢印

左向き矢印 is used 6 times, Left Arrow once.

 

JP: $$$/AgDevelopShortcuts/Next_Photo/Key

Right Arrow => 右向き矢印

右向き矢印 is used 6 times, Right Arrow once.

 

JP: $$$/AgDevelopShortcuts/Go_to_previous_module/Key

Up Arrow => 上向き矢印

上向き矢印 is used twice, Up Arrow once.

 

NL: $$$/AgDevelopShortcuts/Previous_Photo/Key

Left Arrow => pijl-links

"pijl-links" is used 6 times, Left Arrow once.

 

NL: $$$/AgDevelopShortcuts/Next_Photo/Key

Right Arrow => pijl-rechts

"pijl-rechts" is used 6 times, Right Arrow once.

 

NL: $$$/AgDevelopShortcuts/Go_to_previous_module/Key

Up Arrow => pijl-omhoog

"pijl-omhoog" is used 2 times, Up Arrow once.

 

PL:

$$$/AgLibrary/Help/Shortcuts/EnterQuickSlideshowModeKey

$$$/AgSlideshow/Help/Shortcuts/Show/Preview/Key

$$$/AgDevelopShortcuts/Show_selected_images_in_a_slideshow/Key

Return => Powrót

Powrót is used 2 times.

 

BR: $$$/AgDevelopShortcuts/Previous_Photo/Key

Left Arrow => seta para a esquerda

"seta para a esquerda" is used 6 times, Left Arrow once.

 

BR: $$$/AgDevelopShortcuts/Next_Photo/Key

Right Arrow => seta para a direita

"seta para a direita" is used 6 times, Right Arrow once.

 

BR: $$$/AgDevelopShortcuts/Go_to_previous_module/Key

Up Arrow = > seta para cima

"seta para cima" is used 2 times, Up Arrow

 

RU:

$$$/AgLibrary/Help/Shortcuts/EnterQuickSlideshowModeKey

$$$/AgSlideshow/Help/Shortcuts/Show/Preview/Key

$$$/AgDevelopShortcuts/Show_selected_images_in_a_slideshow/Key

Return => Возврат

Возврат is used 2 times.

 

SE: $$$/AgDevelopShortcuts/Hide_panels/Key

Tab => Tabb

Tabb is used 2 times.

 

----------------------------------------------------------------------------

Other errors:

 

FR: $$$/AgLayoutShortcuts/GoToPreviousPage/Key

Flèche gauche => Touche Gauche

"Touche Gauche" is used 4 times for left arrow, "Flèche gauche" just once.

 

FR: $$$/AgLayoutShortcuts/HideSidePanels/Key

Tabulation => Tab

"Tab" is used 15 times, "Tabulation" just once.

 

FR:

$$$/AgDevelop/Localized/Mask/Key/CircularGradient

$$$/AgDevelop/Localized/Mask/Key/ColorRange

$$$/AgDevelop/Localized/Mask/Key/LuminanceRange

Maiuscole => Maiusc

"Maiusc" is used 73 times, "Maiuscole" just 3 times.  Google Translate says Maiusc means Shift, while Maiuscole means Upper Case.

 

JP: $$$/AgDevelopShortcuts/Create_Virtual_Copy/Key

Shift + Command => Command + Shift

LR's convention is to put Command first.

 

RU: $$$/AgLibrary/Help/Shortcuts/RotateRightKey

Command + [ => Command + ]

 

----------------------------------------------------------------------------

A backslash \ in TranslatedStrings should be encoded as ^L ("Lightroom Classic SDK Programmers Guide", page 150). These occurrences are not correctly encoded:

 

$$$/LocationShortcuts/ToggleFilterBar/Key:

US, IT, JP, KR, NO, NL, PL, BR, RU, SE, TH, CN, TW

 

$$$/LocationShortcuts/ToggleFilterBar/Mac/Key:

US, IT, JP, KR, NO, NL, PL, BR, RU, SE, TH, CN, TW

 

$$$/AgLibrary/Help/Shortcuts/HideShowFilterBarKey:

NB, RU, TH

 

$$$/AgLibrary/Help/Shortcuts/Mac/HideShowFilterBarKey:

NB, RU, TH

 

----------------------------------------------------------------------------

About 150 help keys have inconsistent spacing around the "+". The convention is to use one space on each side of the "+", but many don't follow that rule, e.g.

 

Command + Shift+  J

Command+F

 

It looks sloppy and careless:

 

johnrellis_1-1671170060745.png

johnrellis_2-1671170148181.png

 

johnrellis_3-1671170224505.png

 

 

 

Bug Fixed
TOPICS
macOS , Windows

Views

1.6K

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

correct answers 1 Pinned Reply

Adobe Employee , Jan 12, 2023 Jan 12, 2023

Setting status and adding bug number

Status Investigating

Votes

Translate

Translate
4 Comments
Adobe Employee ,
Jan 12, 2023 Jan 12, 2023

Copy link to clipboard

Copied

Setting status and adding bug number

Rikk Flohr - Customer Advocacy: Adobe Photography Products
Status Investigating

Votes

Translate

Translate

Report

Report
Adobe Employee ,
Apr 18, 2023 Apr 18, 2023

Copy link to clipboard

Copied

Greetings all,

 

Updates for Adobe Photography products have been released.  The April 2023 updates contain a fix for this issue. 

If you do not see the update in your Creative Cloud Application, you can refresh it by hitting [Ctrl/Cmd]+[Alt/Opt]+[ R ].

Note: It may take up to 24 hours for your update to be available in your Creative Cloud app.

 

Thank you for your patience.

Rikk Flohr - Customer Advocacy: Adobe Photography Products
Status Fixed

Votes

Translate

Translate

Report

Report
LEGEND ,
Apr 23, 2023 Apr 23, 2023

Copy link to clipboard

Copied

@Rikk Flohr: Photography, not all of the entries have been corrected.  The remaining errors are below -- they can also be download from here:

https://www.dropbox.com/s/yzjepicpd23o6y5/errors.2023.04.23.txt?dl=0 

 

The developers can use Any Shortcut to ensure all the corrections have been made:

https://johnrellis.com/lightroom/anyshortcut.htm#analyze 

 

------------------------------------------------------------------------------------------------------------------

The help keys for shortcuts containing Delete (Mac) / Backspace (Win) need to be specially encoded -- they should refer to Delete or the localized version of Delete (if there is one).  LR will automatically translate that to Backspace (or the localized version of Backspace) on Win.

 

Many instances of help keys incorrectly contain Backspace instead of Delete. This causes Backspace to appear in the Mac Help rather than Delete:

johnrellis_0-1682277886482.png

The following corrections need to be made to these occurrences:

 

$$$/LocationShortcuts/DeleteGPSLocation/Key

$$$/LocationShortcuts/DeleteAllLocationMetadata/Key

 

US: Backspace => Delete

DE: Rücktaste => Löschen

ES: Retrocesco => Eliminar

FR: Retour arrière => Arrière

IT: Backspace => Canc

JP: Backspace => Delete

KR: 백스페이스 => Delete    (1)

NO: Backspace or Tilbake => Slett

NL: Backspace => Delete

PL: Backspace => Usuń

BR: Backspace => Delete

RU: Backspace => Удалить

SE: Backsteg => Ta Bort

TH: Backspace => Delete

CN: Backspace => Delete

TW: Backspace => Delete

 

(1) "백스페이스" is Korean for Backspace according to Google. The English word "Delete" should be used to be consistent with other Korean help-key entries.

 

------------------------------------------------------------------------------------------------------------------

A backslash \ in TranslatedStrings should be encoded as ^L ("Lightroom Classic SDK Programmers Guide", page 150). These occurrences are not correctly encoded:

 

$$$/LocationShortcuts/ToggleFilterBar/Key:

US, IT, JP, KR, NO, NL, PL, BR, RU, TH, CN, TW

 

$$$/LocationShortcuts/ToggleFilterBar/Mac/Key:

US, IT, JP, KR, NO, NL, PL, BR, RU, TH, CN, TW

 

$$$/AgLibrary/Help/Shortcuts/HideShowFilterBarKey:

NO, RU, TH

 

$$$/AgLibrary/Help/Shortcuts/Mac/HideShowFilterBarKey:

NO, RU, TH

 

------------------------------------------------------------------------------------------------------------------

Many help keys have inconsistent spacing around the "+". The convention is to use one space on each side of the "+", but many don't follow that rule.  Excluding the help keys in the Develop module, where evidently the desire is to have no spaces to save space, these keys still have inconsistent spacing that don't match other keys in the Help window:

 

EN:

Command + Shift+ J (Command + Shift + J, Cmd+Shift+j): 405 Slideshow Module > Export > JPEG Slideshow ($$$/AgSlideshow/Help/Shortcuts/Show/ExportJPEG/Key, $$$/Slideshow/Menu/ExportSlideshow/JPEG/Key)

Command + Option+ Up Arrow (Command + Option + Up Arrow, Cmd+Option+Up): ($$$/AgPrintShortcuts/GoToPreviousModule/Key, $$$/Application/Menu/Window/GoBackToPreviousModule/Key)
Command + Option+ Up Arrow (Command + Option + Up Arrow, Cmd+Option+Up): ($$$/WPG/Help/Shortcuts/View/GoPreviousModule/Key, $$$/Application/Menu/Window/GoBackToPreviousModule/Key)

 

FR:

Commande + Maj + J (Commande + Maj + J, Cmd+Shift+j): 405 Slideshow Module > Export > JPEG Slideshow ($$$/AgSlideshow/Help/Shortcuts/Show/ExportJPEG/Key, $$$/Slideshow/Menu/ExportSlideshow/JPEG/Key)

 

IT:

Comando + Opzione+ freccia su (Comando + Opzione + freccia su, Cmd+Option+Up): 53 Workspace > Moving between Modules > Go Back to Previous Module ($$$/AgLibrary/Help/Shortcuts/ReturnToThePreviousModuleKey, $$$/Application/Menu/Window/GoBackToPreviousModule/Key)

 

KO:

Command + Option+ 위쪽 화살표 (Command + Option + 위쪽 화살표, Cmd+Option+Up): ($$$/WPG/Help/Shortcuts/View/GoPreviousModule/Key, $$$/Application/Menu/Window/GoBackToPreviousModule/Key)

 

PL:

Command+F (Command + F, Cmd+f): 345 Map Module > Map > Search ($$$/LocationShortcuts/Search/Key, $$$/AgLocation/Menu/Location/SearchShortcut)

Command + Shift+ J (Command + Shift + J, Cmd+Shift+j): 405 Slideshow Module > Export > JPEG Slideshow ($$$/AgSlideshow/Help/Shortcuts/Show/ExportJPEG/Key, $$$/Slideshow/Menu/ExportSlideshow/JPEG/Key)

 

SE:

Ta bort (Ta Bort, Backspace): 154 Library > Delete > Delete Photo ($$$/AgLibrary/Help/Shortcuts/Remove_from_Library/Key, $$$/AgLibrary/Menu/Library/DeletePhotos/Key)

 

TH:

Command + Option + Shift + T (Command + Option + Shift + T, Cmd+Option+Shift+t): 343 Map Module > Tracklog > Previous Track ($$$/LocationShortcuts/PreviousTracklog/Key, $$$/AgLocation/Menu/Location/PreviousTrack/Key)
Command + Shift+ J (Command + Shift + J, Cmd+Shift+j): 405 Slideshow Module > Export > JPEG Slideshow ($$$/AgSlideshow/Help/Shortcuts/Show/ExportJPEG/Key, $$$/Slideshow/Menu/ExportSlideshow/JPEG/Key)

Command + Option+ ลูกศรขึ้น (Command + Option + ลูกศรขึ้น, Cmd+Option+Up): ($$$/AgPrintShortcuts/GoToPreviousModule/Key, $$$/Application/Menu/Window/GoBackToPreviousModule/Key)
Command + Option+ ลูกศรขึ้น (Command + Option + ลูกศรขึ้น, Cmd+Option+Up): ($$$/WPG/Help/Shortcuts/View/GoPreviousModule/Key, $$$/Application/Menu/Window/GoBackToPreviousModule/Key)

 

zh_CN:

Command + Shift+ J (Command + Shift + J, Cmd+Shift+j): 405 Slideshow Module > Export > JPEG Slideshow ($$$/AgSlideshow/Help/Shortcuts/Show/ExportJPEG/Key, $$$/Slideshow/Menu/ExportSlideshow/JPEG/Key)

 

zh_TW:

Command + Shift+ J (Command + Shift + J, Cmd+Shift+j): 405 Slideshow Module > Export > JPEG Slideshow ($$$/AgSlideshow/Help/Shortcuts/Show/ExportJPEG/Key, $$$/Slideshow/Menu/ExportSlideshow/JPEG/Key)

 

 

 

 

 

 

 

Votes

Translate

Translate

Report

Report
Adobe Employee ,
Apr 24, 2023 Apr 24, 2023

Copy link to clipboard

Copied

LATEST

@johnrellis 
We should probably review after 12.4 is released. The bug filed still shows some fixes yet to come. 

Rikk Flohr - Customer Advocacy: Adobe Photography Products

Votes

Translate

Translate

Report

Report