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

Heiko Tietze <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
     Ever confirmed|0                           |1
           Keywords|accessibility,              |difficultyBeginner,
                   |needsDevAdvice              |easyHack, skillDesign,
                   |                            |topicUI
                 CC|                            |mentoring@documentfoundatio
                   |                            |n.org
           See Also|                            |https://bugs.documentfounda
                   |                            |tion.org/show_bug.cgi?id=15
                   |                            |5169
             Status|UNCONFIRMED                 |NEW
           Priority|medium                      |high

--- Comment #13 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