https://bugs.documentfoundation.org/show_bug.cgi?id=130979

--- Comment #10 from Heiko Tietze <[email protected]> ---
(In reply to Ming Hua from comment #9)
> Here many locales don't have an easy-to-access semicolon key...

Maybe I got this wrong, but to my understanding this is about the %MOD1
variable in tips being replaced by STR_CMD or STR_CTRL depeding on whether you
run macOS or not.

Martin suggests something like
Tip1_MACOSX = "Press Cmd to write Hello World"
Tip1_UNXWIN = "Press Ctrl to write Hello World"

where the current solution is

Tip1_MACOSX = "Press %MOD1 to write Hello World"
...
#define STR_CMD                         NC_("STR_CMD", "⌘ Cmd")
#define STR_CTRL                        NC_("STR_CTRL", "Ctrl")

and the %MOD1 (and MOD2) are replaced per code.


You may change the shortcuts in your localization and refer to this shortcut,
see
https://opengrok.libreoffice.org/xref/core/officecfg/registry/data/org/openoffice/Office/Accelerators.xcu
where the first entry Ctrl/Cmd+A is assigned to Select All for English but Open
in case of Spanish (<value xml:lang="es">).

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Libreoffice-bugs mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to