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

--- Comment #12 from Patrick Luby <plub...@libreoffice.org> ---
(In reply to Heiko Tietze from comment #11)
> So apparently not easy hackable.

I agree. What is interesting is that when editing text in Impress,
editeng/source/editeng/editeng.cxx is receiving
MOVE_TO_BEGIN_OF_LINE/MOVE_TO_END_OF_LINE key events when Command-Left/Right
are pressed.

But when editing a cell in Calc, the same code receives KEY_LEFT/KEY_RIGHT
events. I know that vcl is receiving native
MOVE_TO_BEGIN_OF_LINE/MOVE_TO_END_OF_LINE events so I will need to do more
debugging to find where the native MOVE_TO_BEGIN_OF_LINE/MOVE_TO_END_OF_LINE
events are converted to KEY_LEFT/KEY_RIGHT events.

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

Reply via email to