[Libreoffice-ux-advise] [Bug 155169] Inconsistent behavior of Cmd+left/right arrow on macOS

bugzilla-daemon at bugs.documentfoundation.org bugzilla-daemon at bugs.documentfoundation.org
Tue Nov 28 11:07:30 UTC 2023


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

Heiko Tietze <heiko.tietze at documentfoundation.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Priority|medium                      |high
             Status|NEEDINFO                    |NEW
           Keywords|needsUXEval                 |difficultyBeginner,
                   |                            |easyHack, skillDesign,
                   |                            |topicUI
                 CC|libreoffice-ux-advise at lists |heiko.tietze at documentfounda
                   |.freedesktop.org            |tion.org,
                   |                            |mentoring at documentfoundatio
                   |                            |n.org

--- Comment #4 from Heiko Tietze <heiko.tietze at documentfoundation.org> ---
We define for example

<node oor:name="LEFT_MOD1" oor:op="replace">
   <prop oor:name="Command">
       <value xml:lang="x-no-translate">I10N SHORTCUTS - NO TRANSLATE</value>
       <value xml:lang="en-US">.uno:GoToPrevWord</value>
   </prop>
</node>

in officecfg/registry/data/org/openoffice/Office/Accelerators.xcu with MOD1
being Ctrl/Cmd.

On Windows/Linux you move word-wise with ctrl+left. So what we need is to
change the commands/accelerator combination like in

<node oor:name="F_MOD1_MOD2" oor:op="replace">
    <value xml:lang="en-US" install:module="macosx">.uno:SearchDialog</value>
...
<node oor:name="H_MOD1" oor:op="replace">
    <prop oor:name="Command">
       <value xml:lang="en-US"
install:module="unxwnt">.uno:SearchDialog</value>

Very much welcome for the macOS users.

-- 
You are receiving this mail because:
You are on the CC list for the bug.


More information about the Libreoffice-ux-advise mailing list