[Libreoffice-bugs] [Bug 115817] Correct implementation or remove the Navigation toolbar (a GSOC 2009 contribution see bug 32869) (comment 3 for history and functional intent)
bugzilla-daemon at bugs.documentfoundation.org
bugzilla-daemon at bugs.documentfoundation.org
Fri Jan 15 00:18:06 UTC 2021
https://bugs.documentfoundation.org/show_bug.cgi?id=115817
--- Comment #43 from Jim Raykowski <raykowj at gmail.com> ---
Here is a list of actions implemented in comment 41 patch that add the current
cursor position to the navigation stack.
- Mouse button clicks that move the cursor to another position in the document
- Searches that move the cursor
- UNO commands that move the cursor to another position in the document:
.uno:GoToStartOfLine
.uno:GoToEndOfLine
.uno:StartOfLineSel
.uno:EndOfLineSel
.uno:GoToStartOfDoc
.uno:GoToEndOfDoc
.uno:StartOfDocumentSel
.uno:EndOfDocumentSel
.uno:SelectWord
.uno:SelectSentence
.uno:SelectAll
.uno:GoToStartOfNextPage
.uno:GoToEndOfNextPage
.uno:GoToStartOfNextPageSel
.uno:GoToEndOfNextPageSel
.uno:GoToStartOfPrevPage
.uno:GoToStartOfPrevPageSel
.uno:GoToEndOfPrevPage
.uno:GoToEndOfPrevPageSel
.uno:GoToStartOfPage
.uno:GoToStartOfPageSel
.uno:GoToEndOfPage
.uno:GoToEndOfPageSel
.uno:GoToStartOfColumn
.uno:GoToEndOfColumn
.uno:GoToStartOfNextColumn
.uno:GoToEndOfNextColumn
.uno:GoToStartOfPrevColumn
.uno:GoToEndOfPrevColumn
.uno:GoToNextWord
.uno:WordRightSel
.uno:GoToPrevWord
.uno:WordLefttSel
.uno:GoToStartOfPara
.uno:StartOfParaSel
.uno:GoToEndOfPara
.uno:EndOfParaSel
.uno:GotoNextSentence
.uno:GotoNextSentenceSel
.uno:GotoPrevSentence
.uno:GotoPrevSentenceSel
.uno:GoToNextPara
.uno:GoToPrevPara
.uno:ToggleControlFocus - moves to nearest control in document
.uno:JumpToNextFrame
.uno:JumpToNextFootnote
.uno:JumpToPrevFootnote
.uno:JumpToHeader
.uno:JumpToFooter
.uno:JumpToFootnoteOrAnchor
.uno:JumpToFootnoteArea
.uno:JumpToPrevTable
.uno:JumpToNextTable
.uno:JumpToNextRegion
.uno:JumpToPrevRegion
.uno:GotoNextIndexMark
.uno:GotoPrevIndexMark
.uno:GotoNextTableFormula
.uno:GotoNextWrongTableFormula
.uno:GotoPrevTableFormula
.uno:GotoPrevWrongTableFormula
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/libreoffice-bugs/attachments/20210115/18c7840d/attachment.htm>
More information about the Libreoffice-bugs
mailing list