On macOS the tooltips show a symbol for mod1/cmd (⌘) and mod2/alt (⌥). But mod3/ctrl shows the same symbol instead of the usual ^. An example is the function Clear direct formatting in Writer defaulting to ctrl+M.
Patch at https://gerrit.libreoffice.org/#/c/52957/
heiko tietze committed a patch related to this issue. It has been pushed to "master": http://cgit.freedesktop.org/libreoffice/core/commit/?id=e422efcaff1bf789343a73a16e46b00f303e3032 tdf#117033 - Tooltips show the wrong symbol for MOD3 combinations It will be available in 6.1.0. The patch should be included in the daily builds available at http://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More information about daily builds can be found at: http://wiki.documentfoundation.org/Testing_Daily_Builds Affected users are encouraged to test the fix and report feedback.
And fixed. Should be the correct caret now (^).
Thanks. Cherry-pick to 6.0?
(In reply to Tor Lillqvist from comment #4) > Thanks. Cherry-pick to 6.0? MOD3 wasn't customizable (solved in bug 34704) so we would have to pick both.
But that is a separate bug; wouldn't already just displaying tooltips correctly be an improvement?
heiko tietze committed a patch related to this issue. It has been pushed to "libreoffice-6-0": http://cgit.freedesktop.org/libreoffice/core/commit/?id=54473bec1f419773dd0a44c3ed2754b7f7f7e840&h=libreoffice-6-0 tdf#117033 - Tooltips show the wrong symbol for MOD3 combinations It will be available in 6.0.4. The patch should be included in the daily builds available at http://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More information about daily builds can be found at: http://wiki.documentfoundation.org/Testing_Daily_Builds Affected users are encouraged to test the fix and report feedback.