<html>
    <head>
      <base href="https://bugs.documentfoundation.org/">
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - Correct implementation or remove the Navigation toolbar (a GSOC 2009 contribution see bug 32869) (comment 3 for history and functional intent)"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=115817#c43">Comment # 43</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - Correct implementation or remove the Navigation toolbar (a GSOC 2009 contribution see bug 32869) (comment 3 for history and functional intent)"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=115817">bug 115817</a>
              from <span class="vcard"><a class="email" href="mailto:raykowj@gmail.com" title="Jim Raykowski <raykowj@gmail.com>"> <span class="fn">Jim Raykowski</span></a>
</span></b>
        <pre>Here is a list of actions implemented in <a href="show_bug.cgi?id=115817#c41">comment 41</a> 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</pre>
        </div>
      </p>


      <hr>
      <span>You are receiving this mail because:</span>

      <ul>
          <li>You are the assignee for the bug.</li>
      </ul>
    </body>
</html>