The Help windows displaying keyboard shortcuts have many errors (about 500). These errors include:
- Showing the wrong key, e.g. Command + ] instead of Mayús + : for Rotate Right in Spanish.
- Showing Delete on Windows instead of Backspace, or Backspace on Mac instead of Delete.
- Showing the internal name for a key instead of the user-interface name, e.g. Esc instead of Escape.
- Showing the English name for a key instead of the translation, e.g. Shift instead of Maj in French.
- Inconsistent capitalization, e.g. Touche Gauche and touche Gauche.
- Variant names of the same key, e.g. Touche flèche gauche and touche Gauche.
- Using \ in TranslatedStrings instead of ^L.
- Inconsistent spacing around "+", e.g. "Shift+F" or "Shift+<space>F" instead of "Shift<space>+<space>F".
I've attached the file "errors.txt" containing the complete list of mistakes. My soon-to-be-released Any Shortcut plugin detects these errors and can optionally update the TranslatedStrings files to have the correct entries.
Tested in LR 11.5 12.0.
[Update: I've attached an errors.txt generated for LR 12.0, reflecting changes made since 11.5.]