https://bugs.documentfoundation.org/show_bug.cgi?id=155169
--- Comment #10 from Patrick Luby <[email protected]> --- I forgot to mention that in Writer, Calc, and Impress, any Command-Left/Right keys are being mapped to the following in svtools/source/misc/acceleratorexecute.cxx so I am guessing that Calc is overriding this mapping somewhere: case css::awt::Key::MOVE_TO_BEGIN_OF_LINE: return ".uno:GoToStartOfLine"; case css::awt::Key::MOVE_TO_END_OF_LINE: return ".uno:GoToEndOfLine"; -- You are receiving this mail because: You are the assignee for the bug.
