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

--- Comment #9 from Patrick Luby <[email protected]> ---
(In reply to Heiko Tietze from comment #4)
> 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>
> 

I did some experimenting and replaced all of the "LEFT_MOD1" entries in
main.xcd with "MOVE_TO_BEGIN_OF_LINE" which is a key constant defined in
Key.idl. But that throws and an exception and crashes LibreOffice.

So, my guess at this point is that we don't have the ability to add handlers in
main.xcd for macOS' special "action" keys even though such keys are defined in
Key.idl.

Since Writer and Impress appear to move to the start or end of a line properly,
I will see if I can find how either of those modules handle the
MOVE_TO_BEGIN_OF_LINE and MOVE_TO_END_OF_LINE special keys.

-- 
You are receiving this mail because:
You are the assignee for the bug.

Reply via email to