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

Heiko Tietze <[email protected]> changed:

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

--- Comment #4 from Heiko Tietze <[email protected]> ---
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 the assignee for the bug.

Reply via email to